@charset "utf-8";
@import url("privacy.css");
/*.navbar-header {
	background-color: #076eb5;
	background-image: -webkit-linear-gradient(271deg,rgba(7,110,181,1.00) 0%,rgba(25,154,172,1.00) 100%);
	background-image: -moz-linear-gradient(271deg,rgba(7,110,181,1.00) 0%,rgba(25,154,172,1.00) 100%);
	background-image: linear-gradient(179deg,rgba(7,110,181,1.00) 0%,rgba(25,154,172,1.00) 100%);
}*/
.navbar-default{
	background-image: -webkit-linear-gradient(270deg,rgba(245,245,245,1.00) 0%,rgba(255,255,255,1.00) 44.04%);
	background-image: -moz-linear-gradient(270deg,rgba(245,245,245,1.00) 0%,rgba(255,255,255,1.00) 44.04%);
	background-image: linear-gradient(180deg,rgba(245,245,245,1.00) 0%,rgba(255,255,255,1.00) 44.04%);
}
.navbar-default #defaultNavbar1{
	background-color: #f5f5f5;
	clear: both;
	background-image: -webkit-linear-gradient(270deg,rgba(245,245,245,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(245,245,245,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(245,245,245,1.00) 0%,rgba(255,255,255,1.00) 100%);
}
.navbar-default .navbar-brand {
	font-family: "Impact", "Arial Black","Arial Bold","ArialBold", Gadget, sans-serif;
	font-size: 32px;
	height: auto;
	line-height: 40px;
}
.navbar-default .navbar-brand > img {
  display: inline-block;
}
footer {
	font-size: 80%;
}
footer h4 {
	font-family: impact, "Arial Black", Gadget, sans-serif;
	background-color: #076eb5;
	background-image: -webkit-linear-gradient(35deg,rgba(7,110,181,1.00) 0%,rgba(25,154,172,1.00) 100%);
	background-image: -moz-linear-gradient(35deg,rgba(7,110,181,1.00) 0%,rgba(25,154,172,1.00) 100%);
	background-image: linear-gradient(55deg,rgba(7,110,181,1.00) 0%,rgba(25,154,172,1.00) 100%);
	color: #D4EEFF;
	line-height: 36px;
	height: 36px;
	font-size: 24px;
}
.contact p strong {
	color: #333333;
	font-size: 32px;
}

.f-left{float:left}
.f-right{float:right}
.faq dl dt {
	margin-left: 5%;
	margin-top: 20px;
	font-size: 105%;
	position: relative;
}
.faq dl dt:before {
	border-left: 12px solid #5094B5;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	border-right:0 #000 solid;
	display: block;
	width: 0px;
	height: 0px;
	font-size: 0px;
	position: absolute;
	content: ".";
	top:2px;
	left:-16px;
}
.faq dl dt.open:before {
	border-top: 12px solid #2C6AAB;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom:0 #000 solid;
	display: block;
	width: 0px;
	height: 0px;
	font-size: 0px;
	position: absolute;
	content: ".";
	top: 2px;
	left: -16px;
}

.faq dl dd {
	margin-left: 5%;
	margin-bottom: 40px;
	margin-top: 10px;
	font-size: 105%;
	color: #555555;
	word-wrap: break-word;
}
#news {
	max-height: 250px;
	overflow-y: auto;
}
.arrow {
	margin-top: 20px;
	position: relative;
}

.arrow:before{
	content:" ";
	margin:0 auto;

	width:0;
	height:0;
	border-color:#FFAE00 transparent transparent transparent;
	border-style:solid;
	border-width:20px;
	overflow:hidden;
	display:block;
}

.text-indent-1 {
    padding-left: 1em;
    text-indent: -1em;
}
.yotei img {
	filter:gray;
	filter: grayscale(100%) contrast(25%);  
	-webkit-filter: grayscale(100%) contrast(25%);
	-moz-filter: grayscale(100%) contrast(25%);
	-o-filter: grayscale(100%) contrast(25%);
	-ms-filter: grayscale(100%) contrast(25%);  
}
a img:hover{
	filter :alpha(opacity=70) !important;
	opacity :0.7 !important;
}
img {max-width:100%;}
.specDevice li img {
	width: 100%;

}

.agreement p{
	margin-left:1.5em;
}
.subTtl li{
	float: left;
	text-align: center;
	width: 20%;
}
.faq .subTtl li{
	width: 25%;
}
.subTtl li img {
	width: 100%;
	max-width: 146px;
}

.subTtl{
	clear: both;
	list-style-type: none;
	margin:0;
	padding:0;
}
.subTtl:after{
	clear:both;
	content:".";
	width:100%;
	height:0;
	opacity:0;
}
.helpArea dt img.pdf {
    float: left;
    padding: 0 10px 0 20px;
}

.btn-xxl {
	padding: 20px 0;
	font-size: 25px;
	border-radius: 8px;
	background-position: 0%;
	box-shadow: 0 0 5px #000;
	margin:40px 0;
}

#no_agree,
.p_agree_target {
	padding-top: 30px;
}

