@charset "EUC-JP";
body{
	font-family: "M PLUS 1p","ヒラギノ丸ゴ Pro W4",HiraMaruPro-W4, Verdana, Arial, "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 18px;
	line-height: 150%;
	color: #231815;
	background-color: #f5f6f7;
}
form{ margin: 0; }
h1,h2,h3,h4,h5,h6,th { font-weight: normal; }
strong,.bold{ font-weight: bold; }
a{
  text-decoration: none;
}
section:last-child {
	padding-bottom: 64px;
}


.headarea {
	position: relative;
	height: 580px;
	overflow: hidden;
	background: #fff url(../images/topback.png) 50% 50% no-repeat ;
	background-size: cover;
	z-index: -1;
}

/*ヘッダー各種画像*/
.headarea img.gmapicon {
	position: absolute;
	top: 7%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 10%;
	max-width: 120px;
	height: auto;
}
.headarea img.gtitle {
	position: absolute;
	top: 12%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 45%;
	max-width: 500px;
	height: auto;
}
.headarea img.leftpop {
	visibility: visible;
	position: absolute;
	top: 7%;
	left: 10%;
	width: 15%;
	max-width: 200px;
	height: auto;
}
.headarea img.rightpop {
	visibility: visible;
	position: absolute;
	top: 7%;
	right: 10%;
	width: 15%;
	max-width: 200px;
	height: auto;
}

/*ヘッダーテキスト*/
.headdesc {
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 90%;
	line-height: 200%;
	text-shadow:0px 0px 10px #ffffff,0px 0px 10px #ffffff,0px 0px 10px #ffffff,0px 0px 10px #ffffff,0px 0px 10px #ffffff,0px 0px 10px #ffffff;
}

@media screen and (max-width:650px){
	.headarea {
		height: 700px;
	}
	.headarea img.gmapicon {
		width: 20%;
		height: auto;
	}
	.headarea img.gtitle {
		width: 90%;
		height: auto;
	}
	.headarea img.leftpop {
		visibility: hidden;
	}
	.headarea img.rightpop {
		visibility: hidden;
	}
	.headdesc {
		top: 55%;
		font-size: 16px;
		line-height: 180%;
	}
}



/*注意書きエリア*/
.cautionarea {
	position: relative;
	display: flex;
	align-items: center;
	width: 86%;
	height: 60px;
	top: 32px;
	left: 0;
	right: 0;
	bottom: 32px;
	margin: 0 auto;
	padding: 0 2%;
	background-color: #2195f2;
	color :#ffffff;
	font-size: 16px;
	border-radius: 2px;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
}

/*メインボックス*/
.maincontarea {
	position: relative;
	top: 64px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 90%;
	height: auto;
	background-color: #ffffff;
	background-image: url(../images/back_pc.png),url(../images/back_smp.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top left, top right;
	background-size: 25%, 20%;
	border-radius: 2px;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
	overflow: hidden;
}


/*タブ切り替えエリア*/
.maincontarea input {
	position: absolute;
	top: 0;
	left: calc( 50% - 200px );
	width: 200px;
	height: 128px;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}

.maincontarea input#tab-2{
	left: 50%;
}

.maincontarea label {
	position: absolute;
	top: 0;
	left: calc( 50% - 200px );
	background: #ffffff;
	font-size: 20px;
	line-height: 40px;
	display: block;
	width: 200px;
	height: 128px;
	color: #707070;
	letter-spacing: 1px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
	border: none;
	transition: all .2s ease;
	cursor: pointer;
}
.maincontarea label.tab-label-2 {
	left: 50%;
}
.maincontarea input:hover + label {
	background: #f2f2f2;
}

.tab-label-2 {
	z-index: 3;
}
 
.maincontarea input:checked + label {
	background: #f2f2f2;
	color: #231815;
	z-index: 6;
	border-top: solid 4px #2193f0;
	box-sizing: border-box;
}

@media screen and (max-width:650px){
	.maincontarea input {
		left: 0;
		width: 50%;
		height: 90px;
	}
	.maincontarea label {
		left: 0;
		font-size: 16px;
		line-height: 20px;
		width: 50%;
		height: 90px;
	}
}

