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

#main .ttlBox {
	margin-bottom: 58px;
	margin-right: 3%;
}

#main .ttlBox h1 {
	color: #fff;
}

#main .ttlBox .img {
	margin-top: 10px;
}

#main .inner {
	margin: 0 9% 75px 2.8%;
}

#main .inner .photoBox {
	margin-top: -3.5%;
	float: left;
	max-width: 461px;
	width: 40%;
	position:relative;
}

#main .inner .photoBox .bg img{width: 100%;}
#main .inner .photoBox .move_01,
#main .inner .photoBox .move_02{
	position:absolute;
	top:0;
	left:0;
}
#main .inner .photoBox .move_01{
/*
	top:365px;
*/
	top:305px;
	left:205px;
	opacity:0;
}
#main .inner .photoBox .move_02{
	opacity:0;
	height:0;
}

#main .inner .textBox {
	float: right;
	max-width: 600px;
	width: 55%;
}

#main .inner .textBox > div {
	padding-right: 5px;
}

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

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

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

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

#main .textImg {
	margin-left: 4px;
	max-width: 711px;
	width: 54%;
}

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

#main .stepImg {
	position: absolute;
	bottom: 75px;
	right: 4%;
	max-width: 304px;
	width: 23%;
}

#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: 87px;
	}

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

	#main .photo {
		padding-right: 43px;
		margin: 0 0 48px 43px;
		position: relative;
	}

	#main .photo .move_01{
		position:absolute;
		top:0;
		left:0;
		right:43px;
		opacity:0;
	}

	#main .photo p {
		position: absolute;
		bottom: -27.5%;
		left: -15px;
		width: 64.5%;
	}

	#main .photo p span {
		position: absolute;
		top: -12px;
		left: 34%;
		width: 10%;
	}

	#main .photo .read {
		position: absolute;
		top: 50%;
		right: 10px;
		width: 1.6%;
		margin-top: -28px;
	}

	#main .img {
		margin: 0 26% 70px 0;
		float: right;
		width: 18%;
	}

	#main .photo02 {position: relative;}

	#main .photo02:after {
		width: 4.7%;
		height: 36px;
		background-color: #01E7FF;
		position: absolute;
		bottom: -19px;
		left: 16.5%;
		content: "";
	}

	#main .photo02 span {
		display: block;
		width: 22%;
		position: absolute;
		bottom: 37px;
		right: 3px;
	}

	#main .pBox {
		padding: 12px 0 25px;
		background: url(../img/analysis/sp_imgtext02.png) no-repeat left bottom 10px;
		background-size: 87px auto;
	}

	#main .pBox p {
		font-size: 10px;
		color: #000;
		line-height: 1.9;
	}

	#main .textP01 {
		margin-bottom: 12px;
		text-align: center;
	}

	#main .pBox .title {
		padding: 5px 0 7px 25px;
		margin: 0 32px 8px 67px;
		font-size: 14px;
		font-family:"MS PMincho","ＭＳ Ｐ明朝","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","游明朝","YuMincho",serif;
		line-height: 2;
		position: relative;
		border-bottom: 1px solid #72F2FF;
		border-top: 1px solid #72F2FF;
	}

	#main .pBox .title span {
		position: absolute;
		padding-left: 10px;
		bottom: -8px;
		right: 0;
		display: block;
		font-size: 8px;
		background: url(../img/common/bg02.jpg) repeat left top;
		background-size: 100% auto;
	}

	#main .textP02 {
		margin: 0 0 10px 70px;
	}

	#main .textP03 {
		margin: 0 40px 12px 95px;
	}

	#main .textP04 {
		margin: 0 0 0 30px;
	}

}



@media all and (min-width: 768px) and (max-width: 1000px)  {
	#main .inner {
		margin-right: 2.8%;
	}

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

	#main .inner .textBox .title {
		letter-spacing: 10px;
	}
}

@media all and (min-width: 1001px) and (max-width: 1265px)  {
	#main .inner {
		margin-right: 2.8%;
	}

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

