@charset "UTF-8";

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	min-width:1080px;
	margin:0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size:16px;
	line-height:1.7em;
	color:#333;
	background-color: #fff;
	-webkit-text-size-adjust: none;
}
#wrapper {
	width:100%;
	clear:both;
	overflow: hidden;	/*スクロール余白無*/
}
#contents {
	max-width: 1080px;	/*サイトの最大幅*/
	margin:0 auto;
}

#main {
	max-width: 990px;	/*サイトの最大幅*/
	margin:0 auto 0;
}
#main:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
@media screen and (max-width: 767px) {
body {
	min-width:100%;
	}
#wrapper {
	}
#contents {
	max-width: 100%;	/*サイトの最大幅*/
	margin:0 auto;
	}
#main {
	max-width: 98%;	/*サイトの最大幅*/
	margin:0 auto 0;
	}
#main:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
	}
} /*@media*/


/*================================================
 *  ヘッダー
 ================================================*/
header {
}
header #head_in {
}
/* #head_in1 */
header #head_in1 {
	width:100%;
	height:100px;
	margin:0 auto;
	background-color: #f7f5ed;
	border-bottom: 4px solid #eb617b;
	box-sizing:border-box;
}
header #head_in1:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
#head_in1 #head1{
	max-width: 1080px;	/*サイトの最大幅*/
	height:100px;
	margin:0 auto;
	padding-top: 35px;
	padding-left: 20px;
	box-sizing:border-box;
}
#head_in1 #logo1 {
	float: left;
	width: 450px;
	position:relative;
}
#head_in1 #logo1 img {
	width: 100%;
	position:absolute; top:0; left:0; 
}
#contact1 {
	float: right;
}
#contact1 .tel_num {
	float:right;
	max-width: 220px;
	margin-right:1em;
}
#contact1 .tel_num img{
	width: 100%;
	margin-top: 5px;
}
#contact1 .rec_bu {
	float:right;
	max-width: 170px;
}
#contact1 .rec_bu img{
	width: 100%;
}
#contact1 .rec_bu img:hover{
	opacity:0.6;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
/* #head_in2 */
header #head_in2 {
	max-width: 1080px;	/*サイトの最大幅*/
	height:110px;
	margin:0 auto;
	box-sizing:border-box;
}
header #head_in2:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
#head_in2 #logo2 {
	float: left;
	width: 611px;
	margin-top: 7px;
	position:relative;
}
#head_in2 #logo2 img {
	width: 100%;
	position:absolute; top:0; left:0; 
}
#contact2 {
	float: right;
	margin-top:45px;
}
#contact2 .tel_num {
	float:right;
	max-width: 350px;
}
#contact2 .tel_num img{
	width: 100%;
}

@media screen and (max-width: 767px) {
header {
	border-bottom: 3px solid #eb617b;	
	box-sizing:border-box;
	}
/* #head_in */
header #head_in1 {
	width:100%;
	height:28px;
	margin:0 auto;
	background-color: #f08300;
	border-bottom: none;
	box-sizing:border-box;
	}
header #head_in1:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
	}
header #head_in1 h1{
	margin:0 auto;
	text-align: center;
	color: #fff;
	font-size: 12px;
	}	
#head_in1 #head1{
	display: none;
	}
#head_in1 #logo1 {
	display: none;
	}
#head_in1 #logo1 img { 
	display: none;
	}
#contact1 {
	display: none;
	}
/* #head_in2 */
header #head_in2 {
	max-width: 100%;	/*サイトの最大幅*/
	height: auto;
	margin:0 auto;
	padding-left: 0px;
	box-sizing:border-box;
	}
header #head_in2:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
	}
#head_in2 #logo2 {
	float: none;
	width: 80%;
	margin-top: 7px;
	position: static;
	margin-left: 5px;
	padding-bottom: 7px;
	box-sizing:border-box;
	}
#head_in2 #logo2 img {
	width: 100%;
	position: static; top:0; left:0; 
	}
#contact2 {
	display: none;
	}
/*=======　mmenuの設定　=======*/
/*nav:not(.mm-menu) {
 display: none;
}*/
header #head_in {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:;
	height:;
	padding: 0 0px;
	}
header #head_in.fixed {
	position: fixed;
	top: 0;
	left: 0;
	}
.footer.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	}
header #head_in a.sp_menu {
	background: center center no-repeat transparent;
	background-image: url(../images/base/btn-menu.gif);
	display: block;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 35px;
	right: 12px;
	}
#menu ul {
	font-size:17px;
	}　/*ここまで"mmenuの設定*/		
} /*@media*/


/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	clear: both;
}
.nav_bb{
	width:100%;
	background-color:#fbdbc0;
	border-bottom: solid 10px #f08300;
	}
.nav_bb {
  zoom: 1;
}
.nav_bb:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}	

