/******************************
	カラー設定
******************************/
/*
	青：rgba(18,77,161,1); #124DA1
	橙：rgba(249,167,6,1); #F9A706
*/
@charset "utf-8";
/******************************
	グローバルメニュー処理
******************************/
#MenuBox>nav>ul>li:nth-of-type(3)>a{cursor:default;}
#MenuBox>nav>ul>li:nth-of-type(3)>a>p{color:rgba(249,167,6,1);cursor:default;}
#TitleBox{
	width:100%;
	height:auto;
	display:block;
	background-color:rgba(18,77,161,1);
}
#TitleBox>h1{
	width:70%;
	height:auto;
	display:block;
	margin:0 auto;
	padding:1em 0;
	text-align:left;
	line-height:1.7;
	color:rgba(255,255,255,1);
}
/******************************
	タイトルエリア
******************************/
#TopImpactBox{
	width:100%;
	height:0;
	display:block;
	padding-top:20%;
}
#TopImpactBox>ul{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
}
#TopImpactBox>ul>li{
	width:50%;
	height:100%;
	display:inline-block;
}
#TopImpactBox>ul>li:nth-of-type(1){background-color:rgba(18,77,161,1);}
#TopImpactBox>ul>li:nth-of-type(1)>figure{
	width:100%;
	height:100%;
	display:block;
	background-image:url(../img/bg/28259966.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#ccc;
}
#TopImpactBox>ul>li:nth-of-type(2)>div{
	width:100%;
	height:100%;
	display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:-o-flex;
    display:flex;
    -webkit-justify-content:row;
	justify-content: row;
	-webkit-align-items:center;
	align-items:center;
	flex-wrap:wrap;
	padding:1em;
    overflow:hidden;
    z-index:100;
	background-color:rgba(255,255,255,1);
	background-image:
	linear-gradient(0deg,transparent 9%, 
	rgba(18,77,161,0.1) 10%,rgba(18,77,161,0.1) 12%,transparent 13%,transparent 29%, 
	rgba(18,77,161,0.05) 30%,rgba(18,77,161,0.05) 31%,transparent 32%,transparent 49%, 
	rgba(18,77,161,0.05) 50%,rgba(18,77,161,0.05) 51%,transparent 52%,transparent 69%, 
	rgba(18,77,161,0.05) 70%,rgba(18,77,161,0.05) 71%,transparent 72%,transparent 89%,
	rgba(18,77,161,0.05) 90%,rgba(18,77,161,0.05) 91%,transparent 92%,transparent),
	linear-gradient(90deg, transparent 9%, 
	rgba(18,77,161,0.1) 10%,rgba(18,77,161,0.1) 12%,transparent 13%,transparent 29%, 
	rgba(18,77,161,0.05) 30%,rgba(18,77,161,0.05) 31%,transparent 32%,transparent 49%, 
	rgba(18,77,161,0.05) 50%,rgba(18,77,161,0.05) 51%,transparent 52%,transparent 69%, 
	rgba(18,77,161,0.05) 70%,rgba(18,77,161,0.05) 71%,transparent 72%,transparent 89%,
	rgba(18,77,161,0.05) 90%,rgba(18,77,161,0.05) 91%,transparent 92%,transparent);
	background-size:50px 50px;
}
#TopImpactBox>ul>li:nth-of-type(2)>div>dl{
	width:auto;
	height:auto;
	display:block;
	text-align:left;
}
#TopImpactBox>ul>li:nth-of-type(2)>div>dl>dt{
	width:auto;
	height:auto;
	display:block;
}
#TopImpactBox>ul>li:nth-of-type(2)>div>dl>dt>h1{
	width:auto;
	height:auto;
	display:block;
	line-height:1.7;
	font-size:1.2em;
}
#TopImpactBox>ul>li:nth-of-type(2)>div>dl>dd{
	width:auto;
	height:auto;
	display:block;
}
#TopImpactBox>ul>li:nth-of-type(2)>div>dl>dd>p{
	width:auto;
	height:auto;
	display:block;
	line-height:1.7;
	font-size:0.6em;
}
/******************************
	3つの表示スタイル
******************************/
#ThreePlanBox{
	width:100%;
	height:auto;
	display:block;
	padding:1em 0 2em;
	background-color:rgba(255,255,255,1);
	background-color:rgba(18,77,161,0.1);
}
#ThreePlanBox>div{
	width:70%;
	height:auto;
	display:block;
	margin:0 auto;
	padding:1em 0 0em;
}
#ThreePlanBox>div>h2{
	width:auto;
	height:auto;
	display:block;
}
#ThreePlanBox>div>h2:after{
	width:1.3em;
	height:auto;
	display:block;
	border-bottom:5px solid rgba(18,77,161,1);
}
#ThreePlanBox>div>h2>p{
	width:auto;
	height:auto;
	display:block;
	text-align:left;
	line-height:1.7;
	font-size:1.2em;
}
#ThreePlanBox>div>h2>p>span{
	width:auto;
	height:auto;
	display:inline-block;
	vertical-align:baseline;
	padding:0 0.05em;
	text-align:center;
	line-height:1.7;
	font-size:0.9em;
}
#ThreePlanBox>div>p{
	width:auto;
	height:auto;
	display:block;
	padding:1em 0 1em;
	text-align:left;
	line-height:1.7;
	font-size:0.6em;
}
#ThreePlanBox>div>ul{
	width:100%;
	height:auto;
	display:block;
	text-align:left;
}
#ThreePlanBox>div>ul>li{
	width:33.3%;
	height:auto;
	display:inline-block;
	vertical-align:top;
	padding:1em 0.5em 0;
}
#ThreePlanBox>div>ul>li>div{
	width:100%;
	height:auto;
	display:block;
	background-color:rgba(255,255,255,1);
	border:1px solid rgba(0,0,0,0.2);
}
#ThreePlanBox>div>ul>li>div>dl{
	width:100%;
	height:auto;
	display:block;
	padding:1em;
}
#ThreePlanBox>div>ul>li>div>dl>dt{
	width:100%;
	height:auto;
	display:block;
	padding-bottom:1em;
}
#ThreePlanBox>div>ul>li>div>dl>dt>h3{
	width:100%;
	height:auto;
	display:block;
	line-height:1.7;
	font-size:0.6em;
	color:rgba(0,0,0,0.6);
}
#ThreePlanBox>div>ul>li>div>dl>dt>p{
	width:100%;
	height:auto;
	display:block;
	line-height:1.7;
	font-size:1.2em;
	color:rgba(249,167,6,1);
}
#ThreePlanBox>div>ul>li:nth-of-type(1)>div>dl>dt>p{color:rgba(18,77,161,1);}
#ThreePlanBox>div>ul>li>div>dl>dt>p>span{
	width:auto;
	height:auto;
	display:inline-block;
	vertical-align:baseline;
	padding-right:0.1em;
	text-align:center;
	line-height:1.7;
	font-size:0.7em;
}
#ThreePlanBox>div>ul>li>div>dl>dt>p>ruby{
	width:auto;
	height:auto;
	display:inline-block;
	vertical-align:baseline;
	padding-left:0.5em;
	text-align:center;
	line-height:1.7;
	font-size:0.5em;
	color:rgba(0,0,0,0.3);
}
#ThreePlanBox>div>ul>li>div>dl>dd{
	width:100%;
	height:auto;
	display:block;
	text-align:left;
}
#ThreePlanBox>div>ul>li>div>dl>dd>p{
	width:100%;
	height:auto;
	display:inline-block;
	padding-left:1.3em;
	line-height:1.7;
	font-size:0.6em;
}
#ThreePlanBox>div>ul>li>div>dl>dd>p:before{
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
	position:absolute;
	top:0;
	left:0;
	width:0.4em;
	height:0.8em;
	display:block;
	margin-top:0.3em;
	border-right:3px solid rgba(249,167,6,1);
	border-bottom:3px solid rgba(249,167,6,1);
}
#ThreePlanBox>div>ul>li:nth-of-type(1)>div>dl>dd>p:before{
	border-right:3px solid rgba(18,77,161,1);
	border-bottom:3px solid rgba(18,77,161,1);
}
#ThreePlanBox>div>ul>li>div>dl>dd>a{
	width:100%;
	height:auto;
	display:block;
	margin-top:1em;
	overflow:hidden;
	text-align:center;
	line-height:3;
	font-size:0.5em;
	color:rgba(255,255,255,1);
	background-color:rgba(249,167,6,1);
	border-radius:2em;
	-webkit-transform:perspective(0);
}
#ThreePlanBox>div>ul>li>div>dl>dd>a:before{
	-webkit-transform:scale3d(0,0,0);
	-moz-transform:scale3d(0,0,0);
	-ms-transform:scale3d(0,0,0);
	transform:scale3d(0,0,0);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(255,255,255,0.1);
	border-radius:2em;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	z-index:10;
}
#ThreePlanBox>div>ul>li:nth-of-type(1)>div>dl>dd>a{background-color:rgba(18,77,161,1);}
#ThreePlanBox>div>ul>li>div>dl>dd>a:hover:before{
	-webkit-transform:scale3d(1,1,1);
	-moz-transform:scale3d(1,1,1);
	-ms-transform:scale3d(1,1,1);
	transform:scale3d(1,1,1);
}
#ThreePlanBox>div>span{
	width:100%;
	height:auto;
	display:block;
}
#ThreePlanBox>div>span>a{
	width:auto;
	height:auto;
	display:inline-block;
	margin-top:2em;
	padding:0 2em;
	overflow:hidden;
	text-align:center;
	line-height:3;
	font-size:0.5em;
	color:rgba(255,255,255,1);
	background-color:#00c853;
	-webkit-transform:perspective(0);
}
#ThreePlanBox>div>span>a:before{
	-webkit-transform:scale3d(0,0,0);
	-moz-transform:scale3d(0,0,0);
	-ms-transform:scale3d(0,0,0);
	transform:scale3d(0,0,0);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(255,255,255,0.1);
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	z-index:10;
}
#ThreePlanBox>div>span>a:hover:before{
	-webkit-transform:scale3d(1,1,1);
	-moz-transform:scale3d(1,1,1);
	-ms-transform:scale3d(1,1,1);
	transform:scale3d(1,1,1);
}
#ThreePlanBox>div>div{
	width:auto;
	height:auto;
	display:block;
	padding-top:0.5em;
	text-align:center;
}
#ThreePlanBox>div>div>p{
	width:auto;
	height:auto;
	display:block;
	line-height:1.7;
	font-size:0.5em;
	color:rgba(0,0,0,0.6);
}
/******************************
	お支払いについて
******************************/
#PaymentBox{
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;
	padding:2em 0;
}
#PaymentBox>div{
	width:70%;
	height:auto;
	display:block;
	margin:0 auto;
	z-index:100;
	-webkit-transform:perspective(0);
}
#PaymentBox>div>h2{
	width:auto;
	height:auto;
	display:block;
	text-align:left;
}
#PaymentBox>div>h2:after{
	width:1.3em;
	height:auto;
	display:block;
	border-bottom:5px solid rgba(18,77,161,1);
}
#PaymentBox>div>h2>p{
	width:auto;
	height:auto;
	display:block;
	text-align:left;
	line-height:1.7;
	font-size:1.2em;
