@charset "utf-8";

/* スマートフォン用表示 */
@media screen and (max-width:768px) {
	div#wrapper {
		position: relative;
		width: 100%;
		background-color: #0C6;
	}
	div#wrapper:before { content: ""; display: block; padding-top: 25%; }

	.mainVisual {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: auto;
	}
	.mainVisual .photo img {  }
	h2.headLine01 {
		display: block;
		background-image: url(../img/index/main_bg.jpg) ;
		background-repeat: no-repeat;
		background-size: cover;
		height: 80px;
	}

	.point {
		padding-bottom: 128px;
		margin-bottom: 100px;
		border-bottom: 1px solid #E0E0E0; }

	h2.headLine02 { text-align: center; margin-bottom: 2em; }
	h2.headLine02 img { width: 50px; }
	span.pointTitle { color: #2f6a98; }

	div.txtBox .ttl {
		position: relative;
		z-index: 2;
		font-size: 100%;
		color: #fff;
		font-weight: bold;
	}

	div.txtBox .ttl span {
		padding: 3px 7px 3px;
		background-image: -moz-linear-gradient( 0deg, #76C7CF 0%, #448FCA 100%);
		background-image: -webkit-linear-gradient( 0deg, #76C7CF 0%, #448FCA 100%);
		background-image: -ms-linear-gradient( 0deg, #76C7CF 0%, #448FCA 100%);
	}

	p.txtBoxP {
		padding: 8px;
	}

	.photoBox { margin: 1em auto; width: 95%; }
	.photoBox ul { margin-top: 2em; }
	.photoBox li { position: relative; }
	.photoBox li .img { position:absolute; left: 6px; top: -22px; }

	.photoBox li .icon {
		text-align: center;
		position: absolute;
		left: 0;
		width: 100%;
		top: 40px;
	}
	.photoBox li .icon img { height: 47px; }

	.photoBox li p {
		position: absolute;
		left: 0;
		width: 100%;
		top: 130px;
		text-align: center;
		font-size: 150%;
		color: #fff;
		font-weight: bold;
		line-height: 1.43;
	}
	.photoBox li p sup { font-weight: normal; font-size: 60%; }

	.photoBox li .num {
		position: absolute;
		left: 18px;
		bottom: -2px;
		line-height: 1;
		top: inherit;
		font-size: 200%;
		color: #fff;
		font-weight: 700;
		font-style: italic;
		text-align: left;
		font-family: 'Roboto Condensed', sans-serif;
	}
	p.warningP {
		margin-top: 16px;
		display: block;
		color: #919191;
		font-size: 60%;
	}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
	.comLink { width: 80%; margin: 0 auto; }

	.comLink a {
		padding: 10px 0;
		display: block;
		text-align: center;
		font-weight: bold;
		color: #fff;
		font-size: 100%;
		border-radius: 41px;
		border: 3px solid #fff;
		box-shadow: 0 5px 0 rgba(0,0,0,0.16);
		background-image: -moz-linear-gradient( 0deg, rgb(117,198,207) 0%, rgb(69,144,202) 100%);
		background-image: -webkit-linear-gradient( 0deg, rgb(117,198,207) 0%, rgb(69,144,202) 100%);
		background-image: -ms-linear-gradient( 0deg, rgb(117,198,207) 0%, rgb(69,144,202) 100%);
	}

	.comLink a:hover { opacity: 0.7; }

	div.price { margin-top: -3em; }
	div.price .textImg { margin: 1em auto; }
	div.price .textImg span {
		margin-top: 6px;
		display: block;
		color: #919191;
		font-size: 60%;
	}

}
/* PC用表示 */
@media screen and (min-width:769px) {
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#gNavi li:nth-child(1) a:after {
	display: block;
}

.mainBg {
	background-image: url("../img/index/main_bg.jpg");
}

.mainVisual {
	margin: -2px 0 -58px;
	position: relative;
	z-index: 1;
}

.mainVisual .photo img {
	width: 100%;
}

#main .comBox:before {
	top: 58px;
}

#main .comWhite {
	padding: 80px 0;
}

#main .comWhite .imgBox .photo {
	margin-right: 33px;
	width: 542px;
	float: left;
	position: relative;
}

#main .comWhite .imgBox .photo img {
	position: relative;
	z-index: 1;
}