#g_nav{
  position: relative;
  left: 50%;
  float: left;
}
#g_nav li{
  position: relative;
  left: -50%;
  float: left;
  width:211px;
  border-left:solid 4px #fff;
  color: #fff;
}
#g_nav li:last-child{ 
  border-right:solid 4px #fff;
}
#g_nav li a {
	position: relative;
    display: block;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    color: #fff;
	font-size:17px;
	box-sizing: border-box;
	background-color: #f08300;
}
#g_nav li a:hover {
	background-color:#fbdbc0;
	color:#f08300;
	box-sizing: border-box;
}
#g_nav li a.active {
	background-color:#fbdbc0;
	color:#f08300;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
.nav_bb{
	border-top: 1px solid #f08300;
	}
#g_nav{
	display:none;
	}
}

/*================================================
 *  画像タイトル
 ================================================*/
#ti_bk {
	width:100%;
	height:205px;
	background-color: #4a613a;
	background-image: url("../images/base/ti_bk1.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	box-sizing:border-box;
}
#ti_bk h2 {
	max-width: 1080px;	/*サイトの最大幅*/
	margin:0 auto;
	padding-left: 10px;
	padding-top: 45px;
}
#ti_bk h2 .ti_w_s{
}
#ti_bk_2 {
	width:100%;
	height:90px;
	background-color: #4a613a;
	background-image: url("../images/base/ti_bk1.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	box-sizing:border-box;
}
#ti_bk_2 h2 {
	max-width: 1080px;	/*サイトの最大幅*/
	margin:0 auto;
	padding-left: 34px;
	padding-top: 35px;
	font-size: 32px;
	color: #fff;
}

@media screen and (max-width: 767px) {
#ti_bk {
	width:100%;
	height:auto;
	background-color: #4a613a;
	background-image: url("../images/base/ti_bk1.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 120%;
	box-sizing:border-box;
	}
#ti_bk h2 {
	max-width: 95%;	/*サイトの最大幅*/
	margin:0 auto;
	padding-left:0;
	padding-top:20px;
	padding-bottom: 20px;
	}
#ti_bk h2 .ti_w_s{
	max-width: 70%;	/*サイトの最大幅*/
	}	
#ti_bk_2 {
	width:100%;
	height:90px;
	background-color: #4a613a;
	background-image: url("../images/base/ti_bk1.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	box-sizing:border-box;
	}
#ti_bk_2 h2 {
	max-width: 1080px;	/*サイトの最大幅*/
	margin:0 auto;
	padding-left: 34px;
	padding-top: 35px;
	font-size: 32px;
	color: #fff;
	}
} /*@media*/

/*================================================
 *  パンくずナビ
 ================================================*/
 
nav#breadcrumbs ol {
	width:1000px;
	margin:0 auto 5px;
}
nav#breadcrumbs ol li {
	display: inline;
	font-size:16px;
	color: #f08300;
	line-height: 50px;
}
nav#breadcrumbs ol li:before {
	content: "  >>>  ";
	font-size:12px;
	color: #888;
}
nav#breadcrumbs ol li span{
}
nav#breadcrumbs ol li a{
	color: #888;
}
nav#breadcrumbs ol li:first-child:before {
	content:"";
}

@media screen and (max-width: 767px) {
nav#breadcrumbs ol {
	width:1000px;
	margin:0 auto 5px;
	display: none;
	}	
} /*@media*/



/*================================================
 *  #main 2カラム
 ================================================*/
#main_l {
	float: left;
	width: 732px;
	border-right: solid 1px #f08300;
	padding-right: 15px;
	box-sizing:border-box;
}
#main_r {
	float: right;
	width: 255px;
	padding-left: 30px;
	box-sizing:border-box;
}
#main h2 {
	font-size: 22px;
	line-height: 1.7em;
	color: #1c1c1c;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;
	margin-bottom: 30px;
}
#main h3 {
  font-size:20px;
  font-weight:bold;
  color: #fff;
  line-height:1em;
  padding: 12px 20px 10px;
  letter-spacing: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f08300;
}
#main .bk_color {
  padding:2em 1em 1em 3em;
  background-color: #f8f5ee;
  font-size: 18px;
  line-height:1.9em;
}
#main .top_co_ti{
	font-size: 26px;
	font-weight: bold;
	line-height: 1.7em;
	color: #666;
	letter-spacing: 2px;
	padding-bottom: 8px;
}
#main .top_co_ti_2{
	font-size: 22px;
	font-weight: bold;
	line-height: 1.7em;
	color: #666;
	padding-bottom: 8px;
}
#main .top_co_ti_2 span{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7em;
	color: #666;
	padding-bottom: 8px;
}
#main .bk_color p{
	margin-bottom: 1.3em;
}

#main h4 {   
	border-left:solid 5px #f08300;
	font-size:20px;
	line-height:1.2em;
	color:#f08300;
	padding-left:15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top:30px;
	margin-bottom: 20px;
	font-weight:normal;
}
#main h4 span {
	font-weight:bold;
}
.pd_top50{
	padding-top: 50px;
}
.area_sm{
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 15px;
}
@media screen and (max-width: 767px) {
#main_l {
	float: none;
	width: 98%;
	border-right: none;
	padding-right:0;
	box-sizing:border-box;
	padding-left: 1%;
	padding-top: 20px;
	}
