@charset "Shift_JIS";
/*--------------------------------------------------
	基本設定
--------------------------------------------------*/
body {
	font-size: 14px;
	color: #333;
	font-family: 'Meiryo UI', Meiryo, 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	line-height:150%;
	margin: 0px;
	text-align:center;
	background:url(../img/background.jpg) repeat-x top center;
}
h1,h2,h3,ul,ol,li,dl,dt,dd{
	padding: 0px;
	margin: 0px;
	line-height:100%;
}
p{
	padding: 0px;
	margin: 0px;
	line-height:140%;
}

img {
	border: none;
	vertical-align: top;
}
hr{
	display: none;
}
form {
	padding:0px;
	margin:0px;
}
ul{
	list-style: none;
}
.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}
.anchor{
	font-size:0px;
	line-height:0px;
	display:block;
	overflow:hidden;
	height:0px;
}
div:after   {  
    content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
    line-height: 0;  
    clear: both;  
}  
/*--------------------------------------------------
	リンク設定
--------------------------------------------------*/
a{
	color:#36C;
	text-decoration:underline;
}
a:hover {
	color:#903;
	text-decoration:none;
}
/*--------------------------------------------------
	ヘッダー設定
--------------------------------------------------*/
#header{
	width:1000px;
	margin: 0px auto 0px auto;
}
#header .summary-area{
	width:1000px;
}

#header .summary{
	height:24px;
	text-align:right;
	margin:2px 0 0 0;
}
#header .summary .summary-txt{
	color:#666;
	font-weight:normal;
	font-size:12px;
	padding: 3px 0px 0px 0px;
}

#header .logo{
	float:left;
	margin: 0px 0px 0px 0px;
}

#header .tel{
	float:right;
	text-align:right;
	margin:0 0 0 0;
}
#header .right{
	width:390px;
	float:right;
	text-align:left;
	margin: 5px 0px 0px 0px;
}
#header .right li{
	float:left;
	display:inline-block;
}
#header .global1{
	width:1000px;
	float:right;
	margin:5px 0px 0px 0px;
}
#header .global1 li{
	float:left;
	display:inline-block;
}
#gnav-container {
position:relative;
}

#gnav {
border-bottom:solid 1px #CCCCCC;
position:relative;
z-index:100;
zoom:1;
}

#gnav .item {
float:left;
}

#gnav .parent {
position:relative;
}

#gnav .parent .child {
border:solid 1px #cccccc;
background-color:#FFF;
position:absolute;
display:none;
top:40px;
left:0;
width:190px;
font-size:86%;
zoom:1;
}

#gnav .parent.on .child {
display:block;
}

#gnav .parent.on.last .child {
left:auto;
right:0;
}

#gnav .parent .child li {
border-bottom:solid 1px #e6e6e6;
width:190px;
text-align:left;
zoom:1;
}

#gnav .parent .child li.last {
border-bottom:none;
}

#gnav .parent .child a {
border-top:solid 1px #FFF;
padding:10px 15px 10px 20px;
display:block;
color:#4c4c4c;
line-height:1.2;
text-decoration:none;
zoom:1;
}

#gnav .child a:hover {
background-color:#e6e6e6;
}
/*　パンクズ　*/
#TopicPath {
  position:relative;
  height:6px;
  margin:10px 0 0 0;
}
#TopicPath ol {
  padding: 10px 0;
  text-align: left;
  list-style: none;
  font-size: 12px;
  float:left;
}
#TopicPath ol li {
  display: inline;
  color: #555;
}
#TopicPath ol li a { color: #333; }
#TopicPath ol li.home a { color: #555; }

#TopicPath .innerPath {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width:767px){
	body {
		background:url(../img/background-mb.jpg) repeat-x top center;
	}
	#header{
		width:100%;
	}
	
	#header .summary{
		visibility:hidden;
	}
	
	#header .right,.tel{
		display:none;
	}
	
	.global1{
		display:none;
	}
	#header .logo{
		width:70%;
		float:left;
		margin:0 0 0 3%;
	}
	#header .logo img{
		width:100%;
		height:auto;
	}
	.global-line{
		width:100%;
		height:4px;
		background-color:#06C;
		margin-top:10px;
	}
	.sma-menu{
		width:25%;
		float:right;
	}
	#gNav {
	    width: 100%;
	    position: absolute;
	    top: -3000px;
	    z-index: 100;
	    transition: top 1s;
	    -webkit-transition: top 1s;
	    -moz-transition: top 1s;
	    text-align: center;
	    background:#4B3221;
	}
	#gNav:target {
 	   top: 0px;
	}
	#gNav li{
		padding:10px 0 10px 10%;
		border-bottom:1px solid #0CF;
		color:#F93;
		text-align:left;
	}
	#gNav li a{
		color:#FFF;
		text-decoration:none;
		display:block;
	}

	.nav-close {
		padding:10px 0 10px 0;
		border-bottom:1px solid #FDD;
	    background:#333;
	}
	.nav-close a{
		color:#FFF;
		text-decoration:none;
			display:block;
	}
#TopicPath {
  margin:30px 0 0 1%;
}
#TopicPath ol {
  padding: 10px 0;
}

#TopicPath .innerPath {
  width: 100%;
  margin: 0 auto;
}

}