#main .comWhite .imgBox .photo:before {
	position: absolute;
	width: 400px;
	height: 205px;
	bottom: -20px;
	right: -20px;
	content: "";
	background-image: -moz-linear-gradient( 0deg, rgb(224,242,244) 0%, rgb(212,231,245) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(224,242,244) 0%, rgb(212,231,245) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(224,242,244) 0%, rgb(212,231,245) 100%);
}

#main .comWhite .imgBox .txtBox {
	margin-top: 27px;
	width: 430px;
	float: left;
}

#main .comWhite .imgBox .txtBox p {
	line-height: 2;
}

#main .comWhite .imgBox .txtBox .ttl {
	margin: 0 0 25px -66px;
	position: relative;
	z-index: 2;
	line-height: 1.8;
	font-size: 2.4rem;
	color: #fff;
	font-weight: bold;
}

#main .comWhite .imgBox .txtBox .ttl span {
	padding: 2px 7px 1px;
	background-image: -moz-linear-gradient( 0deg, #76C7CF 0%, #448FCA 100%);
	background-image: -webkit-linear-gradient( 0deg, #76C7CF 0%, #448FCA 100%);
	background-image: -ms-linear-gradient( 0deg, #76C7CF 0%, #448FCA 100%);
}

#main .comWhite .point {
	padding-bottom: 128px;
	margin-bottom: 100px;
	border-bottom: 1px solid #E0E0E0;
}

#main .comWhite .point .photoBox {
	width: 950px;
	margin: 110px auto 46px;
}

#main .comWhite .point .photoBox li {
	float: left;
	position: relative;
	width: 316px;
}

#main .comWhite .point .photoBox li:last-child {
	width: 318px;
}

#main .comWhite .point .photoBox li .img {
	position: absolute;
	left: 6px;
    top: -22px;
}

#main .comWhite .point .photoBox li .icon {
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	top: 60px;
}

#main .comWhite .point .photoBox li .icon img {
	height: 47px;
}

#main .comWhite .point .photoBox li p {
	position: absolute;
	left: 0;
	width: 100%;
	top: 117px;
	text-align: center;
	font-size: 3rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.43;
}

#main .comWhite .point .photoBox li p sup {
	font-size: 1.2rem;
	font-weight: normal;
}

#main .comWhite .point .photoBox li .num {
	position: absolute;
	left: 18px;
	bottom: -11px;
	line-height: 1;
	top: inherit;
	font-size: 7rem;
	color: #fff;
	font-weight: 700;
	font-style: italic;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
}

#main .comWhite .point .photoBox span {
	margin-top: 16px;
	display: block;
	color: #919191;
	font-size: 1rem;
	line-height: 1.4;
}

#main .comWhite .point .photoBox span a {
	text-decoration: underline;
	color: #0F00C9;
}

#main .comWhite .point .photoBox span a:hover {
	text-decoration: none;
}

#main .comWhite .price .headLine02 {
	margin-bottom: 51px;
}

#main .comWhite .price .headLine02:before {
	content: "PRICE";
}

#main .comWhite .price .textImg {
	width: 950px;
	margin: 60px auto 93px;
}

#main .comWhite .price .textImg span {
	margin-top: 6px;
	display: block;
	color: #919191;
	font-size: 1rem;
	line-height: 1.7;
}

#main .comWhite .price .imgBox .photo {
	margin-right: 0;
	float: right;
}

#main .comWhite .price .imgBox .photo:before {
	bottom: -20px;
	right: inherit;
	left: -20px;
	background-image: -moz-linear-gradient( 0deg, rgb(212,231,245) 0%, rgb(224,242,244) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(212,231,245) 0%, rgb(224,242,244) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(212,231,245) 0%, rgb(224,242,244) 100%);
}

#main .comWhite .price .imgBox .txtBox {
	margin-top: 22px;
	padding-left: 65px;
	box-sizing: border-box;
	width: 490px;
}

#main .comWhite .price .imgBox .txtBox .ttl {
	margin: 0 0 25px;
}
}

@media all and (-ms-high-contrast:none){
	#main .comWhite .imgBox .txtBox .ttl span {
		padding: 4px 7px 0;
	}
}