#main h2 {
	font-size: 20px;
	line-height: 1.5em;
	color: #1c1c1c;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;
	margin-bottom: 30px;
	padding: 0 10px;
	box-sizing:border-box;
}	
#main_r {
	float: none;
	width:96%;
	padding-left: 2%;
	box-sizing:border-box;
	padding-top: 20px;
	}
#main h2 {
	font-size: 22px;
	line-height: 1.6em;
	color: #1c1c1c;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;
	margin-bottom: 30px;
	}
#main h3 {
	font-size:20px;
	font-weight:bold;
	color: #fff;
	line-height:1em;
	padding: 12px 20px 10px;
	letter-spacing: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #f08300;
	}	
#main .bk_color {
	padding:1em;
	background-color: #f8f5ee;
	font-size: 18px;
	line-height:1.7em;
	}
#main .top_co_ti{
	font-size: 22px;
	font-weight: bold;
	line-height: 1.7em;
	color: #666;
	letter-spacing: 0;
	padding-bottom: 8px;
}	
#main h4 {
	font-size:20px;
	font-weight:bold;
	color: #fff;
	line-height:1.5em;
	background-color: #f08300; 
	padding-left: 15px;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
#main h4 span {
	font-weight:bold;
	}	
.pd_top50{
	padding-top:0;
	}
	
} /*@media*/


/* 右サイドメニュー */	
#g_nav2{
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}
#g_nav2 li{
  position: relative;
  width:100%;
  border-top: solid 1px #f08300;
  color: #f08300;
}
#g_nav2 li:last-child{ 
  border-bottom: solid 1px #f08300;
}
#g_nav2 li a {
	position: relative;
    display: block;
    padding-left:40px;
    text-align: left;
    text-decoration: none;
    color: #f08300;
	font-size:18px;
	line-height:45px;
	box-sizing: border-box;
}
#g_nav2 li a:before {
  position:absolute;
  content:"";
  width:0;
  height:0;
  border:8px solid transparent;
  border-left:10px solid #f08300;
  left:20px;
  top:14px;
}
#g_nav2 li a:hover {
	background-color:#f08300;
	color:#fff;
	box-sizing: border-box;
}
#g_nav2 li a.active {
	background-color:#f08300;
	color:#fff;
	box-sizing: border-box;
}

#g_nav2 li a:hover:before {
  position:absolute;
  content:"";
  width:0;
  height:0;
  border:8px solid transparent;
  border-left:10px solid #fff;
  left:20px;
  top:14px;
}
#g_nav2 li a:active:before {
  position:absolute;
  content:"";
  width:0;
  height:0;
  border:8px solid transparent;
  border-left:10px solid #fff;
  left:20px;
  top:14px;
}
.main_r_ph1{
	width: 100%;
	margin-top: 70px;
	box-sizing: border-box;
	font-size: 11px;
}
.main_r_ph1 img{
	width: 100%;
	border:1px solid #ccc;
	box-sizing: border-box;
	margin-top: 20px;
}
.bu_shadow {
  display: inline-block;
  text-decoration :none;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: .3s;
border-radius:10px;	
}
.bu_shadow:hover {
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
@media screen and (max-width: 767px) {
#g_nav2{
	display:none;
	}
.main_r_ph1{
	width: 100%;
	margin-top: 20px;
	box-sizing: border-box;
	font-size: 14px;
	}
} /*@media*/




 /*================================================
 *  contact_box
 ================================================*/
.contact_box {
	width: 100%;
	border: dashed 3px #EE7800;
	text-align: center;
	background-color: #FFFDE5;
	margin-top: 50px;
	margin-bottom: 50px;
}
.contact_box img{
	width: 80%;
	margin: 3% 10% 0;
}
.contact_box:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
}

.contact_box2 img{
	width: 100%;
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
.contact_box {
	width: 98%;
	border: dashed 3px #EE7800;
	text-align: center;
	background-color: #FFFDE5;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 1%;
	padding: 15px;
	box-sizing: border-box;
	}
.contact_box img{
	width: 100%;
	margin: 0 0 0;
	}
.contact_box:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
	}
.contact_box2 img{
	width: 100%;
	margin-top: 30px;
	}
} /*@media*/




/*================================================
 *  table
 ================================================*/
table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
	box-sizing:border-box;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#f5f5f5;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}

/*================================================
 *  top
 ================================================*/ 

.sign p {
        width: 18em;
	font-size: 14px;
    }
.sign_r {
        margin-left: auto;
    }
.sign_1 {
	font-size: 10px;
}
.sign_2 {
	font-size: 24px;
	vertical-align: middle;
}

/*================================================
 *  サービス内容
 ================================================*/ 
