@charset "UTF-8";

#wrap #footer {
	margin: 25px 0 0;
}

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

#contents {
	padding: 0;
}

/* form - form_csgame
------------------------------------------------------------ */
body {
	background: none!important;
}
#wrap div#g-header .inner {
	width: 100%;
}
#wrap #footer {
	border: none;
	background: none;
	box-shadow: none;
}
#wrap #footer a {
	text-decoration: none;
}
#main,
#formContents {
	width: 100%;
	padding: 0;
}
#formContents h2,
#formContents h3 {
	margin: 0 0 20px;
	padding: 10px 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(46, 59, 73)), to(rgb(8, 10, 12))) 0px 0px repeat scroll rgb(46, 59, 73);
	color: rgb(255, 255, 255);
	font-size: 1rem;
	font-weight: bold;
	line-height: 140%;
}
#formContents #qaBoxerr {
	margin:0 15px;
}
#formContents dl.attention {
	margin: 0 15px 20px;
}
#formContents .atFirst {
	padding: 0 15px 20px 15px;
	font-size: 0.9rem;
}
#formContents .aboutForm {
	margin: 0 15px 15px;
	font-size: 0.9rem;
}
#formContents form,
#formContents #form {
	margin: 0 15px;
}
#formContents #form form {
	margin: 0;
}
#formContents .formTable {
	width: 100%;
	border-top: 1px solid #999;
	margin: 0 auto;
}
#formContents .formTable table {
	display: block;
}
#formContents .formTable caption {
	margin: 20px 0 10px;
	padding: 10px;
	border-left: 5px solid #003264;
	background: #8ca3bc;
	font-size: 0.9rem;
}
#formContents #form caption {
	margin: 0 0 10px;
	border: none;
	background: none;
	font-size: 16px;
	font-size:medium;
}
#formContents #form caption {
	font-size: 12px;
	font-weight: normal;
}
#formContents #form caption strong {
	font-size: 16px;
	font-weight: bold;
}
#formContents .formTable caption .attnmark {
	display: block;
	margin: 0;
	font-size: 0.6rem;
}
#formContents .formTable th {
	display: list-item;
	width: 100%;
	margin: 0;
	padding: 8px;
	border-top: none;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	box-sizing: border-box;
	list-style: none;
}
#formContents .formTable td {
	display: list-item;
	width: 100%;
	margin: 0;
	padding: 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	box-sizing: border-box;
	list-style: none;
}
#formContents .formTable td input {
	width: 100%;
}
#formContents select {
	width: 100%;
	margin: 0 0 10px;
	padding: 5px;
	border-radius: 4px;
	border: 1px solid #b3b3b3;
	box-sizing: border-box;
	color: #333;
	font-size: 0.8rem;
}
#formContents input[type=text] {
	width: 100%;
	padding: 5px;
	border-radius: 4px;
	border: 1px solid #b3b3b3;
	box-sizing: border-box;
	box-shadow: 0 1px 3px rgba(0 0 0 0.2) inset;
	color: #333;
	font-size: 0.8rem;
}
#formContents #form tr .tdColorGr {
	font-size: 16px;
}
#formContents #form tr:last-of-type .tdColorGr {
	display: none;
}
#formContents .formTable input[type=radio],
#formContents .formTable input[type=checkbox] {
	display: inline-block;
	width: auto;
	margin: 0 10px 0 0;
}
#formContents .formTable td dd {
	float: none;
}
#formContents .btnArea {
	/*
	display: flex;
	justify-content: center;
	align-items: center;
	*/
	margin: 0;
	padding: 20px 0;
}
#formContents .btnArea input[type=button],
#formContents .btnArea input[type=submit] {
	width: 100%;
	margin: 0 0 10px;
	padding: 10px 0;
	border-radius: 4px;
	border: 1px solid #b3b3b3;
	background: -webkit-gradient(linear, left top , left bottom, from(#FDFDFD), to(#EEEEEE)) repeat scroll 0 0 #EEEEEE;
	color:  #444;
	font-size: 1rem;
	font-weight: bold;
	cursor: pointer;
}
#formContents .resultText {
	margin: 0 auto 20px;
}
/*qaBox*/
#formContents .resultText #qaBoxtext,
#formContents .resultText #qaBox8_text{
	font-size: 0.9rem;
}
#formContents .resultText #hardTitle,
#formContents .resultText #qaBox8_hardTitle {
	width: 100%;
}
#formContents .resultText #hardTitle dt,
#formContents .resultText #qaBox8_hardTitle dt{
	float: none;
	width: 100%;
	background: #fff;
}
#formContents .resultText #hardTitle dd,
#formContents .resultText #qaBox8_hardTitle dd{
	float: none;
	width: 100%;
	padding: 10px;
	background: #fff;
	box-sizing: border-box;
	text-align: center;
}
#formContents .resultText #qLead {
	height: auto;
	padding: 10px;
	border: 1px solid #EEB9D3;
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#FAE0ED));
	color: #E13AAC;
}
#formContents .resultText #qManyList {
	width: 100%;
}
#formContents #privacy {
	border: 1px solid #666;
	margin: 20px 15px;
	padding: 5px;
}
/*form_finish*/
#formContents #Thanks {
	width: calc(100% - 30px);
}
#formContents #Thanks caption {
	border: none;
	background: none;
	font-size: small;
}
#formContents #Thanks caption strong {
	font-size: medium;
}
#formContents #Thanks tr:last-of-type {
	display: none;
}
#formContents #Thanks td {
	text-align: left;
}
/*attention_mdl*/
#tr_frmct_email .requirewrap {
	position: relative;
}
#tr_frmct_email .inputArea {
	position: unset;
}
#formContents .attention_mdl {
	right: 50%;
	bottom: 130px;
	left: auto;
	transform:translateX(50%);
}
/* form - form_pc / form_am
------------------------------------------------------------ */
#formContents .formTable.confirm {
	width: calc(100% - 30px);
}
#formContents dl.attention {
	margin: 0 0 20px;
}
#formContents .text12px {
	margin: 0 15px 20px;
	font-size: 14px;
}
#formContents dl.attention dd {
	font-size: 14px;
}
#formContents dl.attention dd ul li {
	margin: 0 0 5px;
}
#formContents dl.attention + div {
	width: auto!important;
	margin: 0 15px 10px!important;
}
#formContents .before_contact {
	margin: 0 15px 20px;
	font-size: 14px;
}
#formContents .attn {
	margin: 0 15px 20px;
}
#formContents h3.bdrbtm {
	margin: 15px 0;
	padding: 8px 15px;
	border: none;
	border-bottom: 3px solid #3C558F;
	background: none;
	color: #000;
}
#formContents #privacy {
	padding: 10px;
	font-size: 14px;
}
#formContents #form-btn {
	display: flex;
	justify-content: center;
	width: calc(100% - 30px);
	height: auto;
	margin: 0 auto;
}
#formContents #form-btn input[name=submit],
#formContents #form-btn input[name=reset] {
	width: 100%;
	height: 30px;
}
#formContents #form-btn form input[name=submit],
#formContents #form-btn form input[name=reset] {
	margin: 20px 0 0;
}
#formContents #form-btn #form-btn-left,
#formContents #form-btn #form-btn-right {
	float: none;
	width: 40%;
	margin: 0 10px;
}
#formContents #form-btn #form-btn-left form,
#formContents #form-btn #form-btn-right form {
	margin: 0;
}
/* form - sp/form_mc1 sp/form_mc2
------------------------------------------------------------ */
#formContents .page-title {
	width: 100%;
	margin: 0 auto 20px;
	padding: 10px 15px!important;
	border-radius: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(46, 59, 73)), to(rgb(8, 10, 12))) 0px 0px repeat scroll rgb(46, 59, 73);
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	font-size: 1rem!important;
	font-weight: bold;
	text-align: left;
	line-height: 140%;
}
#formContents .intro {
	margin: 0 15px 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #ccc;
}
#formContents .intro h2 {
	margin: 0 0 10px;
	padding: 0;
	border: none;
	background: none;
	box-shadow: none;
	color: #000;
	font-size: 14px;
}
#formContents #windowList {
	margin: 20px 0;
	padding: 20px;
	border: 2px solid #c00;
	background: rgba(200,0,0,0.05);
	font-size: 14px;
}
#formContents #windowList dt {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: bold;
}
#formContents #windowList dd li {
	margin: 10px 0 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
	list-style: none!important;
	line-height: 1.5;
}
#formContents .intro #windowList + ul li a {
	color: #f00
}
#formContents .form {
	margin: 0 10px;
}
#formContents form[name=mc1] {
	margin: 0;
}
#formContents .form.confirm {
	margin: 0 15px;
}
#formContents .form.confirm .element {
	margin: 0 0 20px;
}
#formContents .form .element label {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: bold;
}
#formContents .form .element label span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #c00;
}
#formContents .form .element input {
	margin: 10px 0 0;
}
#formContents .form .element select {
	margin: 10px 0　20px!important;
}
#formContents .form .element textarea {
	width: 100%;
	margin: 10px 0;
	padding: 10px;
}
#formContents .note-box {
	padding: 20px;
	border: 1px solid #666;
	background: #eee;
	font-size: 14px;
}
#formContents .note-box h2 {
	padding: 0;
	border: none;
	background: none;
	color: #000;
	font-size: 16px;
}
#formContents .check-btns {
	margin: 25px 0;
}
#formContents .check-btns ul {
	width: 260px;
}
#formContents .check-btns ul li {
	width: 130px;
}



}