@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 14.5px;
	font-weight: 500;
	line-height: 1.8;
	background: #fff;
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;height: auto;vertical-align: middle;}
table {border-collapse:collapse;border-spacing: 0;}



a {
	color: #666;
}
a:hover {
	color: #303f69;
	text-decoration: none;
}

p {
	margin: 0 0 1.8em;
}



.contents {
	overflow: hidden;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.contents p{
	text-align: center;
	font-size: 15px;
}
.contents h2 {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #303f69;
	line-height: 1.4;
	margin-bottom: 20px;
	padding: 10px 20px;
}
.contents h2 {
	margin-top: 70px;
}
.contents h3 {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color:#c50809;
	margin-bottom: 10px;
}

.pcstep{
	margin-top: 28px;
}
.mobilestep{
	display: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 90%;
	width: 100%;
	max-width: 780px;
	margin:30px auto;
}
table.spec {
	border:solid 1px #000;
}
table.sub {
	border:none #000;
}
#tablepress-1 td {
	border: 1px solid #DCDCDC;
}
.tablepress .odd td {
	background-color: #f9f9f9;
}
.tablepress tbody td {
	vertical-align: top;
}
.tablepress td, .tablepress th {
	padding: 8px;
	border: none;
	background: 0 0;
	text-align: left;
	float: none!important;
}
table th {
	width: 35%;
}
table th, table td {
	border: solid 1px #eee;
	padding: 1em 1.2em;
}

table.spec th,table.spec td{
	border:solid 1px #000;
}
table.sub th,table.sub td{
	text-align: center;
	border:none #000;
}


form{
	width: 100%;
	max-width:780px;
	margin: 30px auto;
}

input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	border: solid 1px #e6e6e6;
	color: #000000;
	width: 270px;
	margin-top: 0.6em;
	padding: 0.9em;
}
textarea {
	max-width: 780px;
	width: 100%;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #e98c28;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	padding: 1.5em 3.0em;
	text-transform: uppercase;
	transition: .3s ease-in-out;
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover{
	opacity: 0.5;
}

table.formTable td,table.formTable th{
	border:0px solid #ccc;
	padding:0px;
	text-align: left;
	margin-bottom:1.8em;
}

.chkbox input[type=checkbox] {
	width:			24px;
	height:			24px;
	-moz-transform:		scale(1.4);
	-webkit-transform:	scale(1.4);
	transform:		scale(1.4);
}

#copyright {
	clear: both;
	text-align: center;
	background: #303f69;
	padding-bottom: 2rem;
	padding-top: 2rem;
}

footer {
	clear: both;
	font-size: 85%;
	color: #fff;
	background: #f6a72a;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
footer .pr {
	display: block;
	font-size: 80%;
}


input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* チェックボックス */
input[type=checkbox] {
	display: none;
}
.checkbox02 {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 5px 10px 0px 32px;
	position: relative;
	width: auto;
}
.checkbox02::before {
	background: #ffffff;
	border: 3px solid #000000;
	border-radius: 3px;
	content: '';
	display: block;
	height: 16px;
	left: 5px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 16px;
}
.checkbox02::after {
	border-right: 6px solid #004bcc;
	border-bottom: 3px solid #004bcc;
	content: '';
	display: block;
	height: 20px;
	left: 7px;
	margin-top: -16px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	width: 9px;
}
input[type=checkbox]:checked + .checkbox02::before {
	border-color: #000000;
}
input[type=checkbox]:checked + .checkbox02::after {
	opacity: 1;
}
.checkbox03 {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 5px 10px 0px 32px;
	position: relative;
	width: auto;
}
.checkbox03::before {
	background: #ffffff;
	border: 3px solid #000000;
	border-radius: 3px;
	content: '';
	display: block;
	height: 16px;
	left: 5px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 16px;
}
.checkbox03::after {
	border-right: 6px solid #004bcc;
	border-bottom: 3px solid #004bcc;
	content: '';
	display: block;
	height: 20px;
	left: 7px;
	margin-top: -16px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	width: 9px;
}
input[type=checkbox]:checked + .checkbox03::after {
	opacity: 1;
}
input[type=checkbox]:checked + .checkbox03::after {
	opacity: 1;
}

.table-center {
	display: block;
	margin-block-start: 1.33em;
	margin-block-end: 1.33em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-size: 1.4em;
}

.contents-table{
	border: none;
}

.contents-table-width {
	max-width: 740px;
}

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

	.contents h2 {
		font-size: 22px;
	}
	.contents p{
		font-size: 13px;
		padding: 0 10px;
	}
	textarea {
		max-width: 100%;
		width: 100%;
		padding: 10px 0;
	}
}

/*画面幅896px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:896px){

	.contents h2 {
		font-size: 22px;
	}
	.contents p{
		font-size: 13px;
	}
	textarea {
		max-width: 100%;
		width: 100%;
		padding: 10px 0;
	}
}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:640px){
	.pcstep{
		display: none;
	}
	.mobilestep{
		display: block;
		margin-top: 28px;
		margin-bottom: 28px;
	}
	.contents{
		width: 90%;
	}
	.contents h3{
		font-size: 18px;
	}
	.contents p{
		font-size: 16px;
	}
	table th, table td {
		font-size: 16px;
	}
	textarea {
		font-size: 14px;
	}
	button, input[type="button"], input[type="reset"], input[type="submit"] {
		font-size: 16px;
		font-weight: bold;
		padding: 1.2em 4.0em;
	}

	#copyright {
		font-size: 16px;
	}
	.checkbox02 {
		box-sizing: border-box;
		cursor: pointer;
		display: inline-block;
		padding: 5px 10px 0px 48px;
		position: relative;
		width: auto;

	}

}