/*内容エリア*/
.processcont {
	position: relative;
	width: 90%;
	height: auto;
	top: 200px;
	left: 0;
	right: 0;
	bottom: 60px;
	margin: 0 auto;
	z-index: 5;
}
.ratio:before {
	content: "";
	display: block;
	padding-top: 1900px;
}
@media screen and (max-width:1024px){
	.ratio:before {
		padding-top: 1950px;
	}
}
@media screen and (max-width:900px){
	.ratio:before {
		padding-top: 2050px;
	}
}
@media screen and (max-width:650px){
	.ratio:before {
		padding-top: 2000px;
	}
}
@media screen and (max-width:450px){
	.ratio:before {
		padding-top: 1900px;
	}
}
@media screen and (max-width:1200px){
	.maincontarea input.tab-selector-2:checked ~ .ratio:before {
		content: "";
		display: block;
		padding-top: 2150px;
	}
}
@media screen and (max-width:850px){
	.maincontarea input.tab-selector-2:checked ~ .ratio:before {
		padding-top: 2300px;
	}
}
@media screen and (max-width:650px){
	.maincontarea input.tab-selector-2:checked ~ .ratio:before {
		padding-top: 2400px;
	}
}
@media screen and (max-width:550px){
	.maincontarea input.tab-selector-2:checked ~ .ratio:before {
		padding-top: 2200px;
	}
}

.processcont > div {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: opacity linear 0.1s;
}

.maincontarea input.tab-selector-1:checked ~ .processcont .content-1,
.maincontarea input.tab-selector-2:checked ~ .processcont .content-2 {
	z-index: 100;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	transition: opacity ease-out 0.2s 0.1s;
}
.innercont {
	position: relative;
	width: 100%;
}
.innercont p a {
	font-weight: 500;
}

h2 {
	position: relative;
	width: 3em;
	margin-left: 50px;
	font-size: 24px;
	background: linear-gradient(transparent 85%, #7DBEEC 85%);
}
h2:before {
	content: url(../images/finger.svg);
	position: absolute;
	top: -6px;
	left: -50px;
	width: 42px;
}
.processcont div + p {
	width: 100%;
	font-size: 18px;
	line-height: 150%;
}
.smtext {
	font-size: 14px;
	color: #707070;
	line-height: 150%;
}
.gregist {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 90%;
	height: auto;
	min-height: 48px;
	margin: 20px 3.5% 20px 3.5%;
	padding: 0 3%;
	background-color: #f2f2f2;
	border-radius: 2px;
	color: #231815;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
	transition: all .2s ease;
}
.gregist p {
	font-size: 15px;
}
.gregist:hover {
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
}
.descimage {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
.descimage img {
	width: 100%;
	max-width: 430px;
	height: auto;
	/*max-height: 100%;*/
	max-height: 450px;
	object-fit: contain;
	align-self: center;
	margin: 20px;
}
.descimage img.descshadow {
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
}
.descimage:before {
	content: "";
	position: absolute;
	top: 45%;
	left: 48.5%;
	width: 20px;
	height: 20px;
	border-top: solid 4px #707070;
	border-right: solid 4px #707070;
	transform: rotate(45deg);
	z-index: -1;
	transition: all .3s ease;
}
@media screen and (max-width:1170px){
	.descimage:before {
		transform: rotate(135deg);
		width: 14px;
		height: 14px;
		top: 49%;
	}
}

.thanks {
	margin-left: auto;
	margin-right: auto;
	width: 17em;
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 26px;
	text-align: center;
	letter-spacing: 0.1em;
	background: linear-gradient(transparent 85%, #F2D34C 85%);
}
@media screen and (max-width:550px){
	.thanks {
		width: 100%;
		font-size: 17px;
		font-weight: 500;
	}
	.processcont{
		top: 130px;
	}
	.descimage img{	
		max-height: 300px;
	}
}

small {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	margin-top: 10px;
}

.pageclose {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 220px;
	height: 32px;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	color: #707070;
	font-size: 14px;
	border: solid 1px #e1e1e1;
	border-radius: 16px;
	transition: all .2s ease;
	cursor: pointer;
}
.pageclose:hover {
	background-color: #707070;
	color: #ffffff;
}


