@charset "UTF-8";

/* cmnStyle
===========================*/
* {
	box-sizing: border-box;
}

html{
	background: #1A005D;
}

a {
	color: #3366cc;
}

a:hover {
	text-decoration: underline;
	opacity: 0.7;
}

.wrap {
	width: 100%;
	padding: 0 12px;
}

.inner {
	max-width: 960px;
	margin: 0 auto;
}

.sp {
	display: none;
}

::-moz-selection {
	background-color: #b3d4fc;
	color: #000;
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc;
	color: #000;
	text-shadow: none;
}
h1 img{
	width: 360px;
}




/* フォーム
===========================*/
input,select,option{
	font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

textarea {
	-webkit-appearance: none;
	background: #FFF;
	border: none;
	border: 1px solid #DFDFDD;
	padding: 8px;
	outline: none;
	width: 100% !important;
}

select {
	-webkit-appearance: none;
	border: none;
	padding: 4px;
	height: 32px;
	outline: none;
	font-size: 14rem;
	background: #FFF;
	border-radius: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"]{
	-webkit-appearance: none;
	background: #FFF;
	border: none;
	border: 1px solid #DFDFDD;
	height: 20px;
	padding: 4px 8px;
	outline: none;
	font-size: 14rem;
	width: 100%;
}

button,
input[type="button"]{
	-webkit-appearance: none;
	cursor: pointer;
	border: none;
	outline: none;
	border-radius: 100px;
}

input[type="radio"]{
	display: inline-block;
	padding: 0;
	margin: 0 4px 0 0;
}

button[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
	border: none;
	outline: none;
	background: none;
	color: #FFF;
	padding: 8px 0;
	width: 200px;
	font-size: 16rem;
	display: inline-block;
	background: #00B050;
	border-radius: 100px;
}

input[type="submit"]{
	-webkit-appearance: none;
	cursor: pointer;
	border: none;
	outline: none;
	background-color: #EBEBEB;
	padding: 10px 0;
	width: 200px;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
	background: #1A005D;
	color: #FFF;
}

input[type="search"]{
	-webkit-appearance: none;
	background: #FBFAFA;
	border: 1px solid #E5E5E5;
	border-radius: 100px;
	padding: 4px 30px 4px 12px;
	width: 100%;
	outline: 0;
}

@media screen and (max-width: 640px) {
	input[type="search"]{
		padding: 8px 30px 8px 12px;
	}
}

/* ====================================== */

header {
	background: #FFF;
	border-bottom: 1px solid #CCC;
}

header .inner {
	position: relative;
	padding: 32px 0 24px;
}

header p.groupLogo {
	position: absolute;
	right: 0;
	top: 6px;
}

header h1 {
	float: left;
}

header h1 + p {
	float: right;
	margin: 12px 0 0;
	font-size: 13px;
	font-size: 13rem;
}

header h1 + p a:before {
	color: #FFF;
	content: "×";
	display: inline-block;
	background: #000099;
	padding: 2px;
	margin: 0 5px 0 0;
	text-decoration: none;
}

/* ====================================== */

main {
	background: #FFF;
}

main.wrap {
	padding: 20px 12px
}

main h1 {
	color: #666;
	padding: 5px 18px;
	margin: 0 0 15px;
	font-size: 27px;
	font-size: 27rem;
	font-weight: normal;
	border-left: 10px solid #1A005D;
	letter-spacing: 5px;
}

main h1 span {
	font-size: 20px;
	font-size: 20rem;
	letter-spacing: 0;
	margin: 0 0 0 10px;
}

main article {
	background-color: #fff;
	padding: 30px;
	border: 1px solid #AAA;
}

main article h2 {
	font-size: 20px;
	font-size: 20rem;
	color: #100331;
	font-weight: bold;
	border-bottom: #CCCCCC 2px solid;
	padding: 0 0 10px;
	margin-bottom: 20px;
}

main article p {
	font-size: 14px;
	font-size: 14rem;
	margin: 0 0 10px;
}

main article span.must {
	color: red;
}

main article table {
	color: #444;
	border-collapse:collapse;
	border-spacing:0;
	border:#c3c3c3 1px solid;
	font-size:12px;
	font-size:12rem;
	width:100%;
	line-height: 180%;
	margin: 0 0 30px;
	/* text-align: left; */
}

main article table th {
	background-color: #e7e5ef;
	border:#c3c3c3 1px solid;
	text-align:center;
	width:27%;
}

main article table td{
	border:#c3c3c3 1px solid;
	width:63%;
	padding: 5px 10px;
}

main article p.submit{
	text-align: center;
}

main article p.submit a{
	color: #444;
	background-color: #EBEBEB;
	padding: 10px 0;
	margin: 20px auto 0;
	width: 200px;
}

main article p.submit a:hover{
	text-decoration: none;
}




/* ====================================== */

footer .inner {
	padding: 15px 0 40px 0;
	text-align: center;
	font-size: 13px;
	font-size: 13rem;
	color: #FFF;
}

footer ul {
	margin: 0 0 15px;
}

footer li {
	position: relative;
	display: inline-block;
	padding: 0 10px;
}

footer li:after {
	content: "";
	position: absolute;
	right: -2px;
	top: 0;
	display: block;
	width: 1px;
	height: 15px;
	background: #FFF;
}

footer li:last-child:after {
	display: none;
}

footer li a {
	color: #FFF;
}

footer address {
	font-style: normal;
}

/* ====================================== */

#pagetop {
	position: fixed;
	bottom: 40px;
	right: 40px;
	background: #666;
}

#pagetop a {
	color: #FFF;
	padding: 12px
}











/* ====================================== */

/* mediaquery
===========================*/
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}

	.sp {
		display: initial;
	}

	header .inner {
		padding: 24px 0 8px;
	}

	header p.groupLogo {
		right: static;
		left: 0;
		width: 120px;
	}

	header h1 {
		max-width: 310px;
		float: none;
	}

	header h1 + p {
		display: none;
	}

	main article {
		padding: 12px;
	}
}

/* ====================================== */

@media screen and (max-width: 425px) {
	input[type="text"],
	input[type="tel"],
	input[type="email"]{
		height: 32px;
	}

	header {
		/* height: 48px; */
	}

	main h1 {
		font-size: 21rem;
		letter-spacing: 0;
		padding: 5px;
	}

	main h1 span {
		font-size: 16rem;
	}

	main article h2 {
		font-size: 16rem;
	}

	footer ul {
		display: none;
	}

	footer address {
		font-size: 10rem
	}

	main article table th,
	main article table td{
		display: block;
		width: 100%;
		border: none;
		text-align: left;
		padding: 2px 10px;
	}

	main article table td{
		padding: 10px;
	}

}