/* 	color:rgba(255,255,255,1); */
}
#PaymentBox>div>h2>p>span{
	width:auto;
	height:auto;
	display:inline-block;
	vertical-align:baseline;
	padding:0 0.05em;
	text-align:center;
	line-height:1.7;
	font-size:0.9em;
}
#PaymentBox>div>p{
	width:auto;
	height:auto;
	display:block;
	padding-top:1em;
	text-align:left;
	line-height:1.7;
	font-size:0.6em;
/* 	color:rgba(255,255,255,1); */
}
/******************************
	リニューアルをご検討の方
******************************/
#RenewalBox{
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;
	padding:2em 0;
}
#RenewalBox:before{
	position:absolute;
	top:0;
	left:0;
	width:110%;
	height:110%;
	display:block;
	background-image:url(../img/bg/plan.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	z-index:5;
}
#RenewalBox:after{
	position:absolute;
	top:0;
	left:0;
	width:110%;
	height:110%;
	display:block;
	background-color:rgba(255,255,255,0.5);
	z-index:5;
}
#RenewalBox>div{
	width:70%;
	height:auto;
	display:block;
	margin:0 auto;
	z-index:100;
	-webkit-transform:perspective(0);
}
#RenewalBox>div>h2{
	width:auto;
	height:auto;
	display:block;
	text-align:center;
}
#RenewalBox>div>h2>p{
	width:auto;
	height:auto;
	display:inline-block;
	text-align:left;
	line-height:1.7;
	font-size:1.2em;
}
#RenewalBox>div>h2>p>span{
	width:auto;
	height:auto;
	display:inline-block;
	vertical-align:baseline;
	padding:0 0.05em;
	text-align:center;
	line-height:1.7;
	font-size:0.9em;
}
#RenewalBox>div>p{
	width:auto;
	height:auto;
	display:block;
	padding-top:1em;
	text-align:center;
	line-height:1.7;
	font-size:0.6em;
}
#RenewalBox>div>span{
	width:100%;
	height:auto;
	display:block;
}
#RenewalBox>div>span>a{
	width:auto;
	height:auto;
	display:inline-block;
	margin-top:2em;
	padding:0 2em;
	overflow:hidden;
	text-align:center;
	line-height:3;
	font-size:0.5em;
	color:rgba(255,255,255,1);
	background-color:#00c853;
	-webkit-transform:perspective(0);
}
#RenewalBox>div>span>a:before{
	-webkit-transform:scale3d(0,0,0);
	-moz-transform:scale3d(0,0,0);
	-ms-transform:scale3d(0,0,0);
	transform:scale3d(0,0,0);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(255,255,255,0.1);
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	z-index:10;
}
#RenewalBox>div>span>a:hover:before{
	-webkit-transform:scale3d(1,1,1);
	-moz-transform:scale3d(1,1,1);
	-ms-transform:scale3d(1,1,1);
	transform:scale3d(1,1,1);
}
/******************************
	デモサイトで確認
******************************/
#IntroductionDemoBox{
	width:100%;
	height:auto;
	display:block;
	padding:2em 0;
	background-color:rgba(249,167,6,1);
}
#IntroductionDemoBox>div{
	width:70%;
	height:auto;
	display:block;
	margin:0 auto;
	text-align:center;
}
#IntroductionDemoBox>div>h2{
	width:auto;
	height:auto;
	display:block;
}
#IntroductionDemoBox>div>h2>p{
	width:auto;
	height:auto;
	display:block;
	line-height:1.7;
	font-size:1.2em;
	color:rgba(0,0,0,0.7);
}
#IntroductionDemoBox>div>h2>p>span{
	width:auto;
	height:auto;
	display:inline-block;
	vertical-align:baseline;
	padding:0 0.05em;
	text-align:center;
	line-height:1.7;
	font-size:0.9em;
}
#IntroductionDemoBox>div>p{
	width:auto;
	height:auto;
	display:inline-block;
	text-align:left;
	padding-bottom:3em;
	line-height:1.7;
	font-size:0.6em;
	color:rgba(0,0,0,0.7);
}
#IntroductionDemoBox>div>span{
	width:100%;
	height:auto;
	display:block;
}
#IntroductionDemoBox>div>span>a{
	width:auto;
	height:auto;
	display:inline-block;
	padding:1em 3em;
	line-height:1.7;
	font-size:0.6em;
	color:rgba(255,255,255,1);
	border:1px solid rgba(255,255,255,1);
}
/******************************
	レスポンシブ
******************************/
@media only screen and (max-width:4096px){}
@media only screen and (max-width:3840px){}
@media only screen and (max-width:3200px){}
@media only screen and (max-width:2880px){}
@media only screen and (max-width:2560px){}
@media only screen and (max-width:2048px){}
@media only screen and (max-width:1680px){}
@media only screen and (max-width:1440px){
	#TitleBox>h1{width:80%;}
	#ThreePlanBox>div{width:80%;}
	#RenewalBox>div{width:80%;}
	#PaymentBox>div{width:80%;}
	#IntroductionDemoBox>div{width:80%;}
}
@media only screen and (max-width:1280px){
	#TitleBox>h1{width:85%;}
	#ThreePlanBox>div{width:85%;}
	#RenewalBox>div{width:85%;}
	#PaymentBox>div{width:85%;}
	#IntroductionDemoBox>div{width:85%;}
}
@media only screen and (max-width:1024px){
	#TitleBox>h1{width:95%;}
	#ThreePlanBox>div{width:95%;}
	#RenewalBox>div{width:95%;}
	#PaymentBox>div{width:95%;}
	#IntroductionDemoBox>div{width:95%;}
}
@media only screen and (max-width:980px){
	#ThreePlanBox>div>ul>li{width:50%;display:inline-block;}
	#ThreePlanBox>div>ul>li:{padding-top:1em;}
}
@media only screen and (max-width:880px){
	#TopImpactBox{
		height:auto;
		padding-top:0;
	}
	#TopImpactBox>ul{
		position:relative;
	}
	#TopImpactBox>ul>li{width:100%;}
	#TopImpactBox>ul>li:nth-of-type(1){
		width:100%;
		height:auto;
		padding-top:0;
	}
	#TopImpactBox>ul>li:nth-of-type(2){
		height:auto;
	}
	#OtherFuncBox>div>ul>li{width:50%;}
}
@media only screen and (max-width:720px){
	#ThreePlanBox>div{width:95%;}
	#ThreePlanBox>div>p{padding-bottom:1em;}
	#ThreePlanBox>div>ul>li{width:100%;display:block;}
	#TabBox>ul>li{padding-right:0.2em;}
	#TabBox>ul>li>span{padding:0.5em 1em 0.4em;font-size:0.44em;}
	#OtherFuncBox>div>ul>li>dl{padding:0.5em}
	#UserInterfaceBox>ul>li:nth-of-type(1){
		position:relative;
		width:100%;
		display:block;
	}
	#UserInterfaceBox>ul>li:nth-of-type(2){
		width:100%;
		display:block;
		margin-left:0%;
		padding-top:0;
	}
}
@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2){
	#ThreePlanBox>div{width:95%;}
	#ThreePlanBox>div>p{padding-bottom:1em;}
	#ThreePlanBox>div>ul>li{width:100%;display:block;}
	#ThreePlanBox>div>ul>li{width:100%;display:block;}
	#TabBox>ul>li{padding-right:0.2em;}
	#TabBox>ul>li>span{padding:0.5em 1em 0.4em;font-size:0.44em;}
	#OtherFuncBox>div>ul>li>dl{padding:0.5em}
	#UserInterfaceBox>ul>li:nth-of-type(1){
		position:relative;
		width:100%;
		display:block;
	}
	#UserInterfaceBox>ul>li:nth-of-type(2){
		width:100%;
		display:block;
		margin-left:0%;
		padding-top:0;
	}
}
@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2){}
@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2){}
@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:2){
	#TabBox>ul>li>span{font-size:0.5em;}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2){}
@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2){}