.service_dl dl,.service_dl dt,.service_dl dd {
	margin: 0;
}
.service_dl dl {
	display:table;
	background: #eae3d0;
	width:99%;
}
.service_dl dt {
	font-weight:bold;
	vertical-align:middle;
	display:table-cell;
	padding:10px 0;
	min-height:1.5em;
	text-align: center;
	border-top: 20px solid #fff;
	width: 280px;
	color: #f08300;
	line-height: 1.5em;
}
.service_dl dd {
	display:table-cell;
	min-height:1.5em;
	background: #fff;
	border-left: 5px solid #fff;
	border-top: 20px solid #fff;
	border-bottom: dotted 1px #333;
	padding:10px 0 10px 15px;
	line-height: 1.5em;
}
@media screen and (max-width: 767px) {
.service_dl dl {
	display:block;
	background: #eae3d0;
	width:99%;
	}
.service_dl dt {
	font-weight:bold;
	vertical-align:middle;
	display: block;
	padding:10px 0;
	min-height:1.5em;
	text-align: center;
	border-top: 20px solid #fff;
	width: 100%;
	color: #f08300;
	line-height: 1.5em;
	font-size: 18px;
	}
.service_dl dd {
	display:block;
	min-height:1.5em;
	background: #fff;
	border-left: none;
	border-top: none;
	border-bottom: dotted 1px #333;
	padding:10px 0 10px 15px;
	line-height: 1.5em;
	text-align: center;
	}	
}

/*================================================
 *  サービス提供地域
 ================================================*/
.area_box img {
	border: 1px solid #f08300;
	width: 100%;
}

/*================================================
 *  ご利用までの流れ
 ================================================*/
.flow_img {
	width: 100%;
	padding: 20px;
}
@media screen and (max-width: 767px) {
.flow_img {
	width: 100%;
	padding: 5px;
	}
}	
	
/*================================================
 *  ご利用料金
 ================================================*/

.price dl {
	width:100%;
}
.price dt {
	font-weight:bold;
	font-size: 18px;
	margin-bottom: 0.5em;
	margin-top: 2em;
}
.price dd {
	margin-bottom: 1em;
	margin-left: 2.5em;
}
@media screen and (max-width: 767px) {
.price dt {
	font-weight:bold;
	font-size: 20px;
	margin-bottom: 0.5em;
	margin-top: 2em;
	}
.price dd {
	margin-bottom: 1em;
	margin-left: 2.5em;
	font-size: 18px;
	}
}
/*================================================
 *  よくあるご質問
 ================================================*/
.faq dl {
	width:100%;
}
.faq dt {
	color: #f08300;
	font-weight:bold;
	font-size: 18px;
	margin-bottom: 0.5em;
	margin-top: 2em;
	border-bottom: solid 1px #f08300;
}
.faq dt span {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	font-family: Verdana, Geneva, "sans-serif";
	line-height:1em;
	background: #f08300;
	display: inline-block;
	padding: 5px 15PX 10px;
	margin-right: 1em;
}
.faq dd {
	margin-bottom: 1em;
	margin-top: 1em;
}

table.tb_faq {
	width:80%;
	margin-bottom:1em;
	margin-top:1em;
	margin-left: 2em;
	border: none;
	box-sizing:border-box;
}
.tb_faq th {
	padding:6px 15px;
	text-align:center;
	vertical-align:middle;
	border:2px solid #80BC00;
	border-left:none;
	background:#DFEDC4;
	color:#333;
	font-size:16px;
	font-weight: bold;
	width:8em;
}
.tb_faq td {
	padding:6px 30px;
	text-align:left;
	border:2px solid #80BC00;
	border-right:none;
	font-size:16px;
	font-weight: bold;
	color: #666;
}
@media screen and (max-width: 767px) {		
.faq dt span {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	font-family: Verdana, Geneva, "sans-serif";
	line-height:1em;
	background: #f08300;
	display: inline-block;
	padding: 5px 10PX 10px;
	margin-right: 0.3em;
	}
table.tb_faq {
	width:94%;
	margin-bottom:1em;
	margin-top:1em;
	margin-left:10px;
	border: none;
	box-sizing:border-box;
	}
.tb_faq th {
	padding:6px 15px;
	text-align:center;
	vertical-align:middle;
	border:2px solid #80BC00;
	border-left:none;
	background:#DFEDC4;
	color:#333;
	font-size:16px;
	font-weight: bold;
	width:6em;
	}
.tb_faq td {
	padding:6px 15px;
	text-align:left;
	border:2px solid #80BC00;
	border-right:none;
	font-size:16px;
	font-weight: bold;
	color: #666;
	}	
}
	

/*================================================
 *  トップページ top_co
 ================================================*/
#top_cbk {
	width:100%;
	height:620px;
	background-color: #fff;
	background-image: url("../images/base/top_sora.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	box-sizing:border-box;
}

/*top挨拶変更*/
#top_cbk h2 {
	max-width: 1080px;	/*サイトの最大幅*/
	margin:0 auto;
	padding-left: 10px;
	padding-top: 45px;
}
#top_cbk h2 img {
	max-width: 90%;	/*サイトの最大幅*/
}

/*top挨拶変更*/
#top_cbk .top_nav {
	max-width: 1080px;	/*サイトの最大幅*/
	margin:0 auto;
	padding-top: 70px;
}


