@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#main {
	padding: 90px 20px 37px;
	max-width: 1340px;
	margin: 0 auto;
	position: relative;
}

#main .ttlBox {margin: 0;}

#main .ttlBox h1 {
	color: #fff;
	font-size: 24px;
}

#main .ttlBox h1 span {
	font-size: 35px;
	border-right: 1px solid #fff;
}

#main .inner {margin: 0 5.5% -60px 0;}

#main .inner .photoBox {
	margin: -51px 1.7% 0 0;
	float: right;
	max-width: 521px;
	width: 42%;
	position:relative;
}

#main .inner .photoBox img {width: 100%;}
#main .inner .photoBox img.over_01,
#main .inner .photoBox img.over_02{
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}

#main .inner .textBox {
	padding-top: 105px;
	float: left;
	max-width: 640px;
	width: 49%;
}

#main .inner .textBox p {
	padding-left: 34px;
	color: #EFD7C5;
	font-size: 15px;
	line-height: 2.45;
	text-indent: 1em;
	color: #fff;
}

#main .inner .textBox .title {
	margin: 0 0 48px;
	padding: 0;
	font-size: 36px;
	font-family:"MS UI Gothic", sans-serif;
	font-weight:normal;
	line-height: 1.5;
	letter-spacing: 15px;
	text-indent: 0;
	text-align: right;
}

#main .inner .textBox .text {
	margin-bottom: 33px;
	float: right;
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

#main .textImg {
	margin-left: -9px;
	max-width: 617px;
	width: 47%;
}

#main .textImg img {
	width: 100%;
}

#main .stepImg {
	position: absolute;
	bottom: 5.4%;
	right: 1.6%;
	max-width: 339px;
	width: 26%;
}

#main .stepImg img {
	width: 100%;
}

@media all and (min-width: 0px) and (max-width: 767px) {
	#gHeader {
		margin: 11px 7px 0;
		padding: 11px 15px 0;
		background: url(../img/common/sp_bg.jpg) repeat left top;
		background-size: 100% auto;
	}

	#main {
		margin: 0 7px 30px;
		padding: 0;
		background: url(../img/common/sp_bg.jpg) repeat left top;
		background-size: 100% auto;
	}

	.menu {
		top: 47px;
	}

	.menuBox {
		top: 45px;
	}

	.spH1 {
		margin-bottom: 57px;
	}

	.spH1 span {
		margin: 0 80px -23.8% 0;
		float: right;
		width: 18%;
	}

	#main .photo {
		margin-bottom: 60px;
		padding: 0 40px 0 20px;
		position: relative;
	}

	#main .textImg {
		position: absolute;
		bottom: 54px;
		right: 17px;
		width: 37%;
	}

	#main .photo span {
		position: absolute;
		top: 50%;
		right: 10px;
		width: 1.4%;
		margin-top: -80px;
	}
	#main .photo .move_01{
		opacity:0;
		position:absolute;
		top:0;
		left:20px;
		right:40px;
	}

	#main .photo02 {
		margin-bottom: 17px;
		position: relative;
	}

	#main .photo02 a {
		position: absolute;
		bottom: -7px;
		right: 2px;
		width: 22%;
	}

	#main .photo02:after {
		width: 4.5%;
		height: 35px;
		background-color: #01E7FF;
		position: absolute;
		bottom: -17px;
		left: 22px;
		content: "";
	}

	#main .spBox dl {
		margin: 0 12px 22px;
	}

	#main .spBox dt {
		padding-top: 10px;
		float: left;
		width: 17%;
		position: relative;
	}

	#main .spBox dt:after {
		width: 30%;
		height: 10px;
		background-color: #01E7FF;
		position: absolute;
		top: 30px;
		right: -5px;
		content: "";
	}

	#main .spBox dd {
		padding-left: 22%;
		font-size: 9px;
		color: #000;
		line-height: 2;
	}

	#main .spBox dd p {
		padding: 2px 0 3px;
		margin: 17px 0 0 -7px;
		color: #101F46;
		font-family:"MS PMincho","ＭＳ Ｐ明朝","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","游明朝","YuMincho",serif;
		border-bottom: 1px solid #3FEDFF;
		border-top: 1px solid #3FEDFF;
	}

	#main .pBox {padding-bottom: 34px;}

	#main .pBox p {
		margin: 0 12px 27px;
		font-size: 9px;
		color: #000;
		line-height: 2.0;
	}

	#main .pBox p:last-child {
		margin-bottom: 0;
	}

	#main .pBox p span {
		margin-left: 40px;
	}

	#main .pBox .num {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 124px;
	}








}



@media all and (min-width: 768px) and (max-width: 1200px)  {
	#main .inner {
		margin: 0 0 60px;
	}

	#main .inner .textBox {
		padding-top: 0;
		width: 47%;
	}

	#main .inner .textBox p {
		line-height: 1.6;
		padding-left: 15px;
	}
}

@media all and (min-width: 1201px) and (max-width: 1350px)  {
	#main .inner .textBox p {
		padding-left: 15px;
		line-height: 2.3;
	}
}