@media screen and (min-width:768px){
	.sma-menu{
		display:none;
	}
	#gNav {
		display:none;
	}
}

/*--------------------------------------------------
	編集可能領域設定
--------------------------------------------------*/
#mainimage{
	width:100%;
	height:400px;
	margin-top: 2px;
	border-bottom:1px solid #CCC;
}

.mainimagearea{
	width:1100px;
	margin: 0 auto 0 auto;
}
.fadein {
	position:relative;
	height:400px;
	width:1100px;
}
.fadein img {
	position:absolute; left:0; top:0;
}

#contenter{
	width:100%;
}

#contenter #contents{
	width:1000px;
	margin:20px auto 0 auto;
	text-align:left;
}

.subcontents{
	width:1000px;
	margin:20px auto 0 auto;
	text-align:left;
}
.top-left{
	float:left;
	width:400px;
	margin:30px 0 0 0;
}
.top-left h1{
	font-size:14px;
	color:#4B3220;
	padding:10px 0px 0px 30px;
	margin:0px 0 0 0px;
}

.top-left h2{
	font-size:14px;
	color:#4B3220;
	padding:10px 0px 10px 50px;
	margin:0px 0 0 0px;
}

.top-com{
	width:100%;
	margin:0 0 0 0;
	background-color:#F0F0F0;
	padding:20px 0 20px 0;
}
.top-com h2{
	color:#4B3220;
	font-size:16px;
	font-weight:bold;
	line-height:150%;
	text-align:left;
	margin:0px 0 0 30px;
}
.top-com p{
	width:340px;
	color:#333;
	font-size:14px;
	line-height:150%;
	text-align:left;
	margin:10px 0 0 30px;
}
.top-info{
	margin:30px 0 0 0;
	border:1px solid #CCC;
}
.top-info-com{
	width:100%;
	height:263px;
	overflow:auto;
}
.top-info-com p{
	line-height:140%;
	font-size:12px;
	text-align:left;
	padding:15px;
	border-bottom:1px dotted #999;
}
.top-right{
	float:right;
	width:560px;
	margin:30px 0 0 0;
}
.top-right h2{
	background:url(../img/top-works-title.jpg) center left no-repeat;
	font-size:14px;
	color:#4B3220;
	padding:10px 0px 10px 50px;
	margin:0px 0 0 0px;
}

.works-i-1-unit {
	width:100px;
	float:left;
	margin:20px 0px 0px 48px;
}

.works-i-1-unit img{
	float:left;
	margin:3px 0 0 0px;
}

.works-i-1-cap {
	float:right;
	font-size:14px;
	width:100px;
	margin:6px 0 0 0px;
	text-align:center;
	font-weight:bold;
}
.top-area{
	margin:30px 0 0 0;
}
.top-area img {
	margin:20px 0 0 0;
	float:left;
}
.top-area h2{
	background:url(../img/top-works-title.jpg) center left no-repeat;
}
.top-area p{
	float:right;
	width:320px;
	font-size:14px;
	text-align:left;
	margin:40px 20px 0 0;
}
@media screen and (max-width:767px){
	#contenter{
		width:100%;
		margin: 0px 0 0px 0;
	}
	#contenter #contents{
		width:100%;
		text-align:left;
		margin:0px 0 0 0;
	}
	#mainimage{
		display:none;
	}
	.top-left{
		width:100%;
	}
	.top-left h1{
		padding:10px 0px 0px 3%;
		margin:0px 0 0 0px;
	}

	.top-left h2{
		padding:0 0px 0 0;
		margin:0px 0 0 0px;
	}
	.top-com{
		width:100%;
		margin:0px 0 0 0;
	}
	.top-com h2{
		margin:0px 0 0 3%;
	}
	.top-com p{
		width:94%;
		margin:10px 0 0 3%;
	}
	.top-info{
		width:98%;
		margin:10px 0 0 1%;
		padding:0 0 0 0;
	}
	.top-info-img{
		width:100%;
		height:auto;
		margin:0 0 0 0;
	}
	.top-info-com{
		width:100%;
		height:150px;
	}
	.top-info-com p{
		padding:10px 3% 10px 3%;
		border-bottom:1px dotted #999;
	}
	.top-right{
		width:98%;
		margin:10px 0 0 1%;
	}
	.top-right h2{
		background-size:100% auto;
		width:87%;
		padding:10px 0px 10px 13%;
		margin:0px 0 0 0px;
	}
	.works-i-1-unit {
		width:48%;
		float:left;
		margin:10px 2% 0px 0;
	}

	.works-i-1-unit img{
		width:100%;
		height:auto;
		margin:3px 0 0 0px;
	}

	.works-i-1-cap {
		font-size:14px;
		width:100%;
		margin:3px 0 0 0px;
		text-align:center;
		font-weight:bold;
	}
	.top-area{
		margin:10px 0 0 0;
		width:98%;
	}
	.top-area h2{
		background-size:100% auto;
		width:87%;
		padding:10px 0px 10px 13%;
		margin:0px 0 0 0px;
	}
	.top-area img {
		width:60%;
		height:auto;
		margin:10px 0 0 15%;
	}
	.top-area p{
		width:100%;
		font-size:14px;
		text-align:left;
		margin:10px 0 0 0;
	}
}