#top_cbk .top_bu {
	float: left;
	width: 60%;
}
#top_cbk .top_bu ul li {
	float: left;
	width: 120px;
	height: 150px;
	position: relative;
}
#top_cbk .top_bu ul li img{
	width: 100%;
	padding: 10px;
	position: absolute;
	bottom: 0;
}
#top_cbk .top_bu ul li img:hover{
	opacity: 0.6;
}
#top_cbk .top_car {
	float: right;
	width: 40%;
}
#top_cbk .top_car img {
	width: 100%;
}
.top_ba{
	width: 90%;
	margin: 0 auto;
	padding-top: 40px;
}
.top_ba img{
	width: 100%;
}
@media screen and (max-width: 767px) {
#top_cbk {
	width:100%;
	height:auto;
	background-color: #4a613a;
	background-image: url("../images/base/top_sora.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	box-sizing:border-box;
	background-size:100% auto;
	}

/*top挨拶変更*/
#top_cbk h2 {
	max-width: 94%;	/*サイトの最大幅*/
	margin:0 auto;
	padding-left:0;
	padding-top:20px;
	padding-bottom: 0px;
	}
#top_cbk h2 img{
	max-width: 100%;	/*サイトの最大幅*/
	}
	
/*top挨拶変更*/
#top_cbk .top_nav {
	width: 96%;	/*サイトの最大幅*/
	margin:0 auto;
	padding-top: 0;
	padding: 0 2%;
	}	
#top_cbk .top_bu {
	float: none;
	width: 100%;
	}
#top_cbk .top_bu ul li {
	float: left;
	width: 20%;
	height: auto;
	position: static;
	}
#top_cbk .top_bu ul li img{
	width: 100%;
	padding: 3px;
	position: static;
	bottom: 0;
	}
#top_cbk .top_bu ul li img:hover{
	opacity: 0.6;
	}
#top_cbk .top_car {
	float: none;
	width: 97%;
	margin-right: 3%;
	text-align: right;
	}
#top_cbk .top_car img {
	width: 40%;
	}	
.top_ba{
	width: 90%;
	margin: 0 auto;
	padding-top: 0;
}
.top_ba img{
	width: 100%;
	margin-top: 20px;
	}	
} /*@media*/


.t_nav2{
	width:100%;
	clear:both;
	}
