#wrapper{}


#sub-header{
	display: block;
	border-bottom: 1px solid #000000;
}

#sub-header .head-line{
	display: block;
	height:30px;
	background:url(../img/head-line.jpg) no-repeat top center;
	background-size:cover;
}

#sub-header .shead-inner{
	width:1200px;
	margin:0 auto;
}
#sub-header .shead-inner .shead-box{
	display: block;
	width: 100%;
	overflow: hidden;
	margin:10px 0;
}

#sub-header .shead-inner .shead-box .shead-logo{
	float:left;
	width:40%;
	text-align: center;
}

#sub-header .shead-inner .shead-box .shead-logo img{
	width: 400px;
}

#sub-header .shead-inner .shead-box .shead-tel{
	float: right; 
	width:40%;
	text-align: center;
}
#sub-header .shead-inner .shead-box .shead-tel img{
	width:400px;
}

#sub-header .shead-inner .shead-box ul{
	display: block;
	width:100%;
	overflow: hidden;
	text-align: center;
}

#sub-header .shead-inner .shead-box ul li{
	display: inline-block;
	margin:0 10px;
}

#sub-header .shead-inner .shead-box ul li a{}
#sub-header .shead-inner .shead-box ul li a:hover{
	text-decoration:underline;
}

/*共通*/
#sub-content{
}

#sub-content p.bread{
	width:1200px;
	margin:0 auto;
	padding:10px;
}

#sub-content p.bread a{
	display: inline-block;
}

#sub-content p.bread a:hover{
	text-decoration: underline;
}

#sub-content .sub-st{
	background:#dde9f3;
	display: block;
}

#sub-content .sub-st span{
	display: block;
	width:1200px;
	margin:0 auto;
	height:60px;
	line-height: 60px;
	
	font-family:  'Noto sans japanese',sans-serif;
	font-weight: 700;
	font-size:24px;
}

#sub-content .scon-box{
	width:1200px;
	margin:0 auto;
}

#sub-content .scon-box .sub-text{
	padding:10px;
}

#sub-content .scon-box .sub-text span{
	font-weight:bold;
}

/*利用規約*/
.foruse{
}

.foruse a:hover{
	text-decoration: underline;
}

.foruse dl{
	margin:20px 0;
}

.foruse dl dt{
	margin-bottom:10px;
	
	font-family:  'Noto sans japanese',sans-serif;
	font-weight: 700;
	font-size:18px;
}

.foruse dl dd{
	padding-left:20px;
}


.foruse dl dd span{
	display: block;
    text-indent: -1.3em;
    margin-left: 1.3em;
}

/*個人情報保護方針*/
.privacy{
}

.privacy a:hover{
	text-decoration: underline;
}

.privacy .privacy-st{
	margin:10px 0;
	padding:10px;
	border-bottom:1px solid #000000;	
}

.privacy .privacy-st p{
	font-family:  'Noto sans japanese',sans-serif;
	font-weight: 700;
	font-size:20px;
	text-align: center;
	margin-bottom:10px;
}

.privacy dl{
	margin:20px 0;
}

.privacy dl dt{
	margin-bottom:10px;
	
	font-family:  'Noto sans japanese',sans-serif;
	font-weight: 700;
	font-size:18px;
}

.privacy dl dd{
	padding-left:20px;
}

.privacy p.privacy-date{
	text-align: right;
	padding:10px 0;
	margin:10px 0;
	border-top:1px solid #000000;
	
}

/*会社概要*/
.company{
}

.company a:hover{
	text-decoration: underline;
}

.company .company-img{
	margin:30px 0;
}

.company .company-img img{
	width:100%;
	vertical-align: middle;
}

.company .company-list{}

.company .company-list li{
	border-bottom:1px dotted #000000;
	padding:20px 0;
}

.company .company-list li dl{
	display: table;
	width:100%;
	overflow:hidden;
}

.company .company-list li dl dt{
	display: table-cell;
	width:20% ;
	vertical-align: middle;
}

