@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=M+PLUS+Rounded+1c:wght@400;500;700;800&family=Montserrat:wght@400;700&display=swap");
/* ------------------------------------------------------------------
 * (C) KADOKAWA CORPORATION 2021
 * 電撃だいおうじWEB持ち込み投稿フォーム
------------------------------------------------------------------- */

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,img	{	margin: 0;	padding: 0;   box-sizing: border-box;	}
area, base, basefont, head, meta, script, style, title, noembed, param	{display: none;}
*,*::before,*::after {box-sizing: border-box;}
html,body,#wrap,form	{ width:100%;height: 100%;}
html { font-size: 62.5%; }
body{ 
	margin: 0 auto;
	background:#fff;
	color: #231815;
	width: 100%;
	font-size:1.4rem;
	font-family:"M PLUS 1", "Montserrat", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight:normal;
	font-style:normal;
	text-align:left;
	line-height:1.4;
	word-break: break-all;
	}
h1, h2, h3, h4, h5, h6	{	font-weight: bold;	line-height: 1em;	}
img						{	border:0; margin:0; -ms-interpolation-mode: bicubic;	}
fieldset				{	border:0; margin:0;	}
br						{	letter-spacing:0;	}
ol,ul,li				{	list-style:none;list-style-position: outside;	}
li img					{	vertical-align:top;	}
li a					{	zoom: 1;	}
em,cite					{	font-style: normal;	}
strong					{	font-weight:bold;	}
table					{	border-collapse: collapse;	border-spacing: 0;	}

input,button,input:focus,button:focus {	outline:0px none ;}
input,button,textarea,select {	font-family : inherit; font-size: 1.5rem; text-align:left;padding: 2px;}

a img {vertical-align: bottom;}