.t_nav2 ul li{
	width:485px;
	float:left;
	margin-bottom:1em;
	border: solid 1px #CCC;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	}
.t_nav2 ul li{
	height:220px;
	background-color:#444;
	}	
.t_nav2 .m_r{
	margin-right:30px;
}
.photo_alpha2 img{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
}
.photo_alpha2 img:hover{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter:"alpha( opacity=100 )";
}
.ti_li1{
	font-size:28px;
	letter-spacing:5px;
	line-height:2em;
	margin-left:1em;
	}	

/*----------------------------*/ 
.zoom_img {
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	text-align:center;
	position:relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.zoom_img:hover .photo_z{
	transform:scale(1.2);
	transition-delay:1s;
	-moz-transition-delay:1s;
	-webkit-transition-delay:1s;
	-o-transition-delay:1s;
	-ms-transition-delay:1s;
	transition:all 1s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition:all 1s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition:all 1s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition:all 1s cubic-bezier(0.23, 1, 0.32, 1)
}
.zoom_img:hover {
	text-decoration:none;
	}
.zoom_img .txt_on2 {
	position:relative;
	top:0;
	z-index:2;
	display:block;
	text-align:left;
	background-color: rgba( 0, 0, 0, 0.20 );
	color:#fff;
}
.zoom_img .photo_z{
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:auto;
	-webkit-transition:all 0.2s linear; /*Google Chrome、Safari向け*/
	-moz-transition:all 0.2s linear; /* Firefox*/
	-o-transition:all 0.2s linear; /*Internet Explorer*/
	-ms-transition:all 0.2s linear; /*Opera*/
	transition:all 0.2s linear;
}
.zoom_img .photo_z img{
	width:100%;
}

@media screen and (max-width: 767px) {
.t_nav2{
	width:100%;
	clear:both;
	}
.t_nav2 ul li{
	width:100%;
	float: none;
	margin-bottom:1em;
	border: solid 1px #CCC;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	}
.t_nav2 ul li{
	height:160px;
	background-color:#444;
	}	
.t_nav2 .m_r{
	margin-right:0px;
}
.ti_li1{
	font-size:26px;
	letter-spacing: normal;
	line-height:2em;
	margin-left:1em;
	font-weight:bold;
	}
.zoom_img .txt_on2 {
	position:relative;
	top:0;
	z-index:2;
	display:block;
	text-align:left;
	background-color: rgba( 0, 0, 0, 0.20 );
	color:#fff;
	}	
} /*@media*/
 


 

/*================================================
 *  トップページ　 お知らせ
 ================================================*/
#info_ti {
	margin:0;
	padding:0;
	margin-top:1em;
	clear:both;
}
#info_ti li {
	display:inline-block;
	list-style: none;
	margin:0;
    width: 100%;
    height: 40px;
	font-size:24px;
	padding-left:20px;
	border-left:solid 20px #005c3f;
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
	box-sizing: border-box;
}
.info dl{
	width:100%;
	border-bottom:dotted 1px #999;
	box-sizing: border-box;
}	
.info dt{
	float:left;
	width:90px; 
	font-size:14px;
	color:#005c3f;
	background-image:url(../images/base/news_arrow.png);
	background-repeat:no-repeat;
	background-position: 5px 16px;
	border-top:dotted 1px #999;
	padding:12px 5px 8px 24px;
	box-sizing: border-box;
	clear:both;
}
.info dd{
	margin-left:90px !important;
	font-size:15px;
	border-top:dotted 1px #999;
	padding:12px 0 8px 20px;
	box-sizing: border-box;
}
.info dt:first-child{
	border-top: none;
}
.info dt:first-child + dd{
	border-top: none;
}
@media screen and (max-width: 767px) {
.info dl{
	width:100%;
	}	
.info dt{
	float: none;
	width:94%; 
	font-size:14px;
	color:#005c3f;
	background-image:url(../images/base/news_arrow.png);
	background-repeat:no-repeat;
	background-position:left center;
	border-top:dotted 1px #999;
	padding:3px 5px 0px 20px;
	clear:both;
	}
.info dd{
	margin-left:18px !important;
	font-size:16px;
	border-top: none;
	padding:0px 0 5px 0px;
	margin-left:18px;
	line-height:130%;
	}
}	

/*================================================
 *  ページ　レイアウト
 ================================================*/ 

/*------------ 会社概要 ------------*/
.com_dl dt{
  float: left;
  clear: left ;/* 後続の左寄せを解除 */
  width:7.5em;
}
.com_dl dt::after{
  content: "："
}
.com_dl dd{
  float: left;
  margin-left:1em;
  margin-bottom: 0.5em;
}
dl.com_dl{
	  zoom: 1;/* 解除～ */
}
dl.com_dl:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
.com_img{
	float:right;
	width:260px;
}
.com_img img{
	width:100%;
}	
/*エリア*/
.area dt{
  float: left;
  clear: left ;/* 後続の左寄せを解除 */
  width:30%;
}
.area dd{
  float: left;
  margin-left:3%;
  width:66%
}
dl.area{
	  zoom: 1;/* 解除～ */
}
dl.area:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

@media screen and (max-width: 767px) {
.com_dl dt{
	float: none;
	clear: left ;/* 後続の左寄せを解除 */
	width: auto;
	}
.com_dl dd{
	float: none;
	margin-left:1em;
	margin-bottom:0.5em;
	}
.com_dl dt::before{
	content: "・"
	}
.com_img{
	float: none;
	width:100%;
	margin-top:0.5em;
	}
.com_img img{
	width:100%;
	}
/*エリア*/
.area dt{
	float: none;
	clear: left ;/* 後続の左寄せを解除 */
	width:60%;
	font-weight:bold;
	}
.area dd{
	float: none;
	margin-left:0;
	width:100%
	}	
} /*@media*/


/*------------ privacy ------------*/
.privacy ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

.privacy ol li {
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
.privacy ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  display: block;
  float: left;
  margin-left: -30px;
}	
.privacy ol li ul li{
	list-style:none;
	text-indent:-2.5em;
	margin-top:5px;
	margin-bottom:0;
}
.privacy ol li ul li:before {
  content: "";
  counter-increment: none;
  display: block;
  float: left;
  margin-left: -30px;
}
li .privacy_2 {
	list-style:none;
	text-indent:-1em;
	margin-top:0.7em;
}		
.privacy_right{
	float:right;
}

/*------------ contact ------------*/
.step{
	margin:0 auto;
	text-align:center;
}
.contact_st{
	font-size:12px;
}
.contact_f{
	width:100%;
	margin:0 auto;
}
.contact_f table {
	border-collapse: collapse;
	margin:20px 0;
	width:100%;
}
.contact_f th{
	padding: 6px 15px;
	text-align: left;
	vertical-align: top;
	font-weight:normal;
	background-color: #FBFBFB;
	border: 1px solid #CCC;
	font-size:14px;
	width:250px;
	line-height:20px;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
}
.contact_f td{
	padding: 8px 25px 8px 15px;
	background-color: #fff;
	border: 1px solid #CCC;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
}
form textarea[cols="50"],input[size="60"] {
    width:100%;
}
.add_pc{
	display: block;
	float: left;
	width:11em;
	font-size:12px;
}
form input,
form textarea{
	border: solid 1px #E9E9E9;
	padding:5px;
	border:solid 1px #ccc;
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 3px rgba(0, 0, 0, 0.2);
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
}
form textarea{
	padding:5px;
	border:solid 1px #ccc;
	font-size:14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
}
form .label_2{
	display:inline;
	padding:0px 3px;
	color:#fff;
	text-align:center;
	font-size:10px;
	line-height:0.8em;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:3px;
	background-color: #F90;
	margin-right:0.7em;
}
form .label_3{
	display:inline;
	padding:0px 3px;
	color:#fff;
	text-align:center;
	font-size:10px;
	line-height:0.8em;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:3px;
	background-color: #999;
	margin-right:0.7em;
}
.form_bu{
	border:solid 1px #ccc;
	padding:10px 30px;
	margin:0 10px 20px;
	font-size:18px;
	text-transform:uppercase;
	color:#fff;
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 25px;
	background-color: #e2750e;
}
.form_bu2 a{
	border:solid 1px #ccc;
	padding:10px 30px;
	font-size:18px;
	text-transform:uppercase;
	color:#fff;
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:10px;
	background-color: #f08300;
}
.form_bu2 a:hover{
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {	
.step{
	margin:0 auto;
	text-align:left;
	line-height: 1.5em;
	}

.contact_st{
	font-size:13px;
	text-align:left;
	line-height:1.3em;
	}	
#form-tbl th,
#form-tbl td {
	display: block;
	}
.contact_f{
	width:100%;
	}
.contact_f table {
	border-collapse: collapse;
	margin:10px 0;
	width:100%;
	}
.contact_f th{
	padding: 6px 10px;
	text-align: left;
	vertical-align: top;
	font-weight:bold;
	background-color: #D9D9D9;
	border: 1px solid #CCC;
	font-size:16px;
	width:100%;
	display: block;
	box-sizing:border-box;
	overflow:hidden;
	}
.contact_f td{
	padding: 8px 10px 8px 10px;
	background-color: #fff;
	border: 1px solid #CCC;
	width:100%;
	display: block;
	box-sizing:border-box;
	overflow:hidden;
	}
form textarea[cols="50"],input[size="60"],input[size="45"] {
    width:99%;
	}
form select {
	height:28px;
	font-size:14px;
	margin:3px 0;
	width:90%;
	}
form input[type=text]{
	font-size:16px;
	}
form textarea{
	font-size:16px;
	}
input#submit_bu,
input#reset_bu {
    // 送信ボタン
    height:40px;
	font-size:16px;
	}
.add_pc{
	display: block;
	float: none;
	width:11em;
	font-size:14px;
	}
.form_box1{
	width:100%;
	border-top:2px solid #165da3;
	margin-bottom:10px;
	padding:10px 0.5em;
	background-image:url(../products/img/box_bk1.jpg);
	background-repeat:repeat-x;
	text-align:left;
	line-height:1.5em;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
	}
form .label_2{
	padding:3px 5px;
	font-size:12px;
	}
form .label_3{
	padding:3px 5px;
	font-size:12px;
	}	
} /*@media*/