@media (min-width:768px){
	 .navbar-nav>li {
		width: 16.66%;	/* ５つ20%に */
		text-align: center;
	}
	.nav > li > a {
	  position: relative;
	  display: block;
	  padding: 10px 0px;
	}
	 .navbar-nav>li + li {
		text-align: center;
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #999999;
	}
	 .navbar-nav {
		width: 100%;
	}

	.infomation-list dt, .infomation-list dd {
		border-top: 1px dashed #E7E2E2;
		padding: 10px 0;
	}
	.priceList{
		width: 100%;
		border: 1px solid #C4C4C4;
	}
	.priceList thead{
		background-image: -webkit-linear-gradient(35deg,rgba(7,110,181,1.00) 0%,rgba(25,154,172,1.00) 100%);
		background-image: -moz-linear-gradient(35deg,rgba(7,110,181,1.00) 0%,rgba(25,154,172,1.00) 100%);
		background-image: linear-gradient(55deg,rgba(7,110,181,1.00) 0%,rgba(25,154,172,1.00) 100%);
		
	}
	.priceList th{
		border: 1px solid #eeeeee;
		padding:10px;
		color: #FFFFFF;

	}
	.priceList td{
		border: 1px solid #eeeeee;
		padding:10px;
	}
	.priceList td.ispName{
		font-weight:bold;
	}
.tblSupport{
	width:100%
}
.tblSupport thead{
	background-image: -webkit-linear-gradient(322deg,rgba(7,110,181,1.00) 0%,rgba(25,154,172,1.00) 100%);
	background-image: -moz-linear-gradient(322deg,rgba(7,110,181,1.00) 0%,rgba(25,154,172,1.00) 100%);
	background-image: linear-gradient(128deg,rgba(7,110,181,1.00) 0%,rgba(25,154,172,1.00) 100%);	
}
.tblSupport thead th {
	text-align: center;
	color: #FFFFFF;
	border-collapse: collapse;
	border: 1px solid #D8EBF2;
	padding: 5px;
}
.tblSupport tbody th {
	font-weight: normal;
	border-collapse: collapse;
	padding: 5px;
	border: 1px solid #D8EBF2;
}
.tblSupport tbody td {
	text-align: center;
	border-collapse: collapse;
	padding: 5px;
	border: 1px solid #D8EBF2;
}
.helpArea dl dt {
	float: left;
	width: 30%;

}

.helpArea dl dd {
	float: left;
	width:70%;

}
#aprication {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	text-align: center;
	border: 2px solid #DCDCDC;
	width: 220px;
	height: 34px;
	line-height: 32px;
	background-color: #076eb5;
	background-image: -webkit-linear-gradient(35deg,rgba(7,110,181,1.00) 0%,rgba(25,154,172,1.00) 100%);
	background-image: -moz-linear-gradient(35deg,rgba(7,110,181,1.00) 0%,rgba(25,154,172,1.00) 100%);
	background-image: linear-gradient(55deg,rgba(7,110,181,1.00) 0%,rgba(25,154,172,1.00) 100%);
	border-radius: 6px;
}
#aprication a {
	color: #E1F4FF;
	position:relative
}
#aprication a:hover {
	color: #ffffff;
	text-decoration:none;
}

#aprication a:before {
	content:" ";
	height:0;
	width:0;
	overflow:hidden;
	border-color: transparent transparent transparent #E1F4FF;
	border-style:solid;
	border-width:6px 9px ;
	display:block;
	position:absolute;
	top:6px;
	left:-10px;
}

.navbar-footer {
	color:#bbb;
	margin-bottom:10px;
}
.navbar-footer a{
	display:inline-block;
	line-height:180%;
	padding:3px;
}

}
@media (max-width:767px){
	.navbar-footer .navbar-nav > li > a{
			padding:0 5px;
		}
	.navbar-footer .navbar-nav > li{
			display:inline-block;
		}
	.navbar-toggle {
		margin: 15px 15px 15px 0;
		}
	.navbar-default .navbar-brand {
		padding-left:0;
		font-size:24px;
		}
	.infomation-list dt {
		border-top: 1px dashed #E7E2E2;
		padding-top: 10px;
	}
	.infomation-list dd {
		padding-bottom: 10px;
	}
	.priceList th{
		display:none;
	}
	.priceList td{
		display:inline-block;
	}
	.priceList td.ispName{
		display:block;
		font-weight:bold;
	}
.tblSupport,.tblSupport tbody,.tblSupport thead,.tblSupport th{display:block}
.tblSupport thead th {
	display:none;
}
.tblSupport tbody th {
	font-weight: normal;
	display: block;
	margin-top: 10px;
}
.tblSupport tbody td {
	font-weight:normal;
	display:inline;
}
.tblSupport .win:after{
	content:"WindowsPC ";
	margin-right:1em;
}
.tblSupport .mac:after{
	content:"Mac";
	margin-right:1em;
}
.tblSupport .bor:after{
	content:"ブラウザ";
	margin-right:1em;
}
.tblSupport .ios:after{
	content:"ios";
	margin-right:1em;
}
.tblSupport .and:after{
	content:"Android";
	margin-right:1em;
}

#aprication {
	display: block;


	font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	text-align: center;
	border: 2px solid #DCDCDC;

	height: 34px;
	line-height: 32px;
	background-color: #076eb5;
	background-image: -webkit-linear-gradient(35deg,rgba(7,110,181,1.00) 0%,rgba(25,154,172,1.00) 100%);
	background-image: -moz-linear-gradient(35deg,rgba(7,110,181,1.00) 0%,rgba(25,154,172,1.00) 100%);
	background-image: linear-gradient(55deg,rgba(7,110,181,1.00) 0%,rgba(25,154,172,1.00) 100%);
	border-radius: 6px;

}
#aprication a {
	color: #E1F4FF;
	position:relative
}
#aprication a:hover {
	color: #ffffff;
	text-decoration:none;
}

#aprication a:before {
	content:" ";
	height:0;
	width:0;
	overflow:hidden;
	border-color: transparent transparent transparent #E1F4FF;
	border-style:solid;
	border-width:6px 9px ;
	display:block;
	position:absolute;
	top:6px;
	left:-10px;
}


}
