.starter .header-img{
	width: 100%;
	height: 230px;
	background: url(../img/starter/header.jpg) top center no-repeat;
	background-size:cover;
	margin-bottom: 10px;

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

.addons .header-img{
	width: 100%;
	height: 230px;
	background: url(../img/addons/header.jpg) top center no-repeat;
	background-size:cover;
	margin-bottom: 10px;

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

.privacy{
	width: 100%;
	overflow: hidden;
}
.privacybox{
	display: block;
	overflow: hidden;
	padding:10px;
}
.privacy .privacybox-desc{
	width: 100%;
	padding: 10px;
	font-size: 16px;
}
.privacy .privacybox ul{
	margin: 0 10px;
}
.privacy .privacybox ul li{
	border-bottom: 1px dotted #888888;
	padding-bottom: 10px;
}
.privacy .privacybox ul li dl {
	overflow: hidden;
	_zoom: 1;
}
.privacy .privacybox ul li dl dt{
	padding-top: 15px;
	margin-top:-1px;
}
.privacy .privacybox ul li dl dd{
	overflow: hidden;
}
.privacy .privacybox ul li dl dt, .privacy .privacybox 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 .privacybox 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;
	margin-bottom: 20px;
}

.company-box ul{
	display: block;
	margin:10px;
}

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

.company-box ul li dl{}

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

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

.company-box .imgbox{
	margin:10px;
}
.company-box .imgbox img{
	width:100%;
}

.contact-form {
	display: block;
	overflow: hidden;
	margin-bottom:20px;
}

.contact-form .contact-byphone{
	width: 100%;
	padding: 10px;
	line-height: 120%;
	border-bottom:none;
}
.contact-form .contact-byweb{
	width: 100%;
	padding: 10px;
	line-height: 120%;
	border-top:none;
}

.contact-form .contact-subtitle{
	font-size: 16px;
	font-weight: bolder;
	margin: 10px 0;
}
.contact-form .contact-subdesc{
	margin: 10px 0 ;
	line-height: 150%;
}
.contact-byphone dl dd .contact-phonenum{
	text-align: center;
	font-size: 30px;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 900;
	color: #15438D;
	margin-top: 10px;
	margin-bottom: 4px;
	
}
.contact-byphone dl dd .contact-phonedesc{
	text-align: center;
}
.contactform-list{
}

.contactform-list li {
	margin:10px 0;
}
.contactform-list li dl{
	display: block;
	width: 100%;
	overflow: hidden;
}
.contactform-list li dt{
	margin-bottom:5px;
	font-weight:bold;
}
.contactform-list li dd{
}
.contactform-list .addr-title{
	margin:5px 0;
}
.contactform-list li:last-child{
	text-align: center;
}
.contactform-list input[ type=text ]{
	width: 100%;
	height: 30px;
}
.contactform-list input[ type=submit ]{
	border:1px solid #15438D;
	width: 300px;
	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%;
	line-height: 150%;
}
.con07-calc dd.desc{
	margin: 10px 0;
}
.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;
}
.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;
}