.company .company-list li dl dd{
	display: table-cell;
	width:80%;
	vertical-align: middle;
}

/*特定商取引法*/
.tokusho{}

.tokusho a:hover{
	text-decoration: underline;
}

.tokusho .tokusho-list{}

.tokusho .tokusho-list li{
	border-bottom:1px dotted #000000;
	padding:20px 0;
}

.tokusho .tokusho-list li dl dt{
	font-weight:bold;
}

/*サイトマップ*/
.sitemap{
	margin-bottom:30px;
}

.sitemap a:hover{
	text-decoration:underline;
}

.sitemap ul{}

.sitemap ul li{
	font-family:  'Noto sans japanese',sans-serif;
	font-weight: 700;
	border-bottom:1px solid #000000;
	padding:20px 0;
}

/*おすすめサイト*/
.link{
	margin:20px 0;
}

.link a:hover{
	text-decoration:underline;
}

.link ul{}

.link ul li{
	padding:10px 0;
}

.link ul li:hover{
	background:#EFEFEF;
}

.link ul li dl{}
.link ul li dl dt{}

.link ul li dl dd{
	font-size:14px;
	color:#999999;
}


/*お問い合わせ*/
.contact{
	margin:30px 0;
}

.contact .form-box{
}

.contact .form-box ul{
	border-top:1px solid #CCCCCC;
	display: block;
}

.contact .form-box ul li{
	border-bottom:1px solid #CCCCCC;
	padding:20px 10px;
}

.contact .form-box ul li:nth-child(2n+1){
	background:#F3F3F3;
}



.contact .form-box ul li dl{
	display: table;
	width:100%;
	overflow: hidden;
}

.contact .form-box ul li dl dt{
	display: table-cell;
	width:20%;
	vertical-align: middle;
	
	position:relative;
}

.contact .form-box ul li dl dt span{
	position:absolute;
	right:40px;
	top:50%;
	
	margin:-15px;
	display: inline-block;
	background:#FF0004;
	color:#FFFFFF;
	font-size:14px;
	height:30px;
	line-height: 30px;
	
	padding:0 10px;
}

.contact .form-box ul li dl dd{
	display: table-cell;
	width:80%;
	vertical-align: middle;
}

.contact .form-box ul li .privacy-check{
	margin-top:20px;
	display: inline-block;
}

.contact .form-box ul li .privacy-check span{
	margin-left:10px;
	display: inline-block;
	background:#FF0004;
	color:#FFFFFF;
	font-size:14px;
	height:30px;
	line-height: 30px;
	
	padding:0 10px;
}

.contact .form-box ul li dl dd input{
	border:1px solid #999999;
	border-radius:5px;
	width:80%;
}

.contact .form-box ul li dl dd input[type=text]{
	height:30px;
}

.contact .form-box ul li dl dd textarea{
	border:1px solid #999999;
	border-radius:5px;
	width:80%;
	resize: none;
}

.contact .form-box ul li .pricacy-list{
	width:80%;
	height:250px;
	margin:0 auto;
	overflow: scroll;
    border: 1px solid #DDD;
    background: #fdfdfd;
    border-radius: 3px;
    padding: 15px 20px;
    text-align: left;
}

.contact .form-box p.submit-btn{
	text-align: center;
}

.contact .form-box p.submit-btn input{
	display: inline-block;
	width:200px;
	padding:20px;
	background:#008cff;
	color:#FFFFFF;
	border:none;
	margin:20px 10px;
}

.contact .form-box p.submit-btn a.pageback{
	display: inline-block;
	width:200px;
	padding:20px;
	background:#666666;
	color:#FFFFFF;
	border:none;
	margin:20px 10px;
}

.contact .form-box p.submit-btn a.backtop{
	display: inline-block;
	width:200px;
	padding:20px;
	background:#333333;
	color:#FFFFFF;
	border:none;
	margin:20px 10px;
}

.contact .error .error-box{
	padding:10px;
	background:rgba(255,0,4,0.2)
}

.contact .error .error-box p.error-text{
	color:#FF0004;
	display: block;
}