@charset "UTF-8";
/* ---------------------------------------------------------- */
/* レスポンシブver */
/* ---------------------------------------------------------- */
/*RESET*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}


html {
  font-size: 62.5%;
  /* 10px */
}

body {
	font-size: 1.4rem;
	color: #494949;
	background: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
}

.clearfix::after {
	content: " ";
	display: block;
	clear: both;
}
/* ---------------------------------------------------------- */
a {
	color: #494949;
	position: relative;
	display: inline-block;
	text-decoration: underline;
}
a:hover {
	color: inherit;
	text-decoration: none;
}

.footer_back_to_home a {
	color: #494949;
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.footer_back_to_home a:hover {
	color: inherit;
	text-decoration: none;
}
.footer_back_to_home a::after {
	position: absolute;
	bottom: -8px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #018032;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.footer_back_to_home a:hover::after {
	bottom: -4px;
	opacity: 1;
	visibility: visible;
}
.footer_copyright a {
	color: #ffffff;
	position: relative;
	display: inline-block;
	text-decoration: none;
}

/* ---------------------------------------------------------- */
/* THANKS PAGE */
/* ---------------------------------------------------------- */
#thanks_form {
}
.thanks_form_text {
	font-feature-settings: "palt";
	text-align: center;
	font-weight: bold;
	font-size: 3.4rem;
	line-height: 1.2em;
	color: #ffffff;/*#018032*/
	background: #dd0000;
	margin-bottom: 20px;
	padding: 8px;
	overflow: hidden;
	border-radius: 5px;
}

/* ---------------------------------------------------------- */
/* HEADER */
/* ---------------------------------------------------------- */
#header {
	text-align: center;
	padding: 30px 20px 50px;
}
	#header  img {
		width: 300px;
		max-width: 300px;
	}

/* ---------------------------------------------------------- */
/* FOOTER */
/* ---------------------------------------------------------- */
#footer {
	width: 100%;
	text-align: center;
}
.footer_back_to_home {
	font-size: 2rem;
	font-weight: bold;
}
.footer_copyright {
	font-size: 1.8rem;
	width: 100%;
	padding: 12px 25px;
	margin-top: 50px;
	background: #494949;
	color: #ffffff;
}
	.footer_l {
		float: left;
	}
	.footer_r {
		float: right;
	}

/* ---------------------------------------------------------- */
/* MAIN */
/* ---------------------------------------------------------- */
#body {
	width: 800px;
	margin: 0 auto;
}
#form_base H2 {
	font-feature-settings: "palt";
	text-align: center;
	font-weight: bold;
	font-size: 3rem;
	color: #018032;
	margin-bottom: 15px;
	padding: 8px;
	border: solid 1px #018032;
	overflow: hidden;
}

H3 {
	font-size: 2.8rem;
	font-feature-settings: "palt";
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 15px;
	padding: 8px;
	overflow: hidden;
}
	span.span_stxt {
		margin-top: 10px;
		font-size: 1.4rem;
		display: block;
	}
	span.span_br {
	}
	span.span_br_r {
		font-size: inherit;
		display: block;
	}

.headline-deco_red {
	font-feature-settings: "palt";
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background: #dd0000;
	margin-bottom: 20px;
	padding: 8px;
	overflow: hidden;
	border-radius: 5px;
}

.intro-text {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 20px;
}
	.intro-text:last-child {
		margin-bottom: 0px !important;
	}

/* ---------------------------------------------------------- */
/* TITLE - HALOWEEN TABLE */
/* ---------------------------------------------------------- */
#contest_title{
	margin-bottom: 50px;
}
.contest_title_image{
	width: 100%;
}
	.contest_title_image img{
	width: 100%;
	height: auto;
	}
.contest_title_outline {
	margin-top: 30px;
}

.contest_title_h {
	font-size: 2rem;
	color: #ffffff;
	background: #920783;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
}