/*-------------------------------------------------------------
#Social
-------------------------------------------------------------*/
#Social{
	width:56px;
	position:fixed;
	bottom:40px;
	right:0px;
}
#Social img{
	width:56px;
	height:auto;
	float:left;
	margin:20px 0 0 0;
}
@media screen and (max-width:767px){
	#Social{
		width:12%;
		position:fixed;
		bottom:20px;
		right:0px;
	}
	#Social img{
		width:100%;
		height:auto;
		opacity: 0.7;
	}
}

/*--------------------------------------------------
	フッター
--------------------------------------------------*/
#footer-area{
	background:url(../img/footer_bk.jpg) repeat-x center top;
	width:100%;
	margin: 30px 0px 0px 0px;
	padding:18px 0 0 0;
}
#footer-area #footer{
	width:1000px;
	height:260px;
	margin: 0px auto 0px auto;
	text-align:left;
}
#footer-area #footer .footerlink{
	width:970px;
	margin:10px 0 0px 38px;
}
#footer-area #footer .footerlink1{
	float:left;
	width:213px;
	margin:0 0 0 0px;
}
#footer-area #footer .footerlink2{
	float:left;
	width:166px;
	margin:0px 0 0 0px;
}
#footer-area #footer .footerlink3{
	float:left;
	width:184px;
	margin:0px 0 0 0px;
}
#footer-area #footer .footerlink4{
	float:left;
	width:188px;
	margin:0px 0 0 0px;
}
#footer-area #footer .footerlink5{
	float:left;
	width:210px;
	margin:0px 0 0 0px;
}

#footer-area #footer .footerlink-text01{
	background:url(../img/footerlink-bk01.jpg) no-repeat left center;
	color:#666;
	font-size:12px;
	font-weight:bold;
	padding: 4px 0px 4px 17px;
}
#footer-area #footer .footerlink-text01 a{
	color:#666;
	text-decoration:underline;
}
#footer-area #footer .footerlink-text01 a:hover{
	color:#F93;
	text-decoration:none;
}

#footer-area #footer .footerlink-text02{
	background:url(../img/footerlink-bk02.jpg) no-repeat left center;
	font-size:12px;
	text-align:left;
	color:#333;
	padding: 2px 0px 0px 12px;
	margin:5px 0 0 18px;
}
#footer-area #footer .footerlink-text02 a{
	color:#333;
	text-decoration:none;
}
#footer-area #footer .footerlink-text02 a:hover{
	color:#F93;
	text-decoration:underline;
}

#footer-area #footer .footer-logo{
	float:left;
	width:1000px;
	font-size:12px;
	line-height:140%;
	text-align:left;
	color:#333;
	margin:47px 0 0 0px;
}

#footer-area #footer .footer-bottom{
	width:1000px;
	margin:25px 0px 0px 0px;
	padding:0 0 0px 0;
}
#footer-area #footer .bottomleft{
	width:292px;
	float:left;
	margin: 0px 0px 0px 0px;
}
#footer-area #footer .bottomleft img{
	float:left;
	margin: 0px 0px 0px 0px;
}
#footer-area #footer .bottomright{
	float:right;
	font-size:12px;
	text-align:right;
	margin:-6px 20px 0 0;
}
#footer-area #footer .bottomright a{
	color:#fff;
	text-decoration:none;
}
#footer-area #footer .bottomright a:hover{
	color:#F93;
	text-decoration:underline;
}
@media screen and (max-width:767px){
	#footer-area{
		background:none;
		width:100%;
		margin: 0px 0px 0px 0px;
	}
	#footer-area #footer{
		background-color:#EEE;
		width:100%;
		height:auto;
	}
	#footer-area #footer .footerlink{
		display:none;
	}

	#footer-area #footer .footer-logo{
		float:left;
		width:94%;
		margin:0px 0 0 3%;
	}
	#footer-area #footer .footer-logo img{
		width:60%;
		height:auto;
	}

	#footer-area #footer .footer-bottom{
		background-color:#4B3221;
		width:100%;
		margin:10px 0px 0px 0px;
		padding:6px 0 6px 0;
	}
	#footer-area #footer .bottomleft{
		width:100%;
		margin: 0px 0px 0px 0px;
	}
	#footer-area #footer .bottomleft img{
		margin: 0px 0px 0px 3%;
	}
	#footer-area #footer .bottomright{
		display:none;
	}
	#footer-area #footer .bottomright a{
		color:#fff;
		text-decoration:none;
	}
	#footer-area #footer .bottomright a:hover{
		color:#F93;
		text-decoration:underline;
	}
}
/*--------------------------------------------------
	個別エリア
--------------------------------------------------*/
.title-area{
	background:url(../img/sub-title-bk.jpg) repeat-x left top;
	width:100%;
	height:252px;
	margin:0 0 0 0;
}
.title-unit {
	width:1000px;
	height:250px;
	margin:0 auto 0 auto;
}
.title-h1 {
	background:url(../img/title-bar-bk.jpg) no-repeat left top;
	float:left;
	width:960px;
	height:32px;
	font-size:16px;
	font-weight:bold;
	color:#333;
	padding:10px 0 0 40px;
	margin:0px 0 0 0px;
}
@media screen and (max-width:767px){
	.title-h1 {
		width:90%;
		margin:10px 0 0 0px;
		padding:10px 0 0 10%;
	}
}
.title-eng {
	font-family:sans-serif;
	float:right;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	margin:217px 20px 0 0px;
}

