﻿@charset "utf-8";

/* メイン部門設定 */

.h-main-toph1 {
	padding-left: 50px;
	background-color: #e1c896;
	background-position: 10px center;
	background-image: url("../img/h-toppage-bg.png");
	background-repeat: no-repeat;
	background-size: 40px;
}
.h-main-top {
/*	padding-left: 50px; */
	background-color: #ddccaa;
/*	background-position: 10px center; */
/*	background-image: url("../img/h-toppage-bg.png"); */
/*	background-repeat: no-repeat; */
/*	background-size: 40px; */
}

.top-img-bottom {
	width: 100%;
	height: 15px;
/*	background: url("../img/top-img-bottom.png") top center repeat-x; */
	background: url("../img/top-img-bottom.png") top center no-repeat;
	background-size:100% 100%;
}



.pan-main p a {
/*	background-color: #f0cee8; */
	display:block;
}
.pan-main p a:hover {
	background-color: #ddccaa;
	display:block;
}
.pan-main p.up a {
	background-color: #ddccaa;
}

.main-boxline{
	border: 2px #ffcc66 dashed;
	padding: 5px 10px;
	background-color: #fffee0;
}



/* TOPページ */

.performance{
	margin-top: -5px;
}

.performance p{
	padding: 5px 0px;
	border-bottom: 1px #ddddcc solid;
}

/* TOPキャンペーン */
@media only screen and (max-width: 740px){
.top-campaign{
	margin: 0px auto;
	padding: 5px 10px 0px;
}
.top-campaign{
}
}
@media only screen and (min-width: 740px){
.top-campaign{
	margin: 0px auto;
	padding: 10px 30px 5px;
}
.top-campaign{
	max-width: 1000px;
}
}


/* Q&Aページ question-and-answer */

.qa-box{
	display: flex;
}
.qa-hr{
	color: #cccccc;
	margin: 0px;
	padding: 0px;
	height: 5px;
}

.q-img{
	width: 50px;
	min-width: 50px;
	padding: 0px 0px 0px;
}
.q-txt{
	flex-grow: 100;
	padding: 9px 10px 10px;
	font-weight: bold;
	color: #fa8800;
	font-size: 118%;
	border-bottom: 1px #cccccc dotted;
}

.a-img{
	width: 50px;
	min-width: 50px;
	padding: 0px 0px;
}
.a-txt{
	flex-grow: 100;
	padding: 9px 10px 0px;
	border-bottom: 0px #888888 solid;
}





/* 会社概要 */

.companyTbl{
	font-size: 14px;
	line-height: 1.5em;
	margin:0 0 0px;
	border-bottom: 1px dotted #cccccc;
	background-color: #e6f0cf;
	background: url("../img/common/dash-gold.png") top left repeat;
	}
.companyTbl dt{
	float : left;
	clear : both;
	width : 175px;
	border-top:1px dotted #cccccc;
	font-weight : bold;
	padding : 5px 5px 5px 15px;
	line-height: 180%;
}
.companyTbl dd{
	border-top:1px dotted #cccccc;
	padding : 5px 5px 5px 15px;
	margin-left : 190px;
	background-color : #fff;
	line-height: 180%;
}

@media (max-width: 767px) {
.companyTbl dt{float:none;width:auto;}
.companyTbl dd{margin-left:0;}
}


/* プライバシーポリシー */

.privacy{
	margin-top: -5px;
}
.privacy p{
	padding: 5px 0px;
	 border-bottom: 1px #dddddd solid;
}
.privacy p.text-right{
	text-align: right;
}


/* お問い合わせ */

@media only screen and (min-width: 480px){
.contact-form{
	display: flex;
	border-bottom: 1px #cccccc dotted;
	line-height: 200%;
}
.contact-form .l{
	width: 160px;
	min-width: 160px;
	padding: 7px 3px 7px 7px;
	background-color: #fafaf0;
}
.contact-form .r{
	flex-grow: 100;
	padding: 7px 3px 7px 7px;
}
}

@media only screen and (max-width: 480px){
.contact-form{
	border-bottom: 1px #cccccc dotted;
	line-height: 200%;
	overflow: hidden;
}
.contact-form .l{
	width: 100%;
	padding: 3px 3px 3px 5px;
	background-color: #fafaf0;

}
.contact-form .r{
	width: 100%;
	padding: 5px 3px 10px 5px;

}
}


.contact-button{
	width: 70%;
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
	border: 0px #cccccc dotted;
}
.contact-button p.l{
	text-align: center;
	width: 50%;
	float: left;
	overflow: hidden;
	border: 0px #cccccc dotted;
}
.contact-button p.r{
	text-align: center;
	width: 50%;
	float: right;
	overflow: hidden;
	border: 0px #cccccc dotted;
}
.contact-check-navi {
	background: url("../img/common/dash-dred.png") top left repeat;
	background-color: #990000;
	color: #ffffff;
	padding: 30px 0px;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
}
@media only screen and (min-width: 480px){.contact-check-navi {font-size: 15px; margin: 30px 30px;}}
@media only screen and (max-width: 480px){.contact-check-navi {font-size: 13px; margin: 30px 0px;}}


/* 実績 */

.performance-page{
	width: 100%;
	text-align: center;
	border: 0px #cccccc solid;
	overflow: hidden;
}
.performance-page p.l{
	text-align: center;
	width: 50%;
	float: left;
	overflow: hidden;
	border: 0px #cccccc dotted;
}
.performance-page p.r{
	text-align: center;
	width: 50%;
	float: right;
	overflow: hidden;
	border: 0px #cccccc dotted;
}
.performance-page p a{
	margin: 0px auto 10px;
	text-align: center;
	width: 140px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	background-color: #ffffff;
	display: block;
}
@media only screen and (min-width: 480px){.performance-page {font-size: 14px;}}
@media only screen and (max-width: 480px){.performance-page {font-size: 13px;}}