.halloween_title {
	font-size: 2rem;
	color: #ffffff;
	background: #920783;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

.halloween_table {
	font-feature-settings: "palt";
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 10px;
	text-align: left;
	line-height: 1;
}
	.halloween_table th {
		font-size: 1.6rem;
		letter-spacing: 0;
		line-height: normal;
		text-align: center;
		vertical-align: top;
		width: 200px;
	}
	.halloween_table th div {
		color: #920783;
		border: 2px solid #920783;
		padding: 5px;
		width: 100%;
		text-align: center;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	.halloween_table td {
		font-size: 1.8rem;
		padding-left: 30px;
		line-height: 1.5em;
	}
	.halloween_table td a {
		color: #018032;
	}

/* ---------------------------------------------------------- */
/* INQUIRY FORM */
/* ---------------------------------------------------------- */
#form_base {
}
.inquiry_form_box {
	margin: 50px auto 100px;
}

.inquiry_form_text {
	font-size: 2rem;
	text-align: left;
}
	.inquiry_form_text p {
		margin-bottom: 25px;
	}
	.inquiry_form_text p.inquiry_form_text_pi {
			margin: 20px auto 30px;
	}

/* TABLE FORM */
.table_inquiry_form_div {
	font-size: 1.8rem;
	text-align: center;
}
.table_inquiry_form {
	font-feature-settings: "palt";
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	text-align: left;
	line-height: 1.2em;
}
	.table_inquiry_th {
		font-weight: normal;
		vertical-align: middle;
		padding-right: 20px;
		padding-left:10px;
		border-bottom: 1px solid #ccc;
		box-sizing: border-box;
		width: 210px;
		min-width: 210px;
	}
	.table_inquiry_td {
		font-size: 2rem;
		padding: 10px 0px;
		line-height: 2.5em;
		border-bottom: 1px solid #ccc;
	}
		.bold_th {
			padding: 50px 0px 0px !important;
			font-weight: bold;
			border: none;
		}
		.bold_th div {
			padding: 10px;
			background: #eee;
		}
	.inquiry_form_submit {
		margin-top: 20px;
		text-align: center;
	}
	.req {
		color: #e60012;
	}

/* ---------------------------------------------------------- */

/* ##############################  821px 以上  ##############################*/
@media (min-width: 821px) {

/* ---------------------------------------------------------- */
/* INTRO DIV TABLE */
/* ---------------------------------------------------------- */
.intro_title {
	font-size: 2rem;
	color: #ffffff;
	background: #920783;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

.intro-container {
	box-sizing: border-box;
}
.intro-table_row {
	font-feature-settings: "palt";
	table-layout: fixed;
	display: table;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1;
	box-sizing: border-box;
}
.intro-table_row:last-child {
	margin-bottom: 0px !important;
}
	.intro-table_row .intro-table_title {
		display: table-cell;
		width: 25%;
		font-size: 1.6rem;
		letter-spacing: 0;
		line-height: normal;
		text-align: center;
		vertical-align: top;
		box-sizing: border-box;
	}
		.intro-table_row .intro-table_title div {
			color: #920783;
			border: 2px solid #920783;
			padding: 5px;
			width: 100%;
			text-align: center;
			border-radius: 5px;
			box-sizing: border-box;
		}
	.intro-table_row .intro-table_text {
		display: table-cell;
		width: 75%;
		font-size: 1.8rem;
		padding-left: 30px;
		line-height: 1.5em;
		vertical-align: middle;
		box-sizing: border-box;
	}
		.intro-table_row .intro-table_text a {
			color: #018032;
		}

/* ---------------------------------------------------------- */
/* FORM DIV TABLE */
/* ---------------------------------------------------------- */
.form-container {
	box-sizing: border-box;
	border-top: 1px solid #cccccc;
}
.form-table_row {
	table-layout: fixed;
	display: table;
	width: 100%;
}
	.form-table_row .form-table_cap {
		font-feature-settings: "palt";
		display: table-cell;
		width: 100%;
		vertical-align: middle;
		font-size: 1.8rem;
		line-height: 1.2em;
		background: #eeeeee;
		padding: 10px 10px;
	 	border: 0;
		box-sizing: border-box;
	}
	.form-table_row .form-table_title {
		font-feature-settings: "palt";
		display: table-cell;
		width: 25%;
		vertical-align: middle;
		font-size: 1.8rem;
		line-height: 1.2em;
		padding: 15px 10px;
	 	border: 0;
		border-bottom: 1px solid #cccccc;
		box-sizing: border-box;
	}
	.form-table_row .form-table_input {
		font-feature-settings: "palt";
		display: table-cell;
		width: 75%;
		vertical-align: text-top;
		font-size: 1.8rem;
		line-height: 2.5em;
		padding: 15px 10px;
	 	border: 0;
		border-bottom: 1px solid #cccccc;
		box-sizing: border-box;
	}
	.form-table_choice {
		display: inline-table;
		border-spacing: 0;
		vertical-align: top;
	}

/* ---------------------------------------------------------- */
/* FORM DECORATION */
/* ---------------------------------------------------------- */
/* placeholder */
input::placeholder,
textarea::placeholder {
	font-size: 1.4rem;
	color: #cccccc;
}
/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	font-size: 1.4rem;
	color: #cccccc;
}
/* IE11 & IE10 */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-size: 1.4rem;
	color: #cccccc;
}

.nor_line-height {
	line-height: 2em !important;
}
label {
	/* LABEL*/
	cursor: pointer;
}
.form_input_age {
	/* INPUT */
	font-size: 2rem;
	border: solid 1px #999;
	box-sizing: border-box;
	padding: 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 1;
}
.form_input {
	/* INPUT */
	font-size: 2rem;
	border: solid 1px #999;
	box-sizing: border-box;
	padding: 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 1;
	margin-right: 15px;
}
.form_input_just {
	/* INPUT 100% */
	font-size: 2rem;
	border: solid 1px #999;
	box-sizing: border-box;
	padding: 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 1;
	width: 100%;
}
.form_textarea {
	/* TEXTAREA */
	font-size: 1.8rem;
	border: solid 1px #999;
	box-sizing: border-box;
	padding: 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 100%;
	resize: none;
	display: block;
}
.form_radio_check {
	/* RADIOBOX */
	height: auto;
	margin: 0 8px 0 0;
}
.form_select {
	/* SELECTBOX */
	font-size: 1.8rem;
}
	.form_select_def {
		color: #ccc;
	}
.form_submit {
	/* SUBMIT BUTTON */
	font-size: 2.4rem;
	cursor: pointer;
	
	background: #cc0000;
	color: #ffffff;
	font-weight: 500;
	border: none;
	box-sizing: content-box;
	padding: 10px 5%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.form_reset {
	/*  RESET BUTTON */
	font-size: 2.4rem;
	cursor: pointer;
	
	background: #cccccc;
	color: #ffffff;
	font-weight: 500;
	border: none;
	box-sizing: content-box;
	padding: 10px 5%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* ---------------------------------------------------------- */
/* CGI - FORM Content confirmation */
/* ---------------------------------------------------------- */

#cgi_form_base {
	width: 800px;
	margin: 0 auto;
}
.cgi_sec_orderform_box {
	text-align: center;
	font-size: 2rem;
	background: #ffffff;
	margin: 50px auto 50px;
	padding: 50px;
	border: solid 2px #000;/* box border color */
	overflow: hidden;
}
.cgi_sec_orderform_box table {
	text-align: left;
	line-height: 1;
}
.cgi_sec_orderform_box table th,
.cgi_sec_orderform_box table td {
	padding: 10px;
}
.cgi_sec_orderform_box .cgi_sec_orderform_submit {
	background: #cc0000;/*#018032*/
	color: #ffffff;
	font-size: 2.4rem;
	font-weight: 500;
	border: none;
	cursor: pointer;
	box-sizing: content-box;
	padding: 10px 5%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.cgi_sec_orderform_box H2 {
	font-size: 3rem;
	font-feature-settings: "palt";
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #000000;
	margin-bottom: 10px;
	padding: 0px;
	border: none;
	overflow: auto;
}

}


/* ---------------------------------------------------------- */

/* ##############################  820px 以下  ##############################*/
@media (max-width: 820px) {
#body {
	width: 90% !important;
	margin: 0 auto;
}

/* ---------------------------------------------------------- */
/* INTRO DIV TABLE */
/* ---------------------------------------------------------- */
.intro_title {
	font-size: 2rem;
	color: #ffffff;
	background: #920783;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

.intro-container {
	box-sizing: border-box;
}
.intro-table_row {
	font-feature-settings: "palt";
	table-layout: fixed;
	display: table;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1;
	box-sizing: border-box;
}
.intro-table_row:last-child {
	margin-bottom: 0px !important;
}
	.intro-table_row .intro-table_title {
		display: table-cell;
		width: 25%;
		font-size: 1.6rem;
		letter-spacing: 0;
		line-height: normal;
		text-align: center;
		vertical-align: top;
		box-sizing: border-box;
	}
		.intro-table_row .intro-table_title div {
			color: #920783;
			border: 2px solid #920783;
			padding: 5px;
			width: 100%;
			text-align: center;
			border-radius: 5px;
			box-sizing: border-box;
		}
	.intro-table_row .intro-table_text {
		display: table-cell;
		width: 75%;
		font-size: 1.8rem;
		padding-left: 30px;
		line-height: 1.5em;
		vertical-align: middle;
		box-sizing: border-box;
	}
		.intro-table_row .intro-table_text a {
			color: #018032;
		}

/* ---------------------------------------------------------- */
/* FORM DIV TABLE */
/* ---------------------------------------------------------- */
.form-container {
	box-sizing: border-box;
	border-top: 1px solid #cccccc;
}
.form-table_row {
	table-layout: fixed;
	display: table;
	width: 100%;
}
	.form-table_row .form-table_cap {
		font-feature-settings: "palt";
		display: table-cell;
		width: 100%;
		vertical-align: middle;
		font-size: 1.8rem;
		line-height: 1.2em;
		background: #eeeeee;
		padding: 10px 10px;
	 	border: 0;
		box-sizing: border-box;
	}
	.form-table_row .form-table_title {
		font-feature-settings: "palt";
		display: table-cell;
		width: 25%;
		vertical-align: middle;
		font-size: 1.8rem;
		line-height: 1.2em;
		padding: 15px 10px;
	 	border: 0;
		border-bottom: 1px solid #cccccc;
		box-sizing: border-box;
	}
	.form-table_row .form-table_input {
		font-feature-settings: "palt";
		display: table-cell;
		width: 75%;
		vertical-align: text-top;
		font-size: 1.8rem;
		line-height: 2.5em;
		padding: 15px 10px;
	 	border: 0;
		border-bottom: 1px solid #cccccc;
		box-sizing: border-box;
	}
	.form-table_choice {
		display: inline-table;
		border-spacing: 0;
		vertical-align: top;
	}

/* ---------------------------------------------------------- */
/* FORM DECORATION */
/* ---------------------------------------------------------- */
/* placeholder */
input::placeholder,
textarea::placeholder {
	font-size: 1.4rem;
	color: #cccccc;
}
/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	font-size: 1.4rem;
	color: #cccccc;
}
/* IE11 & IE10 */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-size: 1.4rem;
	color: #cccccc;
}

.nor_line-height {
	line-height: 2em !important;
}
label {
	/* LABEL*/
	cursor: pointer;
}
.form_input_age {
	/* INPUT */
	font-size: 2rem;
	border: solid 1px #999;
	box-sizing: border-box;
	padding: 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 1;
}
.form_input {
	/* INPUT */
	font-size: 2rem;
	border: solid 1px #999;
	box-sizing: border-box;
	padding: 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 1;
	margin-right: 15px;
}
.form_input_just {
	/* INPUT 100% */
	font-size: 2rem;
	border: solid 1px #999;
	box-sizing: border-box;
	padding: 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 1;
	width: 100%;
}
.form_textarea {
	/* TEXTAREA */
	font-size: 1.8rem;
	border: solid 1px #999;
	box-sizing: border-box;
	padding: 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 100%;
	resize: none;
	display: block;
}
.form_radio_check {
	/* RADIOBOX */
	height: auto;
	margin: 0 8px 0 0;
}
.form_select {
	/* SELECTBOX */
	font-size: 1.8rem;
}
	.form_select_def {
		color: #ccc;
	}
.form_submit {
	/* SUBMIT BUTTON */
	font-size: 2.4rem;
	cursor: pointer;
	
	background: #cc0000;
	color: #ffffff;
	font-weight: 500;
	border: none;
	box-sizing: content-box;
	padding: 10px 5%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.form_reset {
	/*  RESET BUTTON */
	font-size: 2.4rem;
	cursor: pointer;
	
	background: #cccccc;
	color: #ffffff;
	font-weight: 500;
	border: none;
	box-sizing: content-box;
	padding: 10px 5%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* ---------------------------------------------------------- */
/* CGI - FORM Content confirmation */
/* ---------------------------------------------------------- */

#cgi_form_base {
	width: 90% !important;
	margin: 0 auto;
}
.cgi_sec_orderform_box {
	text-align: center;
	font-size: 2rem;
	background: #ffffff;
	margin: 50px auto 50px;
	padding: 20px;
	border: solid 2px #000;/* box border color */
	overflow: hidden;
}
.cgi_sec_orderform_box table {
	text-align: left;
	line-height: 1;
}
.cgi_sec_orderform_box table th,
.cgi_sec_orderform_box table td {
	padding: 10px;
}
.cgi_sec_orderform_box .cgi_sec_orderform_submit {
	background: #cc0000;/*#018032*/
	color: #ffffff;
	font-size: 2.4rem;
	font-weight: 500;
	border: none;
	cursor: pointer;
	box-sizing: content-box;
	padding: 10px 5%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.cgi_sec_orderform_box H2 {
	font-size: 3rem;
	font-feature-settings: "palt";
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #000000;
	margin-bottom: 10px;
	padding: 0px;
	border: none;
	overflow: auto;
}

}


/* ##############################  520px 以下  ##############################*/
@media (max-width: 520px) {
#body {
	width: 90% !important;
	margin: 0 auto;
}

H3 {
	font-size: 2.8rem;
	font-feature-settings: "palt";
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 15px;
	padding: 8px;
	overflow: hidden;
}
	span.span_br {
		font-size: inherit !important;
		display: block !important;
	}
	span.span_br_r {
		font-size: inherit !important;
		display: inline !important;
	}

.footer_copyright {
}
	.footer_l,
	.footer_r {
		text-align: center !important;
		float: none !important;
	}

.inquiry_form_text {
	font-size: 1.6rem;
	text-align: left;
}

/* ---------------------------------------------------------- */
/* INTRO DIV TABLE */
/* ---------------------------------------------------------- */
.intro_title {
	font-size: 1.4rem;
	color: #ffffff;
	background: #920783;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

.intro-container {
	box-sizing: border-box;
}
.intro-table_row {
	font-feature-settings: "palt";
	table-layout: fixed;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1;
	box-sizing: border-box;
}
.intro-table_row:last-child {
	margin-bottom: 0px !important;
}
	.intro-table_row .intro-table_title {
		display: block;
		width: 100%;
		font-size: 1.6rem;
		letter-spacing: 0;
		line-height: normal;
		text-align: center;
		vertical-align: top;
		box-sizing: border-box;
	}
		.intro-table_row .intro-table_title div {
			color: #920783;
			border: 2px solid #920783;
			padding: 5px;
			width: 100%;
			text-align: center;
			border-radius: 5px;
			box-sizing: border-box;
		}
	.intro-table_row .intro-table_text {
		display: block;
		width: 100%;
		font-size: 1.8rem;
		padding-left: 0px;
		padding-top: 10px;
		line-height: 1.5em;
		text-align: center;
		vertical-align: middle;
		box-sizing: border-box;
	}
		.intro-table_row .intro-table_text a {
			color: #018032;
		}
		.span_br {
			font-size: inherit;
			line-height: inherit;
			letter-spacing: inherit;
			display: block;
		}

/* ---------------------------------------------------------- */
/* FORM DIV TABLE */
/* ---------------------------------------------------------- */
.form-container {
	box-sizing: border-box;
	border-top: 1px solid #cccccc;
}
.form-table_row {
	table-layout: fixed;
	display: block;
	width: 100%;
}
	.form-table_row .form-table_cap {
		font-feature-settings: "palt";
		display: block;
		width: 100%;
		vertical-align: middle;
		font-size: 1.8rem;
		line-height: 1.2em;
		background: #eeeeee;
		padding: 10px 10px;
	 	border: 0;
		box-sizing: border-box;
	}
	.form-table_row .form-table_title {
		font-feature-settings: "palt";
		display: block;
		width: 100%;
		vertical-align: middle;
		font-size: 1.8rem;
		line-height: 1.2em;
		padding: 15px 10px 10px;
	 	border: 0;
		border-bottom: none;
		box-sizing: border-box;
	}
	.form-table_row .form-table_input {
		font-feature-settings: "palt";
		display: block;
		width: 100%;
		vertical-align: text-top;
		font-size: 1.8rem;
		line-height: 2.5em;
		padding: 0px 10px 15px;
	 	border: 0;
		border-bottom: 1px solid #cccccc;
		box-sizing: border-box;
	}
	.form-table_choice {
		display: block;
		border-spacing: 0;
		vertical-align: top;
	}

/* ---------------------------------------------------------- */
/* FORM DECORATION */
/* ---------------------------------------------------------- */
/* placeholder */
input::placeholder,
textarea::placeholder {
	font-size: 1.4rem;
	color: #cccccc;
}
/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	font-size: 1.4rem;
	color: #cccccc;
}
/* IE11 & IE10 */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-size: 1.4rem;
	color: #cccccc;
}

.nor_line-height {
	line-height: 2em !important;
}
label {
	/* LABEL*/
	cursor: pointer;
}
.form_input_age {
	/* INPUT */
	font-size: 2rem;
	border: solid 1px #999;
	box-sizing: border-box;
	padding: 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 1;
}
.form_input {
	/* INPUT */
	font-size: 2rem;
	border: solid 1px #999;
	box-sizing: border-box;
	padding: 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 1;
	width: 100%;
	display: block;
}
.form_input_just {
	/* INPUT 100% */
	font-size: 2rem;
	border: solid 1px #999;
	box-sizing: border-box;
	padding: 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 1;
	width: 100%;
}
.form_textarea {
	/* TEXTAREA */
	font-size: 1.8rem;
	border: solid 1px #999;
	box-sizing: border-box;
	padding: 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 100%;
	resize: none;
	display: block;
}
.form_radio_check {
	/* RADIOBOX */
	height: auto;
	margin: 0 8px 0 0;
}
.form_select {
	/* SELECTBOX */
	font-size: 1.8rem;
}
	.form_select_def {
		color: #ccc;
	}
.form_submit {
	/* SUBMIT BUTTON */
	font-size: 2.8rem;
	cursor: pointer;
	
	background: #cc0000;
	color: #ffffff;
	font-weight: 500;
	border: none;
	box-sizing: content-box;
	padding: 10px 5%;
	border-radius: 5px;
	width: 100%;
	box-sizing: border-box;
}
.form_reset {
	/*  RESET BUTTON */
	font-size: 1.8rem;
	cursor: pointer;
	
	background: #cccccc;
	color: #ffffff;
	font-weight: 500;
	border: none;
	margin-top: 20px;
	box-sizing: content-box;
	padding: 10px 5%;
	border-radius: 5px;
	box-sizing: border-box;
}

/* ---------------------------------------------------------- */
/* CGI - FORM Content confirmation */
/* ---------------------------------------------------------- */

#cgi_form_base {
	width: 90% !important;
	margin: 0 auto;
}
.cgi_sec_orderform_box {
	text-align: center;
	font-size: 1.8rem;
	background: #ffffff;
	margin: 50px auto 50px;
	padding: 20px;
	border: solid 2px #000;/* box border color */
	overflow: hidden;
}
.cgi_sec_orderform_box table {
	text-align: left;
	line-height: 1;
}
.cgi_sec_orderform_box table th,
.cgi_sec_orderform_box table td {
	padding: 10px;
	display: block !important;
}
.cgi_sec_orerform_table_hd {
	display: none !important;
}
.cgi_sec_orderform_box .cgi_sec_orderform_submit {
	background: #cc0000;/*#018032*/
	color: #ffffff;
	font-size: 2.4rem;
	font-weight: 500;
	border: none;
	cursor: pointer;
	box-sizing: content-box;
	padding: 10px 5%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.cgi_sec_orderform_box H2 {
	font-size: 2.8rem;
	font-feature-settings: "palt";
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #000000;
	margin-bottom: 10px;
	padding: 0px;
	border: none;
	overflow: auto;
}

}
/* ###################################################### レスポンシブここまで */


/* CSS Document */
