.starter .header-img{
	width: 900px;
	height: 360px;
	background: url( ./../img/starter/header.png ) top left no-repeat;
	margin-bottom: 10px;

	position: relative;
	overflow: hidden;
}
.starter .header-img span{
	position: absolute;
	top: 150px;
	left: 20px;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 70px;
	font-weight: 700;
	text-shadow: 1px 1px 1px #222222;
	color: #FFFFFF;
	z-index: 999;
	line-height: 130%;
}

.addons .header-img{
	width: 900px;
	height: 360px;
	background: url( ./../img/addons/header.png ) top left no-repeat;
	margin-bottom: 10px;

	position: relative;
	overflow: hidden;
}
.addons .header-img span{
	position: absolute;
	top: 150px;
	left: 20px;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 70px;
	font-weight: 700;
	text-shadow: 1px 1px 1px #222222;
	color: #FFFFFF;
	z-index: 999;
	line-height: 130%;
}

.privacy{
	width: 100%;
	overflow: hidden;
}
.privacy .con06-box-desc{
	width: 880px;
	padding: 10px 40px 10px 50px;
	font-size: 16px;
}
.privacy ul{
	width: calc( 900px - 100px );
	margin: 0 40px 0 40px;
}
.privacy ul li{
	border-bottom: 1px dotted #888888;
	padding-bottom: 10px;
}
.privacy ul li dl {
	width: 700px;
	overflow: hidden;
	_zoom: 1;
}
.privacy ul li dl dt{
	padding-top: 15px;
	margin-top:-1px;
}
.privacy ul li dl dd{
	overflow: hidden;
}
.privacy ul li dl dt, .privacy ul li dl dd{
	color:#444444;
	font-size: 16px;
	margin:0 0 0 0;
	padding-left: 10px;
	line-height: 160%;
	background:none no-repeat left top;
	min-width: 40px;
	min-height: 55px;
}
.privacy ul li:last-child{
	border-bottom: 0px !important;
}

.sitemap{
	width: 100%;
}
.sitemap-box{
	display: block;
	overflow: hidden;
	padding:10px;
	font-size: 16px;
}
.sitemap-box ul{
	display: block;
	margin-right:10px;
}

.sitemap-box ul li{
	border-bottom:1px dashed #CCCCCC;
	padding:10px 5px;
}

.sitemap-box ul li dl dt{
	margin-bottom: 10px;
	font-weight: bolder;
}

.company{
	width: 100%;
}
.company-box{
	display: block;
	overflow: hidden;
}

.company-box .con-nb-left{
	float: left;
	width:50%;
	padding:10px;
	font-size:16px;
}

.company-box .con-nb-left ul{
	display: block;
	margin-right:10px;
}

.company-box .con-nb-left ul li{
	border-bottom:1px dashed #CCCCCC;
	padding:10px 5px;
}

.company-box .con-nb-left ul li dl{}

.company-box .con-nb-left ul li dl dt{
	margin-bottom: 10px;
	font-weight: bolder;
}

.company-box .con-nb-left ul li dl dd{
	line-height: 150%;
}

.company-box .con-nb-right{
	float:right;
	width:50%;
	text-align: center;
	padding:10px;
}
.company-box .con-nb-right img{
	width:100%;
}


.contact-form .contact-byphone{
	width: 100%;
	padding: 10px;
	line-height: 120%;
}
.contact-form .contact-byweb{
	width: 100%;
	padding: 10px;
	line-height: 120%;
}
.contact-form .contact-subtitle{
	font-size: 20px;
	font-weight: bolder;
	margin: 20px 0 10px 0;
}
.contact-form .contact-subdesc{
	margin: 10px 0 10px 0;
	line-height: 150%;
}
.contact-byphone dl dd .contact-phonenum{
	font-size: 32px;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 900;
	color: #15438D;
	margin-top: 16px;
	margin-bottom: 4px;
	margin-left: 50px;
	margin-right: 50px;
}
.contact-byphone dl dd .contact-phonedesc{
	margin-left: 50px;
	margin-right: 50px;
}
.contactform-list{
	width: 80%;
}
.contactform-list li dl{
	display: table;
	width: 100%;
	overflow: hidden;
}
.contactform-list li dt{
	display: table-cell;
	width: 50%;
	text-align: right;
	font-size: 16px;
	padding: 10px;
}
.contactform-list li dd{
	display: table-cell;
	width: 50%;
	font-size: 16px;
}
.contactform-list .addr-title{
	margin-top: 10px;
	margin-bottom: 10px;
}
.contactform-list li:last-child{
	text-align: center;
}
.contactform-list input[ type=text ]{
	width: 300px;
	height: 30px;
}
.contactform-list input[ type=submit ]{
	border:1px solid #15438D;
	width: 400px;
	padding:10px;
	color:#15438D;
	font-size:16px;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 600;
	background-color: #FFFFFF;
}


.con07-calc{
	width: 100%;
}
.con07-calc dt{
	width: 100%;
	margin: 20px 0 !important;
	text-align: center;
	background-color: #f1f1f1;
	padding: 10px 0 5px 0;
	font-size: 24px;
	font-weight: bold;
	color: #15438D;
}
.con07-calc dd{
	width: 100%;
}
.con07-calc dd ul{
}
.con07-calc dd ul li{
	display: table;
	overflow: hidden;
	width: 100% !important;
	margin: 10px 0;
}
.con07-calc dd ul li div.m0{
	display: table-cell;
	width: 25%;
	text-align: right;
	font-weight: bolder;
}
.con07-calc dd ul li div.m1{
	display: table-cell;
	width: 75%;
	text-align: right;
	line-height: 150%;
}
.con07-calc dd ul li div.m1 .calc-val{
	display: inline;
	font-size: 20px;
	font-weight: bold;
	color: #15438D;
}
.con07-calc dd ul li div.m1 span{
	display: block;
	width: 100%;
	text-align: right;
	padding: 5px 0;
}