/*================================================
 *  cgi 確認・エラーページ（お問合せ）
 ================================================*/
/* for table */
#form th {
	text-align:left;
}
 
/* for message */
p.msg {
	color: #dd0000;
	margin: 2em;
}
span.msg {
	color: #dd0000;
}























.ti_line {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	text-align:center;
}
.ti_line h3{
	border-bottom: 3px solid #CCC;
	font-size: 32px;
	color:#0dac67;
	padding:0 1em;
	font-weight:normal;
	display: inline-block;
	margin-bottom:1em;
}

.ti_line p{
	font-size:18px;
	text-align:left;
	margin-top:1.5em;
}
@media screen and (max-width: 767px) {
.ti_line h3{
	border-bottom: 3px solid #CCC;
	font-size: 24px;
	color:#0dac67;
	padding:0 0.1em 0.5em 0.1em;
	font-weight:normal;
	display: inline-block;
	margin-bottom:0em;
	line-height:1.5em;
	font-weight:bold;
	}	
} /*@media*/
 
/*------------ info ------------*/
.waku1_copy_bk{
	width: 100%;
	background-color: #FAFAFA;
	padding-top:1em;
	padding-bottom:1em;
	margin-bottom:1.5em;
	clear:both;
}
.waku1_copy{
	width: 1080px;
	margin: auto;
	height: auto;
	color:#005c3f;
}
.img_3 {
	width:950px;
}
.img_3 ul li{
	float:left;
	width:295px;
	margin:10px;
}
.img_3 ul li img{
	width:100%;
	border:solid 1px #ccc;
}
@media screen and (max-width: 767px) {
.waku1_copy{
	width: 92%;
	margin: auto;
	height: auto;
	color:#005c3f;
	}
.img_3 {
	width:100%;
	}
.img_3 ul li{
	float: none;
	width:100%;
	margin:1em 0;
	box-sizing:border-box;
	}
.img_3 ul li img{
	width:100%;
	border:solid 1px #ccc;
	}
} /*@media*/

/*------------ company ------------*/
.tb_company {
	width:100%;
	margin-top:1em;
}
table.tb_company {
	width:100%;
	margin-bottom:1em;
	margin-top:1em;
	border-collapse:collapse;
	border:3px solid #CCC;
	box-sizing:border-box;
}
.tb_company th {
	padding:6px 15px;
	text-align:left;
	vertical-align:middle;
	border:1px solid #C6C6C6;
	background:#fef4df;
	color:#333;
	font-size:16px;
	width:20%;
}
.tb_company td {
	padding:6px 10px;
	text-align:left;
	border:1px solid #C6C6C6;
	font-size:15px;
}
.tb_company_txt1{
	font-size:27px;
	color:#005c3f;
	font-weight:bold;
	margin-top:2.1em;
}
.list_1{
}