/*-------------------------------------------------------------------- */
a:link		{	color: #00adea;	text-decoration: underline; outline:none;	}
a:visited	{	color: #00adea;	text-decoration: underline;	}
a:hover		{	color: #009ad0;	text-decoration: none;	}
/* float --------------------------------------------------------------------*/
.fL	{float:left;}
.fR	{float: right;}

#base ul.ul1 li:after,
#base .noticeChk .noticeChk_chk label:after,
#base:after,
.clearfix:after {	visibility: hidden;	display: block;	font-size: 0;	content: " ";	clear: both;	height: 0;	}

* html #base #base ul.ul1 li,
* html #base .noticeChk .noticeChk_chk label,
* html #base,
* html .clearfix {	zoom: 1; } /* IE6 */

*:first-child+html #base ul.ul1 li,
*:first-child+html #base .noticeChk .noticeChk_chk label,
*:first-child+html #base,
*:first-child+html .clearfix {	zoom: 1; } /* IE7 */

/* layout --------------------------------------------------------------------*/
form	{	margin: 0; padding: 0;	}
h1 {
	margin: 0;
	padding: 30px 20px;
	color: #333;
	font-size: 2.8rem;
	text-align: center;
}
h1 span {
	margin: 15px 0 0;
	display: block;
	font-family: "M PLUS Rounded 1c","M PLUS 1", "Montserrat", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 600;
	transform: rotate(0.05deg);
}

h2 {
	color: #222;
	font-size: 2.3rem;
	margin: 1em 0 0.5em;
	padding:0 0 5px;
	line-height: 1.2;
	border-bottom: 2px solid #fdd118;
	font-family: "M PLUS Rounded 1c","M PLUS 1", "Montserrat", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 600;
	transform: rotate(0.05deg);
}

h3{
	background: #555;
	color: #fff;
	font-size: 1.7rem;
	margin: 30px auto 0;
	padding: 10px;
	line-height: 100%;
	border-radius: 5px;
	text-align: center;
	font-family: "M PLUS Rounded 1c","M PLUS 1", "Montserrat", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", sans-serif;
	transform: rotate(0.05deg);
}
p.copy	{
	margin: 0 auto;
	padding:20px 0;
	font-size: 1.3rem;
	text-align: center;
}

.lede{
	margin: 30px auto 50px;
	color:#222;
	max-width: 830px;
}
.lede h2 {
	margin: 30px auto 10px;
	padding: 15px 20px;
	border: none;
	border-radius: 0;
	color: #222;
	width: fit-content;
	background-color: #fdd118;
	font-weight: 500;
	font-size: 2.6rem;
	text-align:center;
}
.lede p{
	margin: .5em auto 1em !important;
	width: 690px;
	font-size: 1.8rem;
	font-weight: 500;
}

#base{
	max-width: 980px;
	margin: -70px auto 10px;
	padding: 40px 20px 20px;
	overflow: hidden;
	border-radius: 20px;
	background-color: #fafafa;
	font-size: 1.4rem;
}

#base section			{	padding:0 20px; }
#base ul,#base ol		{	margin: 20px 0 20px 20px;}
#base ul li				{	list-style: disc outside ;	margin: 1em 0;	line-height: 1.4em;}
#base ul.circle li		{	list-style: circle outside ;}
#base ul.margin0 li		{	margin: 10px 0;}
#base ul.notype 		{	margin: 20px 0; }
#base ul.notype li		{	margin: 1em 0; list-style: none; }
#base ul.asterisk li		{	  padding-left: 1em;  text-indent: -1em; }
#base ul.asterisk li:before		{	content: '※'; }
#base ul li strong		{	font-size: 1.6rem; color: #333; padding-right: 1em;}
#base ol li				{	list-style: decimal outside ;	margin: 0.8em;	line-height: 1.4em;}
#base ul li p			{	line-height:1.6em;padding:0 5px 10px 10px;margin:5px 0;}

#base ul li ul.innerList		{	margin: 10px 0 30px 25px;}
#base ul li ul.innerList li		{	list-style: disc outside !important; color: #ccc; margin: 1em 0;font-size: 1.2rem;}
#base ul li ul.innerList li p	{	line-height: 1.2em;padding: 0;margin: 0; color: #555;}

#base ul.ul1			{	margin: 20px 0; border: 1px solid #ccc;}
#base ul.ul1 li			{	list-style: none outside ; margin: 5px; padding: 5px; _zoom: 1; overflow: hidden;}
#base ul.ul1 li strong	{	display: block; width: 100px; float: left;}
#base .borderBox{margin: 10px 0; border: 1px solid #ccc;padding: 10px;}
#base p					{	margin: 1.5em 0;	}
#base p em				{	font-weight: bold;	display: block;}
#base p.name			{	line-height: 1.7em;}
#base p.catch			{	font-weight: bold; color: #000;	text-shadow: 1px 1px 0px #ddd;font-size: 1.4rem;}

.submitBtn			{	margin: 50px auto;	text-align: center;}
.submitBtn .btn {
	margin: 20px auto;
	display: block;
	width: 100px;
	font-size: 1.9rem;
	line-height:100%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	border:none;
	overflow: hidden;
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 2px solid #666;
	color: #666;
	border-radius: 28px;
	font-family: "M PLUS Rounded 1c","M PLUS 1", "Montserrat", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", sans-serif;
	transform: rotate(0.05deg);
}

.btn::before,
.btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn,
.btn::before,
.btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn:hover {
	cursor: pointer;
	color: #fff;
	background: #666;
}

.submitBtn .submit,
.submitBtn .agree,
.submitBtn .chk,
.submitBtn .fix{
	width: 320px;
	border: 2px solid #e5015a;
	color: #e5015a;
}
.submitBtn .submit:hover,
.submitBtn .agree:hover,
.submitBtn .chk:hover,
.submitBtn .fix:hover{
	color: #fff;
	background: #e5015a;
}
.submitBtn .submit:hover::after,
.submitBtn .agree:hover::after,
.submitBtn .chk:hover::after,
.submitBtn .fix:hover::after{
	background: #e5015a;
}

.tableForm									{	border: 1px solid #999;	width: 100%;	margin: 20px 0 ;_zoom: 1;	overflow: hidden;border-radius: 5px;}
.tableForm table							{	width: 100%;	margin-top: -1px;}
.tableForm table th, .tableForm table td	{	border-top: 1px solid #d9d9d9;	 font-weight: normal;	padding:15px; line-height:1.4; word-break: break-all; }
.tableForm table th							{	width: 300px;	background: #f6f6f6;text-align: left;font-weight: bold;font-size: 1.5rem; }
.tableForm table th span					{	font-size: 1.2rem;	font-weight: bold;	color: #E30012;display: block;}
.tableForm table th span.normal				{	font-weight: normal;	color: #e5015a;}
.tableForm table td							{	background: #fff;}
.tableForm table td input					{	padding: 2px;}
.tableForm table td p						{	margin: 0 !important;padding-bottom: 0.5em;}
.tableForm table td p span					{	display: block; color: #E30012;}

.tableForm table.imgup th 					{   width: 300px;}
.tableForm table td img						{	vertical-align: middle;}
.tableForm table td span.imgTitle			{	padding: 1em;}

input#Name,input#NameKana,input#PenName,input#PenNameKana,input#Tel,input#Bumon,input#DataSize,input#BirAddr	{	width: 200px;}
input#Addr,input#MailAddr,input#Note,input#Title,input#Job	{	width: 550px;}
input#Zip,input#DataFormat,input#BirthY	{	width: 7em;}
input#Age	{	width: 3em;}
input#Age,input#BirthY	{	margin-right: 5px; }


.tableForm input[type="text"],
.tableForm input[type="email"],
.tableForm input[type="tel"],
.tableForm textarea {
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.tableForm input[type="text"]:focus,
.tableForm input[type="email"]:focus,
.tableForm input[type="tel"]:focus,
.tableForm textarea:focus {
	box-shadow: 0 0 5px #e5015a;
	border: 1px solid #e5015a;
}

.tableForm input[type="radio"] , input[type="checkbox"]{
   margin: 0.5em 0.5em 0.5em 0;}
.tableForm td label { margin-right:10px;cursor:pointer; }

textarea	{	width: 550px;height: 15em;overflow-y: scroll;overflow-x: hidden; }




#inputFile				{ margin: 20px 0 ;_zoom: 1;	overflow: hidden; border: 1px solid #828282;padding: 10px; background: #ede7c7;color: #333;font-weight: bold; text-align: center;}
#inputFile input		{ }

#base .completeMsg		{	padding: 30px 0;}
#base .completeMsg p	{	margin: 1.5em auto;	width: 650px; font-size: 1.6rem; }

#base .noticeMsg		{}
#base .noticeMsg p,
#jsoff		{	font-size: 1.5rem;	color: #d71111;	margin: 1em 0;}

#base .noticeData,
#base .noticeChk{
	margin: 30px 0 20px;
	padding: 0;
	border-radius: 7px;
	border: 2px solid #fdd118;
	background: #fdfdfd;
}

#base .noticeData h2,
#base .noticeChk h2{
	font-size: 1.8rem;
	margin: -1px 0 0;
	padding: 11px 8px 8px;
	border-bottom: 1px solid #fdd118;
	border-radius: 7px 7px 0 0;
	background-color: #fdd118;
	text-align: center;
}
#base .noticeData ul,
#base .noticeChk ul {
	margin: 20px;
	padding-left: 20px;
}
#base .noticeData li{
	margin: 10px 0;
}

#base .noticeChk_chk				{	padding: 0px 20px;}
#base .noticeChk_chk ul 			{	padding-left: 0;}
#base .noticeChk_chk label			{	display: block;margin: 1em 0;_zoom: 1;	overflow: hidden; }
#base .noticeChk_chk label input	{	float: left; margin: 5px 10px 5px 0;}
#base .noticeChk_chk label span		{	display: block;overflow: hidden; _zoom: 1;}



@media only screen and (max-width: 700px) {
	.pc-only { display: none; }
	.sp-only { display: block; }
	body{
		font-size: 1.4rem;
		word-break:break-all;
	}
	*, *:before, *:after {
	 -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
	h1 img 	{	width: 80%; max-width: 100%; height: auto;}
	h1 span {
		font-size: 2.5rem;
	}
	h2 {
		margin: .5em 0;
		font-size: 2.0rem;
	}
	#base{
		margin: -80px auto 10px;
		padding: 40px 15px 30px 15px;
		width: 100%;
	}
	.lede {
		margin: 20px auto 30px;
	}
	.lede h2 { 
		margin: 30px 0 10px;
		width: auto;
		line-height: 1.4;
		font-size: 2.0rem;
		text-align: left;
	}
	#base .lede p {
		width: auto;
		font-size: 1.5rem;
	}
	#base section {
		padding: 0;
	}
	#base .noticeChk_chk { padding: 0 15px; }
	#base .noticeData h2, #base .noticeChk h2 {
		font-size:1.6rem;
	}
	#base .noticeChk h2 {
		text-align: left;
	}
	.tableForm table th,
	.tableForm table td,
	#BumonTable1 table th,
	#BumonTable2 table th,
	#BumonTable3 table th{
		padding:15px;
		display: block;
		width: 100%;
		line-height:1.2;
	}
	.tableForm table th{
		border-top: 1px solid #999;
	}
	.tableForm table td{
		border: none;
	}
	input[type="text"],input[type="email"],textarea{width: 100% !important;}
	input#Male,input#Female,input#NA,input#ReviewYes,input#ReviewNo,#base .noticeChk_chk label input{width: auto !important;}
	input#Age,input#BirthY,input#Zip{width: 7em !important;}
	.submitBtn { margin: 30px auto; }
	.submitBtn .submit, .submitBtn .agree, .submitBtn .chk, .submitBtn .fix {
		width: 100%;
	}
	#base .completeMsg p {
		width: auto;
	}
}