.title-bar-h2 {
	background:url(../img/title-bar-h2.jpg) no-repeat left top;
	height:30px;
	width:910px;
	font-size:16px;
	font-weight:bold;
	color:#333;
	padding:6px 0px 0px 30px;
	margin:40px 0 0 30px;
}
@media screen and (max-width:767px){
	.title-bar-h2 {
		width:91%;
		margin:10px 0 0 0px;
		padding:10px 0 0 7%;
	}
}

.title-bar-h2-2 {
	background:url(../img/title-bar-bk2.jpg) no-repeat left center;
	width:680px;
	height:26px;
	font-size:16px;
	font-weight:bold;
	color:#600;
	padding:9px 0px 0px 34px;
	margin:20px 0 0 10px;
}
.title-bar-h3 {
	font-size:14px;
	font-weight:normal;
	color:#600;
	margin:20px 0 0 25px;
}

.comment {
	width:940px;
	text-align:left;
	font-size:14px;
	color:#333;
	margin:20px 0 0px 30px;
}
.comment2 {
	width:680px;
	font-size:14px;
	color:#333;
	padding:10px 0px 10px 0px;
	margin:10px 0 0px 25px;
}
.comment2-tokucho {
	width:680px;
	font-size:14px;
	color:#333;
	padding:10px 0px 10px 0px;
	margin:10px 0 0px 35px;
}
.comment3 {
	width:680px;
	font-size:14px;
	color:#333;
	padding:5px 0px 10px 0px;
	margin:5px 0 0px 25px;
}

table.tokutei_hyo{
	border:none;
	width:670px;
	margin:20px 0 0 20px;
}
table.tokutei_hyo th{
	width:150px;
	background:#f2eeee;
	padding:3px 6px;
	border-bottom:1px solid #ccc;
	text-align:left;
	}
table.tokutei_hyo td{
	padding:3px 6px;
	border-bottom:1px solid #ccc;
	text-align:left;
	}
.top-item{
	width:690px;
	margin:20px 0 0 10px;
}
.top-item-unit{
	width:120px;
	float:left;
	margin:10px 8px 20px 8px;
}
.top-item-name{
	font-size:12px;
	line-height:140%;
	color:#666;
	text-align:left;
	margin:5px 0 0 0;
}
.top-item-name a{
	color:#666;
	text-decoration:none;
}
.top-item-name a:hover{
	color:#F93;
	text-decoration:underline;
}
.top-item-price{
	font-size:12px;
	line-height:140%;
	color:#C33;
	text-align:left;
	margin:5px 0 0 0;
}
.ichiran-com{
	font-size:14px;
	line-height:180%;
	color:#666;
	text-align:left;
	padding:0 20px 0 20px;
	margin:20px 0 0 0;
}
.works-i-area{
	margin:0px 0 0 0;
}
.works-i-unit{
	width:220px;
	float:left;
	margin:10px 13px 20px 13px;
}
.works-i-name{
	font-size:14px;
	line-height:140%;
	color:#666;
	text-align:center;
	margin:5px 0 0 0;
}
.works-i-name a{
	color:#666;
	text-decoration:none;
}
.works-i-name a:hover{
	color:#F93;
	text-decoration:underline;
}
.works-i-unit2{
	width:160px;
	float:left;
	margin:10px 10px 20px 10px;
}
.works-d-area{
	margin:30px 0 0 20px;
}
.works-d-area img{
	float:left;
	margin:0 0 0 0px;
}
.works-d-com{
	float:right;
	width:320px;
	font-size:14px;
	line-height:150%;
	color:#333;
	text-align:left;
	margin:10px 20px 0 0px;
}
.modori{
	float:right;
	font-size:14px;
	line-height:140%;
	text-align:left;
	margin:20px 20px 0 0;
}
.modori a{
	color:#F93;
	text-decoration:none;
}
.modori a:hover{
	color:#F93;
	text-decoration:underline;
}
.modorijirei{
	float:right;
	font-size:14px;
	line-height:140%;
	text-align:left;
	margin:20px 20px 0 0;
}
.modoriirei a{
	color:#F93;
	text-decoration:none;
}
.modoriirei a:hover{
	color:#F93;
	text-decoration:underline;
}

.kanren p{
	text-align:left;
	font-size:18px;
	color:#C33;
	font-weight:bold;
	line-height:250%;
}
.faqlist {
	margin:0px 0 30px 0;
}