@media screen and (max-width: 767px) {
.tb_company {
	width:100%;
	margin-top:0em;
	}
.tb_company table{
	width:100%;
	margin-bottom:1em;
	margin-top:1.em;
	border-collapse:collapse;
	border:1px solid #C6C6C6;
	}
.tb_company th {
	padding:6px 15px 6px 10px;
	text-align:left;
	vertical-align:middle;
	border:1px solid #C6C6C6;
	background:#fef4df;
	color:#e2750e;
	font-size:18px;
	width:100%;
	display:block;
	box-sizing:border-box;
	}
.tb_company td {
	padding:6px 10px;
	text-align:left;
	border:1px solid #C6C6C6;
	font-size:16px;
	display:block;
	width:100%;
	box-sizing:border-box;
	}
.tb_company_txt1{
	margin-top:0.5em;
	}
.list_1 ul li{
	text-indent:-1.3em;
	padding-left:1.5em;
	}
.list_1 ul li:before {
	content: '・';
	color:＃555;
	margin-right: 5px;
	vertical-align:middle;
	}	
} /*@media*/

/*------------ access ------------*/
.access_w{
	width:100%;
}
.access_w iframe{
	width:100%;
	border:solid 2px #CCC;
	box-sizing:border-box;
	}
.access_l{
	float:left;
	margin-right:5em;
}
.access_r{
	float:left;
	color:#0dac67;
}	
@media screen and (max-width: 767px) {
.access_l{
	float: none;
	margin-right:0em;
	}
.access_r{
	float: none;
	margin-top:1em;
	}	
} /*@media*/

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}
.footmenu {
	width:100%;
	padding:0;
	overflow:hidden;
	border-top:3px solid #f08300;
	background-color: #f8f5ee;
}
.footmenu .footer_w{
	width:1080px;
	margin:10px auto;
	text-align:center;
	margin-bottom:20px;
}
.footmenu .footer_w img{
	width:470px;
	margin-top:15px;
	margin-bottom:10px;
}
.footmenu .f_menu {
	width: 100%;
	border-top: solid 1px #ccc;
}
.footmenu .f_menu ul {
	width:100%;
	margin:0 auto;
	text-align: center;
	padding: 15px 50px;
}
.footmenu .f_menu li {
	display: inline-block;
	font-size:12px;
	line-height:18px;
	color: #666;
	padding: 0px 7px;
	border-left:solid 1px #666;
}
.footmenu .f_menu li a{
	color:#666;
}
.footmenu .f_menu li:last-child{ 
  	border-right:solid 1px #666;
}
.footmenu .f_menu li a:hover{
	text-decoration: none;
	color: #f08300;
}
.copyright {
	clear:both;
	padding:10px 0;
	margin-top:1em;
	font-size:11px;
	text-align:center;
	color:#333;
	border-top: solid 1px #f08300;
}

@media screen and (max-width: 767px) {
footer {
	clear:both;
	}
.footmenu {
	width:100%;
	padding:0;
	overflow:hidden;
	border-top:3px solid #f08300;
	background-color: #f8f5ee;
	}
.footmenu .footer_w{
	width:100%;
	margin:10px auto;
	text-align:center;
	margin-bottom:20px;
	font-size: 14px;
	}
.footmenu .footer_w img{
	width:90%;
	margin-top:5px;
	margin-bottom:10px;
	}
.footmenu .f_menu {
	width: 100%;
	border-top: solid 1px #ccc;
	display: none;
	}
.copyright {
	clear:both;
	padding:10px 0;
	margin-top:1em;
	font-size:11px;
	text-align:center;
	color:#333;
	border-top: solid 1px #f08300;
	line-height: 1.5em;
	}
} /*@media*/

/*================================================
 *  ページトップへの戻り
 ================================================*/

#pageTop {
  position: fixed;
  bottom: 12px;
  right: 12px;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 0px 0 0 0px;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  background-color: #ea6000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size:9px;
  line-height:2em;
  }
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}



/*================================================
 *  クラス
 ================================================*/
 
strong {
	font-weight:bold;
}

figure {/*キャプション*/
  text-align: center;
}
figcaption {
  font-size: 80%;
  color:#14a53f;
}
section {
	clear:both;
	}
.ma_tb_pc{
	margin:2em 0;
	}
	
	
@media screen and (max-width: 767px) {
	
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
	}	
.ma_tb_pc{
	margin:0em 0;
	}
}







.nav {
	margin: 25px auto;
	&.default {
		line-height: 35px;
		height: 35px;
	}
	&.twiceBorder, &.underline, &.overline {
		line-height: 30px;
		height: 30px;
	}
	a {
		padding: 0 10px;
	}
}


ul { padding:0;margin:0; }
  li { display: inline-block; }