.faqlist a { color:#C66; text-decoration: none }
.faqlist a:hover{
	color:#F93;
	text-decoration:underline;
}
.faqlistdl {
	font-size: 14px;
	text-align: left;
	line-height:140%;
	padding: 4px 0px 0px 3px;
}
.faqlistcate {
	font-size: 14px;
	text-align: left;
	line-height:140%;
	font-weight:bold;
	color:#600;
	padding: 10px 0px 0px 0px;
}
.faqdetail {
	width:690px;
	border-color: #BFE1C1;
	border-style: solid;
	border-width: 1px;
	margin: 20px 10px 20px 0px;
}
.faqq {
	background:url(../kaitori/img/faq-q.jpg) no-repeat left top;
	background-color: #BFE1C1;
	color: #1B0D39;
	font-weight:bold;
	font-size: 14px;
	text-align: left;
	line-height:140%;
	padding: 15px 20px 15px 50px;
}
.faqa {
	background:url(../kaitori/img/faq-a.jpg) no-repeat left top;
	background-color: #ffffff;
	color: #333;
	font-size: 14px;
	text-align: left;
	line-height:140%;
	padding: 20px 10px 20px 50px;
}
.shucho-bk {
	background:url(../kaitori/img/index-bk01.jpg) no-repeat left top;
	color: #C33;
	font-size: 14px;
	text-align: left;
	line-height:140%;
	padding: 0px 0px 0px 27px;
	margin:10px 0 0 10px;
}

.shucho-area-com{
	width:640px;
	margin:10px 0 20px 20px;
}
.shucho-area-title{
	color:#600;
}
.shucho-toiawase{
	margin:30px 0 0 20px;
}
.takuhai-bk {
	background:url(../kaitori/img/takuhai-bk01.jpg) no-repeat left top;
	color: #039;
	font-size: 14px;
	text-align: left;
	line-height:140%;
	padding: 0px 0px 0px 27px;
	margin:10px 0 0 10px;
}
.flow-com {
	width:630px;
	text-align: left;
	margin:20px 0px 0px 60px;
}
.flow-title {
	width:660px;
	margin:10px 0px 0px 20px;
	font-size:20px;
	font-weight:bold;
	color:#F33;
	padding:0 0 3px 10px;
	border-bottom:1px dotted #333;
}
.flow-title2 {
	width:660px;
	height:54px;
	background:url(../kaitori/img/flow-bk01.jpg) top left no-repeat;
	margin:30px 0px 10px 30px;
}
.flow-title2-no {
	float:left;
	margin:15px 0px 10px 14px;
	font-size:32px;
	font-weight:bold;
	color:#333;
}
.flow-title2-txt {
	float:left;
	margin:15px 0px 10px 30px;
	font-size:18px;
	color:#278154;
}
.tokucho-title {
	background:url(../service/img/tokucho-title-bk.jpg) top left no-repeat;
	width:720px;
	height:145px;
	margin:10px 0px 0px 0px;
}
.tokucho-title-no {
	float:left;
	margin:15px 0 0 520px;
	font-size:72px;
	font-style:italic;
	font-weight:bold;
	color:#600000;
	font-family:"Arial Black", Gadget, sans-serif;
}
.tokucho-title-text {
	line-height:120%;
	float:left;
	margin:50px 0 0 55px;
	font-size:30px;
	color:#F33;
}
.tokucho-com {
	width:680px;
	text-align: left;
	margin:10px 0px 50px 50px;
}
.tokucho-com img{
	float:right;
	margin:0px 40px 0px 30px;
}
.tokucho-title2 {
	background:url(../service/img/tokucho-title-bk02.jpg) top left no-repeat;
	width:720px;
	height:110px;
	margin:10px 0px 0px 0px;
}
.tokucho-title-no2 {
	float:left;
	margin:26px 0 0 200px;
	font-size:60px;
	font-weight:bold;
	color:#600000;
	font-family:"Century", Gadget, sans-serif;
}
.tokucho-title-text2 {
	line-height:120%;
	float:left;
	margin:27px 0 0 30px;
	font-size:27px;
	color:#F93;
}
.tokucho-com2 {
	width:710px;
	text-align: left;
	margin:30px 0px 10px 30px;
}
.tokucho-com2 img{
	float:right;
	margin:0px 30px 0px 20px;
}
.flow-com {
	background:url(../service/img/flow-bk02.jpg) top left repeat-y;
	width:710px;
	text-align: left;
	margin:0px 0px 0px 10px;
	padding:10px 0 0 30px;
}
.flow-com img{
	float:right;
	margin:0 90px 0 0;
}
.flow-title2 {
	width:710px;
	height:80px;
	background:url(../service/img/flow-bk01.jpg) top left no-repeat;
	margin:20px 0px 0px 10px;
}
.flow-title2-no {
	float:left;
	margin:35px 0px 10px 35px;
	font-size:48px;
	font-weight:bold;
	color:#F93;
}
.flow-title2-txt {
	float:left;
	margin:40px 0px 10px 30px;
	font-size:24px;
	color:#600;
}
.flow-title3 {
	width:710px;
	height:59px;
	background:url(../service/img/flow-bk04.jpg) top left no-repeat;
	margin:0px 0px 0px 10px;
}
.flow-title3-no {
	float:left;
	margin:16px 0px 10px 35px;
	font-size:48px;
	font-weight:bold;
	color:#F93;
}
.flow-title3-txt {
	float:left;
	margin:21px 0px 10px 30px;
	font-size:24px;
	color:#600;
}

.flow-joint {
	width:710px;
	height:78px;
	background:url(../img/flow-bk03.jpg) top left no-repeat;
	margin:0px 0px 0px 10px;
}
.flow-foot {
	width:710px;
	height:37px;
	background:url(../img/flow-bk05.jpg) top left no-repeat;
	margin:0px 0px 0px 10px;
}
.feedback-unit{
	width:800px;
	float:left;
	margin:30px 0 10px 90px;
	padding:0 0 20px 0;
	border:solid 1px #CCC;
	background-color:#F0F0F0;
}
.feedback-unit img{
	float:left;
	margin:30px 0 30px 30px;
}
.feedback-name{
	width:550px;
	float:left;
	text-align:left;
	margin:35px 0px 0px 40px;
	font-size:18px;
	font-weight:bold;
	padding:0 0 5px 0;
	color:#333;
	border-bottom:1px solid #999;
}

.feedback-txt{
	background:url(../img/feedback-line.jpg) top left repeat-y;
	width:550px;
	line-height:200%;
	float:left;
	text-align:left;
	margin:6px 0px 0px 40px;
	padding:0 0 0px 0;
	font-size:16px;
	color:#600;
}
.feedback-txt2{
	background:url(../img/feedback-line.jpg) top left repeat-y;
	width:550px;
	line-height:200%;
	float:left;
	text-align:left;
	margin:30px 0px 0px 30px;
	font-size:16px;
	color:#600;
}
.sitemap-left{
	width:330px;
	float:left;
	margin:30px 0 0 40px;
}
.sitemap-right{
	width:330px;
	float:right;
	margin:30px 0 0 0px;
}
.sitemap-title {
	background:url(../company/img/sitemap-circle.jpg) center left no-repeat;
	line-height:140%;
	margin:20px 0 0 0px;
	padding:0 0 0 25px;
	font-size:16px;
	color:#666;
}

.sitemap-kmk1 {
	background:url(../company/img/sitemap-circle.jpg) center left no-repeat;
	line-height:140%;
	margin:20px 0 0 0px;
	padding:0 0 0 25px;
	font-size:16px;
	color:#333;
}
.sitemap-kmk1 a{
	color:#333;
	text-decoration:none;
}
.sitemap-kmk1 a:hover{
	color:#F93;
	text-decoration:underline;
}


.sitemap-kmk2 {
	background:url(../company/img/sitemap-circle2.jpg) center left no-repeat;
	line-height:140%;
	margin:10px 0 0 20px;
	padding:0 0 0 25px;
	font-size:16px;
	color:#333;
}
.sitemap-kmk2 a{
	color:#333;
	text-decoration:none;
}
.sitemap-kmk2 a:hover{
	color:#F93;
	text-decoration:underline;
}
.hinmoku-toiawase {
	margin:40px 0 0 20px;
}
.area-name {
	width:678px;
	background:#F2F2F2;
	line-height:140%;
	margin:0px 0 0 13px;
	padding:10px 15px 20px 15px;
	font-size:14px;
	color:#618A22;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
.concept-sumai{
	width:450px;
	float:left;
	margin:20px 0 0 30px;
}
.concept-sumai img{
	float:left;
	margin:0px 0 0 0;
}

.concept-title {
	float:right;
	width:270px;
	line-height:140%;
	margin:0px 0 0 0px;
	font-size:16px;
	color:#333;
	font-weight:bold;
}
.concept-com {
	float:right;
	width:270px;
	text-align: left;
	margin:10px 0px 0px 0px;
}
.concept-comm{
	width:450px;
	float:right;
	margin:20px 30px 0 0;
}
.concept-comm img{
	float:left;
	margin:0px 0 0 0;
}
.concept-com2 {
	width:910px;
	text-align: left;
	margin:20px 0px 0px 50px;
}
.flow-shu {
	width:335px;
	background-color:#DDD;
	padding:20px;
	float:left;
	font-size:20px;
	color:#333;
	font-weight:bold;
	text-align: center;
	margin:20px 0px 0px 30px;
}
.flow-arrow {
	float:left;
	background:url(../flow/img/flow-bk02.jpg) no-repeat top center;
	height:60px;
	width:375px;
	margin:0px 0px 0px 30px;
}

.flow-unit{
	width:940px;
	margin:30px 0 0 30px;
}
.flow-box{
	background:url(../flow/img/flow-bk01.jpg) no-repeat top left;
	width:120px;
	height:120px;
	margin:0 0 0 0;
	float:left;
}
.flow-box img{
	margin:5px 0 0 15px;
}
.flow-step {
	margin:20px 0 0 15px;
	font-size:20px;
	color:#FFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.flow-step-com {
	font-size:14px;
	color:#FFF;
	text-align: left;
	margin:10px 0px 0px 15px;
}
.flow-both-com{
	float:left;
	height:76px;
	border:2px dotted #999;
	width:530px;
	padding:20px 30px 20px 220px;
	font-size:14px;
	color:#333;
	text-align: left;
	margin:0px 0px 0px 30px;
}
.flow-half-com{
	height:80px;
	width:331px;
	float:left;
	border:2px dotted #999;
	padding:20px;
	font-size:14px;
	color:#333;
	text-align: left;
	margin:0px 0px 0px 30px;
}
.staff-unit{
	margin:30px 0 0 40px;
	width:850px;
	padding:30px;
	border:1px solid #CCC;
}
.staff-unit img{
	float:left;
	margin:0 0 0 0;
}
.staff-name{
	float:right;
	width:650px;
	margin:0px 0 0 0px;
	padding:0 0 3px 10px;
	font-size:18px;
	color:#111;
	text-align:left;
	font-weight:bold;
	border-bottom:1px solid #CCC;
}
.staff-com{
	width:650px;
	float:right;
	font-size:14px;
	color:#333;
	text-align: left;
	margin:10px 0px 0px 0px;
}
.sekou-area {
	margin:20px 0 0 30px;
}
.sekou-unit {
	float:left;
	width:165px;
	text-align:center;
	margin:30px 25px 0 0px;
}
.sekou-name{
	margin:10px 0 0 0px;
	font-size:14px;
	color:#333;
	font-weight:bold;
}
.sekou-name a{
	color:#333;
	text-decoration:none;
}
.sekou-name a:hover{
	color:#F93;
	text-decoration:underline;
}
.jireidetail-area{
	margin:20px 0 0 0;
}
.jireidetail-com {
	width:460px;
	font-size:14px;
	color:#333;
	margin:40px 0 0px 30px;
	float:left;
}

.jireidetail-area img{
	float:left;
	margin:40px 0 0 30px;
}
.company-aisatsu{
	width:880px;
	font-size:14px;
	color:#333;
	margin:40px 0 0px 60px;
}
.company-table{
	width:880px;
	margin:30px 0 0 60px;
	background-color:#CCCCCC;
}
.company-midashi{
	width:200px;
	height:60px;
	color:#333;
	background-color:#F0F0F0;
}
.company-naiyo{
	width:650px;
	height:60px;
	color:#333;
	background-color:#FFF;
}

.profile-name{
	width:300px;
	font-size:14px;
	color:#333;
	font-weight:bold;
	margin:40px 0 0px 640px;
}

.company-photo{
	float:left;
	margin:30px 0 0 60px;
	text-align:center;
	line-height:150%;
}
.tokucho-area{
	margin:0 0 0 0px;
	width:940px;
}
.tokucho-com {
	width:460px;
	font-size:14px;
	color:#333;
	margin:20px 0 0px 50px;
	float:left;
}
.tokucho-area img{
	float:right;
	margin:20px 0 0 20px;
}
.flow-area{
	margin:20px 0 0 40px;
}
.flow-com {
	background:url(../img/flow-bk02.jpg) top left repeat-y;
	width:740px;
	text-align: left;
	margin:0px 0px 0px 20px;
	padding:10px 40px 0 100px;
}
.flow-com img{
	float:right;
	margin:10px 0px 0 40px;
}
.flow-title2 {
	width:880px;
	height:80px;
	background:url(../img/flow-bk01.jpg) top left no-repeat;
	margin:10px 0px 0px 20px;
}
.flow-title2-no {
	float:left;
	margin:35px 0px 10px 35px;
	font-size:48px;
	font-weight:bold;
	color:#F93;
}
.flow-title2-txt {
	float:left;
	margin:40px 0px 10px 30px;
	font-size:24px;
	color:#600;
}
.flow-title3 {
	width:880px;
	height:59px;
	background:url(../img/flow-bk04.jpg) top left no-repeat;
	margin:0px 0px 0px 20px;
}
.flow-title3-no {
	float:left;
	margin:16px 0px 10px 35px;
	font-size:48px;
	font-weight:bold;
	color:#F93;
}
.flow-title3-txt {
	float:left;
	margin:21px 0px 10px 30px;
	font-size:24px;
	color:#600;
}

.flow-joint {
	width:880px;
	height:78px;
	background:url(../img/flow-bk03.jpg) top left no-repeat;
	margin:0px 0px 0px 20px;
}
.flow-foot {
	width:880px;
	height:37px;
	background:url(../img/flow-bk05.jpg) top left no-repeat;
	margin:0px 0px 0px 20px;
}
.sitemap-top{
	width:100%;
	margin:20px 0 0 20px;
}
.sitemap-left{
	width:450px;
	float:left;
	margin:0px 0 0 20px;
}
.sitemap-right{
	width:450px;
	float:left;
	margin:0px 0 0 0px;
}
.sitemap-title {
	background:url(../img/sitemap-circle.jpg) center left no-repeat;
	line-height:140%;
	margin:20px 0 0 0px;
	padding:0 0 0 25px;
	font-size:16px;
	color:#666;
}

.sitemap-text01 {
	background:url(../img/sitemap-circle.jpg) center left no-repeat;
	line-height:140%;
	margin:30px 0 0 0px;
	padding:0 0 0 25px;
	font-size:16px;
	color:#333;
}
.sitemap-text01 a{
	color:#333;
	text-decoration:underline;
}
.sitemap-text01 a:hover{
	color:#F93;
	text-decoration:none;
}


.sitemap-text02 {
	background:url(../img/sitemap-circle2.jpg) center left no-repeat;
	line-height:140%;
	margin:10px 0 0 20px;
	padding:0 0 0 20px;
	font-size:14px;
	color:#333;
}
.sitemap-text02 a{
	color:#333;
	text-decoration:underline;
}
.sitemap-text02 a:hover{
	color:#F93;
	text-decoration:none;
}
.stafflink{
	margin:40px 0 0 20px;
	padding:10px 20px 0 20px;
	width:92%;
	border-top:1px dotted #999;
}
.stafflink-unit{
	margin:10px 0 0 0;
	float:left;
	white-space: nowrap;
}
.stafflink-unit a{
	color:#333;
	text-decoration:none;
}
.stafflink-unit a:hover{
	color:#F93;
	text-decoration:underline;
}
.mail-table{
	width:880px;
	margin:30px 0 0 60px;
}
.mail-midashi{
	width:200px;
	height:30px;
	color:#333;
	background-color:#F0F0F0;
}
.mail-naiyo{
	width:650px;
	height:30px;
	color:#333;
	background-color:#FFF;
}

/*----------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px){
.comment {
	width:98%;
	margin:20px 0 0px 1%;
}

.feedback-unit{
	width:96%;
	margin:10px 0 10px 2%;
}
.feedback-unit img{
	width:30%;
	height:auto;
	margin:10px 0 0 1%;
}
.feedback-name{
	width:98%;
	margin:10px 0px 0px 1%;
	padding:0 0 5px 0;
}

.feedback-txt{
	background:none;
	width:98%;
	line-height:120%;
	margin:10px 0px 0px 1%;
}
.feedback-txt2{
	background:none;
	width:98%;
	line-height:120%;
	margin:10px 0px 0px 1%;
}
.hinmoku-toiawase {
	margin:40px 0 0 20px;
}
.area-name {
	width:678px;
	background:#F2F2F2;
	line-height:140%;
	margin:0px 0 0 13px;
	padding:10px 15px 20px 15px;
	font-size:14px;
	color:#618A22;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
.staff-unit{
	width:93%;
	margin:10px 0 0 1%;
	padding:10px 2% 10px 2%;
	border:1px solid #CCC;
}
.staff-unit img{
	width:60%;
	height:auto;
	margin:0 0 0 0;
}
.staff-name{
	width:99%;
	margin:10px 0 0 0px;
	padding:0 0 3px 1%;
	border-bottom:1px solid #CCC;
}
.staff-com{
	width:99%;
	margin:10px 0px 0px 0px;
}
.sekou-area {
	width:98%;
	margin:20px 0 0px 1%;
}
.sekou-unit {
	float:left;
	width:45%;
	text-align:center;
	margin:10px 2% 0 2%;
}
.sekou-name{
	margin:6px 0 0 0px;
}
.jireidetail-area{
	margin:20px 0 0 0;
}
.jireidetail-com {
	width:460px;
	font-size:14px;
	color:#333;
	margin:40px 0 0px 30px;
	float:left;
}

.jireidetail-area img{
	float:left;
	margin:40px 0 0 30px;
}
.company-aisatsu{
	width:97%;
	margin:30px 0 0 1%;
}
.company-table{
	width:97%;
	margin:30px 0 0 1%;
}
.company-midashi{
	width:25%;
	height:60px;
}
.company-naiyo{
	width:75%;
	height:60px;
}
.profile-name{
	width:300px;
	font-size:14px;
	color:#333;
	font-weight:bold;
	margin:40px 0 0px 640px;
}

.company-photo{
	float:left;
	margin:30px 0 0 60px;
	text-align:center;
	line-height:150%;
}
.tokucho-area{
	margin:0 0 0 1%;
	width:98%;
}
.tokucho-com {
	width:98%;
	margin:20px 0 0px 1%;
}
.tokucho-area img{
	width:60%;
	margin:20px 3% 0 1%;
	float:left;
}
.flow-area{
	width:98%;
	margin:20px 0 0px 1%;
}
.flow-com {
	background-size:100% auto;
	width:90%;
	text-align: left;
	margin:0px 0px 0px 0;
	padding:10px 5% 0 5%;
}
.flow-com img{
	margin:10px 0px 0 1%;
}
.flow-title2 {
	width:100%;
	height:30px;
	background-size:100% auto;
	margin:10px 0px 0px 0;
}
.flow-title2-no {
	margin:10px 0px 0px 4%;
	font-size:16px;
}
.flow-title2-txt {
	margin:10px 0px 0px 4%;
	font-size:16px;
}
.flow-title3 {
	width:100%;
	height:20px;
	background-size:100% auto;
	margin:0px 0px 0px 0;
}
.flow-title3-no {
	margin:0px 0px 0px 4%;
	font-size:16px;
}
.flow-title3-txt {
	margin:0px 0px 0px 4%;
	font-size:16px;
}

.flow-joint {
	width:100%;
	height:30px;
	background-size:100% auto;
	margin:0px 0px 0px 0px;
}
.flow-foot {
	width:100%;
	height:30px;
	background-size:100% auto;
	margin:0px 0px 0px 0px;
}
.sitemap-top{
	width:98%;
	margin:20px 0 0 1%;
}
.sitemap-left{
	width:97%;
	margin:0px 0 0 3%;
}
.sitemap-right{
	width:97%;
	margin:0px 0 0 3%;
}
.sitemap-title {
	margin:20px 0 0 0px;
	padding:0 0 0 10%;
}

.sitemap-text01 {
	margin:20px 0 0 0px;
	padding:0 0 0 10%;
}
.sitemap-text02 {
	margin:20px 0 0 0px;
	padding:0 0 0 5%;
}
.stafflink{
	margin:40px 0 0 2%;
	padding:10px 2% 0 2%;
	width:92%;
}
.stafflink-unit{
	float:left;
	margin:10px 0 0 0;
}
.mail-table{
	width:97%;
	margin:30px 0 0 1%;
}
.mail-midashi{
	width:25%;
	height:30px;
}
.mail-naiyo{
	width:75%;
	height:30px;
}
.mail-naiyo input[type="text"]{
	width:100%;
}
.mail-naiyo textarea {
	width:100%;
	line-height: 150%;
}
}