@charset "UTF-8";
/* CSS Document */

/*========================================= */
/* sp/pcView
=========================================== */
.spView {
  display: none !important;
}

/*========================================= */
/* 共通
=========================================== */
html {
  font-size: 62.5%;
  height: 100%;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  overflow: auto;
}
body{
	line-height:1.75;
	font-family: "メイリオ", Meiryo, "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
}
.f_Koburina{
	font-family: "こぶりなゴシック","メイリオ", Meiryo, "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
@font-face {
    font-family: 'こぶりなゴシック';
	src:url('../font/Koburina.eot?') format('embedded-opentype'),
	    url("../font/Koburina.woff") format('woff');
	font-weight:normal;
}
@font-face {
    font-family: 'リュウミン';
	src:url('../font/Ryumin.eot?') format('embedded-opentype'),
	    url("../font/Ryumin.woff") format('woff');
	font-weight:normal;
}
.wrapper{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
.bg_f0f0f0{
	background:#f0f0f0;
}
.bg_cainz_green{
	background:#006438; color:#FFFFFF;
}
.bg_pattern{
	background:url(../images/top/bg_content-think.jpg) repeat;
	margin-top:40px;
}
.o_hidden{
	overflow:hidden;
}
.border_b_CCCCCC{
	border-bottom:1px solid #CCC;
}
.border_t_CCCCCC{
	border-top:1px solid #CCC;
}
#loading {
  position: absolute;
  left: 50%;
  top: 35%;
  margin-left: -30px;
  z-index: 55;
}
#fade {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  background: #ffffff;
  top: 0px;
  left: 0px;
  z-index: 50;
}
.btn_top p{
	text-align:right;
}
.btn_top{
	margin-top:-36px;
	position:relative;
}
.sp_w600 img{
	width:500px;
}
.none{
	display:none;
}
.spt10{
	margin-top:10px;
}
.spt20{
	margin-top:20px;
}
.spt30{
	margin-top:30px;
}
.spt40{
	margin-top:40px;
}
.spt50{
	margin-top:50px;
}
.spt60{
	margin-top:60px;
}
.spt70{
	margin-top:70px;
}
.spt80{
	margin-top:80px;
}
.spb10{
	margin-bottom:10px;
}
.spb20{
	margin-bottom:20px;
}
.spb30{
	margin-bottom:30px;
}
.spb40{
	margin-bottom:40px;
}
.spb50{
	margin-bottom:50px;
}
.spb60{
	margin-bottom:60px;
}
.spb70{
	margin-bottom:70px;
}
.spb80{
	margin-bottom:80px;
}
.tCenter{
	text-align:center;
}
.f140{
	font-size:140%;
}
.f160{
	font-size:160%;
}
.bold{
	font-weight:bold;
}
.blank_b{
	background: url(../images/top/ico_blank_b.png) right top no-repeat;
    padding-right: 13px;
}


/*========================================= */
/* #header
=========================================== */
#header{
	background:#006438;
}
.headerIn{
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
.headerIn h1{
	float:left;
	margin-top:15px;
}
.headerIn h1 img{
	width:127px;
}
.headerIn ul{
	display: inline-block;
	float:right;
}
.headerIn ul li{
	float: left;
    text-align: center;
    vertical-align: middle;
	background:#006438;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	font-size:160%;
	height: 70px;
}
.headerIn ul li:hover{
	background:#004a29;
}
.headerIn ul li a{
	color:#FFFFFF;
	text-decoration:none;
    line-height: 50px;
    display: block;
	padding:0 18px;
	border-left: 1px solid #138654;
	margin-top:10px;
}
.headerIn ul li:last-child a{
	border-right: 1px solid #138654;
}

/*========================================= */
/* メインイメージ
=========================================== */
.main_image_box{
	position:relative;
}
.main_image{
	background:url(../images/top/img_main_pc.png) no-repeat;
	background-size:cover;
	width: 100%;
	height:0;
	padding-top:515px;
	background-position:50%;
}
.main_image_in{
	width:960px;
	margin:0 auto;
}
.main_text_area{
	text-align:center;
	width:430px;
	position:absolute;
	bottom:165px;
}
.btn_main{
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background:#006438;
	width:245px;
	text-align:center;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}
.btn_main a{
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	font-size:220%;
	background:url(../images/top/ico_arrow_main.png) no-repeat;
	background-position:215px;
}
.btn_main:hover{
	background:#004a29;
}
.scroll{
	position:absolute;
	bottom:15px;
	text-align:center;
	width:960px;
}

/*========================================= */
/* コンテンツメニュー
=========================================== */
.bg_menu{
	background:url(../images/top/bg_content-think.jpg) repeat;
}
.cont_menu{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.cont_menu ul{
	width:1100px
}
.cont_menu ul li{
	width:318px;
	text-align:center;
	border-left:1px solid #cfcfcf;
	padding:30px 0;
	float:left;
}
.cont_menu ul li:last-child{
	border-right:1px solid #cfcfcf;
}
.cont_menu_text{
	font-size:200%;
	line-height:130%;
	margin:10px 0;
	color:#484848;
}
.btn_cont_menu{
	background:#006438;
	width:170px;
	margin-left:auto;
	margin-right:auto;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	text-align:center;
}
.btn_cont_menu:hover{
	background:#004a29;
}
.btn_cont_menu a{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-size:160%;
	line-height:200%;
}

/*========================================= */
/* コンテンツ
=========================================== */
.contArea{
	background:#ffffff;
}
.contArea3{
	padding-bottom:40px;
}
.cont_03 .image_textbox{
	margin-left: 520px;
	overflow:hidden;
}
.cont_tit{
	margin-top:80px;
	margin-bottom:80px;
	text-align:center;
}
.contArea h2{
	font-size:300%;
	line-height:100%;
	padding-bottom:20px;
	text-align:center;
	padding-top:25px;
}
.contArea h2 img{
	margin-right:10px;
	width:100px;
}
.image_textbox{
	padding-bottom:700px;
	text-align:left;
	color:#FFFFFF;
}
.catch_copy{
	font-size:700%;
	line-height:130%;
	text-shadow:0px 2px 5px #000000;
	filter:dropshadow(color=#000000,offX=0,offY=2);
	font-family:"リュウミン","こぶりなゴシック","メイリオ", Meiryo, "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.catch_copy_right{
	text-align:right;
}
.cont_tit p{
	font-size:200%;
	line-height:160%;
	margin-top:-10px;
}
.cont_tit p:first-child{
	font-weight:bold;
	color: #505050;
}
.cont_tit p:last-child{
	font-size:140%;
	margin-top:10px;
}
.cont01_01{
	background:url(../images/top/img_cont01_01.png) right no-repeat;
	padding:60px 0;
}
.cont01_02{
	background:url(../images/top/img_cont01_02.png) left no-repeat;
	padding:40px 0;
	overflow:hidden;
}
.cont01_03{
	float:left;
	width:445px;
	border-right:1px solid #CCCCCC;
	padding-right:35px;
}
.cont01_04{
	float:right;
	width:445px;
}
.cont01_05{
	background:url(../images/top/img_cont01_05.png) right no-repeat;
	padding:40px 0;
}
.tit_cont01{
	font-size:360%;
	line-height:120%;
	margin-bottom:10px;
}
.cont01_03 .tit_cont01,
.cont01_04 .tit_cont01{
	width:500px;
	margin-bottom:15px;
	padding-top:30px;
}
.subtit_cont01{
	font-size:200%;
}
.cont01_03 .subtit_cont01,
.cont01_04 .subtit_cont01{
	margin-top:15px;
}
.text_cont01{
	font-size:140%;
}
.cont01_03 .text_cont01,
.cont01_03 .text_cont01{
	padding-bottom:30px;
}
.cont01_01 .text_cont01{
	width:580px;
}
.cont01_05 .text_cont01{
	width:445px;
}
.cont01_02 p{
	margin-left:385px;
}
.cont01_clum2{
	overflow:hidden;
}
.onlineShop{
	text-align:center;
	padding:60px 0;
}
.onlineShop h3{
	margin-bottom:10px;
}
.onlineShop h3 img{
	width:500px;
}
.onlineShopText{
	font-size:180%;
	line-height:180%;
	padding:8px 0 0 3px;
	margin-top:-30px;
	text-align:center;
}
.online_btn{
	margin-top:20px;
}
.online_btn a img{
	width:500px;
}
.map{
	background: url(../images/top/bg_map.png) center no-repeat, url(../images/top/bg_map_center.png) center no-repeat, url(../images/top/bg_content-think.jpg) repeat;
	padding-top:110px;
	padding-bottom:110px;
	text-align:center;
	margin-bottom:-1em;
}
.btn_map{
	width:250px;
	margin-left:auto;
	margin-right:auto;
	margin-top:240px;
}
.btn_map a{
	color:#FFFFFF;
	font-size:180%;
	text-decoration:none;
	display:block;
	background:url(../images/top/ico_btn_map.png) left no-repeat, url(../images/top/ico_arrow_main.png) right no-repeat;
	background-position:10%, 90%;
	background-color:#006438;
	padding:6px 0 3px 5px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}
.btn_map a:hover{
	background-color:#004a29;
}
.mind_box{
	text-align:center;
	padding:40px 0 30px 0;
	border:1px solid #CCC;
	margin-top:40px;
}
.mind_box p:first-child{
	margin-bottom:15px;
}
.mind_box p:first-child img{
	width:500px;
}
.mind_box p:last-child{
	background:#eaeaea;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	text-align:left;
	font-size:140%;
	margin-top:15px;
}
.cont_04 h2 img{
	margin-top:5px;
	margin-right:5px;
	width:65px;
}
.saiyo_box{
	padding:40px 0;
	overflow:hidden;
}
.saiyo_left{
	float:left;
}
.saiyo_right{
	float:right;
	width:420px;
}
.saiyo_right p:first-child{
	font-size:250%;
	line-height:120%;
	margin-bottom:10px;
}
.saiyo_text{
	font-size:140%;
	margin-bottom:15px;
}

.saiyo_right p img{
	width:420px;
}


/*========================================= */
/* INFORMATION
=========================================== */
.info{
	padding:40px 0;
	border-bottom:1px solid #c5c5c5;
	background:#ffffff;
}
.info_tit_area{
	float:left;
	margin-top: 65px;
}
.info_tit_area p img{
	width:250px;
}
.info_tit_area .btn{
	text-align:center;
	margin-top:15px;
}
.info_tit_area .btn a{
	background:url(../images/top/ico_btn_info.png) no-repeat;
	background-position:right 15px center;
	background-color:#FFFFFF;
	color:#383838;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	display:block;
	border:1px solid #006438;
	font-size:160%;
	text-decoration:none;
	padding:5px 0 3px 0;
	border-radius: 30px;        /* CSS3草案 */
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 30px;   /* Firefox用 */
}
.info_tit_area .btn a:hover{
	background:url(../images/top/ico_btn_info_o.png) no-repeat;
	background-position:right 15px center;
	background-color:#006438;
	color:#FFFFFF;
}
.info_list_area{
	float:right;
	font-size:140%;
	line-height:100%;
	width:655px;
	margin-top:-20px;
}
.info_list_area ul li{
	border-bottom:1px solid #dcdcdc;
	padding-bottom:20px;
}
.info_list_area ul li:last-child{
	border-bottom:none;
	padding-bottom:0;
}
.info_list_area ul li a{
	color:#2a2a2a;
}
.info_list_area ul li a:hover{
	text-decoration:none;
}
.info_list_area .item_list{
	overflow:hidden;
	margin-bottom:7px;
	margin-top:20px;
}
.info_list_area .item_list li{
	float:left;
	margin-right:10px;
	border-bottom:none;
}
.info_list_area .item_list .date{
	font-weight:bold;
	padding:2px 0;
	font-size:130%;
	line-height:120%;
	color:#505050;
}
.info_list_area .item_list .shop{
	background:#006438;
	color:#FFFFFF;
	padding:6px 10px 4px 10px;
}
.info_list_area .item_list .pdf{
	background:#bd3f2a;
	color:#FFFFFF;
	padding:6px 10px 4px 10px;
}
.info_list_area .item_list .news{
	background:#d17614;
	color:#FFFFFF;
	padding:6px 10px 4px 10px;
}

.info_list_area .item_list .please{
	background:#2678bd;
	color:#FFFFFF;
	padding:6px 10px 4px 10px;
}

/*========================================= */
/* 会社情報
=========================================== */
.ind_info{
	padding:40px 0;
	text-align:center;
	background:#ffffff;
}
.ind_info ul{
	overflow:hidden;
	margin-top:30px;
}
.ind_info ul li{
	float:left;
	border-left:1px solid #cfcfcf;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.ind_info ul li:last-child{
	border-right:1px solid #cfcfcf;
}
.ind_info ul li:hover{
	background:#f5f7f7;
}
.ind_info ul li a{
	display:block;
	padding:10px 15px;
}
.ind_info ul li a img{
	width:128px;
}

/*========================================= */
/* ビジネスパートナー募集
=========================================== */
.partner{
	padding:40px 0;
	text-align:center;
	background: #f0f0f0;
}
.partner_list{
	margin-top:30px;
	width:960px;
	overflow:hidden;
}
.partner_list ul{
	width:1200px;
	display: flex;
}
.partner_list ul li{
	float:left;
	margin-right:15px;
	min-height:270px;
	width:180px;
	padding:20px 0;
	background:url(../images/top/bg_partner.png) left top no-repeat;
	background-color:#FFFFFF;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}
.partner_list ul li p:first-child{
	font-size:180%;
	margin-bottom:10px;
}
.partner_list ul li p:last-child{
	text-align:left;
	margin:0 auto;
	font-size:140%;
	margin:15px 15px 0;
}
.partner_list ul li p img{
	width:100%;
}
.partner_list ul li a{
	color:#3a3a3a;
	text-decoration:none;
	display:block;
}


/*========================================= */
/* 総合サイト
=========================================== */
.com_site{
	padding:40px 0;
	background:#ffffff;
	text-align:center;
}
.com_site p:first-child{
	margin-bottom:20px;
}
.com_site p:last-child{
	margin-top:20px;
}
.com_site p{
	font-size:140%;
}
.com_site p a{
	color:#3a3a3a;
}
.com_site a:hover{
	text-decoration:none;
}

/*========================================= */
/* SNS
=========================================== */
.sns_area {
	padding: 20px 0;
	background: #fff;
}
.sns_area .sp_w600{
	text-align: center;
	margin-bottom: 20px;
}
.sns_area ul {
	display: flex;
	justify-content: space-between;
	width: 240px;
	margin: 0 auto;
}
.sns_area ul li{
	width: 60px;
}
.sns_area ul img{
	width: 100%;
}

/*========================================= */
/* グループ企業
=========================================== */
.group{
	padding:40px 0;
	text-align:center;
	background:#ffffff;
}
.group p{
	margin-bottom:20px;
}
.group ul{
	overflow:hidden;
}
.group ul li{
	float:left;
	border:1px solid #b7b7b7;
	margin-right:13px;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}

/*========================================= */
/* パララックス用
=========================================== */
.bg_image{
background-position:center top;
height:100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.bg_image1{
background-image: url(../images/top/bg_cont1.jpg);}
.bg_image2{
background-image: url(../images/top/bg_cont2.jpg);}
.bg_image3{
background-image: url(../images/top/bg_cont3.jpg);}
.bg_image4{
background-image: url(../images/top/bg_cont4.jpg);}
.contentsall{
height:100%;
left:0;
position:absolute;
width:100%;
}
.contArea>div,
.bg_image>div{
position:relative;
top:30%;
transform:translateY(-1em);
}

.scrEvent {
    /*display: none;*/
}

/******************************
スライド
******************************/
.swiper{
	position:relative;
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
.swiper-container {
        width: 860px;
        height: 240px;
		margin:30px auto;
}
.swiper-slide{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	width: 848px !important;
	height: 220px !important;
	border:1px solid #c5c5c5;
	margin:10px 5px 0 5px;
}
.swiper-slide p:first-child{
	font-size:200%;
}
.swiper-slide p:last-child{
	font-size:140%;
}
.swiper-slide a{
	color:#000000;
	text-decoration:none;
}
.slide01{
	background:url(../images/top/img_cont02_01.png) top left no-repeat;
	background-color: #FFFFFF;
	background-size:380px;
}
.slide02{
	background:url(../images/top/img_cont02_02.png) top left no-repeat;
	background-color: #FFFFFF;
	background-size:380px;
}
.slide03{
	background:url(../images/top/img_cont02_03.png) center left no-repeat;
	background-color: #FFFFFF;
	background-size:380px;
}
.slide_textBox{
	width:400px;
	margin-left:395px;
}
.pickup{
	position:absolute;
	background:url(../images/top/ico_pickup.png) no-repeat;
	width:81px;
	height:81px;
	color:#FFFFFF;
	right:0;
	top:-10px;
	font-size:400% !important;
	text-align:center
}
.swiper-pagination{
	margin-top:-60px;
}
.center{
	display:flex;
	justify-content:center;
	align-items:center;
}
.swiper-pagination-white .swiper-pagination-bullet:last-child{
    margin-right: 0px;
}
.swiper-pagination {
	margin-left: -25px;
}
.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:22px;height:43px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:22px 43px;-webkit-background-size:22px 43px;background-size:22px 43px;background-position:center;background-repeat:no-repeat}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}


/******************************
フッター
******************************/
.footer{
	background:#006438;
	color:#FFFFFF;
	font-size:130%;
	padding:40px 0 30px 0;
	position:relative;
}
.footer a{
	color:#FFFFFF;
}
.footer .logo{
	width:128px;
}
.footer .copy{
	margin-top:10px;
}
.footer .logo img{
	width:100%;
}
.footer_left{
	float:left;
	margin-top: 60px;
}
.footer_right{
	float:right;
	overflow:hidden;
}
.footer_right p{
	font-size:120%;
	margin-bottom:5px;
}
.footer_right ul{
	float:left;
	margin-right:25px;
	padding-right:25px;
	border-right:1px solid #00522e;
	min-height:200px;
	line-height: 130%;
}
.footer_right ul li{
	margin-bottom:8px;
}
.footer_right ul:last-child{
	margin-right:0;
	padding-right:0;
	border-right:none;
}
.footer_right a{
	text-decoration:none;
}
.footer_right a:hover{
	text-decoration: underline;
}
.blank{
	background:url(../images/top/ico_blank.png) right top no-repeat;
	padding-right:13px;
}
.footer_bottomLine{
	margin-bottom:15px !important; border-bottom:1px solid #00522e; padding-bottom:15px;
}

/******************************
緊急お知らせ
******************************/
.notice{
	text-align:center;
	padding:50px 0;
	color:#484848;
	background-color:#d6ebdf;
}
.notice_tit{
	font-weight:bold;
	font-size:200%;
	line-height:140%;
	margin-bottom:5px;
}
.notice_text{
	font-size:160%;
	line-height:140%;
}
.signature{
	font-size:160%;
	line-height:140%;
	margin-top:10px;
}

/******************************
商品コンテンツ
******************************/
.product_cont:before{
	border-top:1px solid#CCCCCC;
}
.product_cont{
	text-align:center;
	padding-top:40px;
	padding-bottom:40px;
}
.product_cont .tit_cont01{
	margin-bottom:20px;
}

/******************************
会社情報
******************************/
.about_contents{
	margin-top:50px;
	width:650px;
	float:left;
}
.about_contents h3{
	font-size:230%;
	border-left:8px solid #006438;
	line-height:100%;
	padding-left:10px;
	margin-bottom:20px;
}
.about_image{
	background: url(../images/about/img_main.png) no-repeat;
	padding-top:208px;
	background-position:50%;
}
.pankuzuWrap {
    border: solid 1px #e1e1e1;
}
.pankuzu {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
}
.pankuzu ul {
    white-space: nowrap;
    overflow: hidden;
    width: 1018px;
    letter-spacing: -.4em;
}
.pankuzu li:first-child {
    padding: 0;
}
.pankuzu li:first-child a {
    font-size: 0;
    padding: 2px 10px;
    background: #fff;
}
.pankuzu li {
    display: inline-block;
    color: #646464;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 9px 9px 28px;
    background: url(../images/about/img_pan_next.png) left top no-repeat;
    letter-spacing: normal;
}
.pankuzu li a {
    color: #646464;
    font-weight: normal;
}
.about_menu{
	border-bottom: solid 1px #e1e1e1;
	border-top: solid 1px #e1e1e1;
}
.about_menu ul{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	margin-top: -1px;
	margin-bottom: -1px;
}
.about_menu ul li{
	float:left;
	border-left: solid 1px #e1e1e1;
	font-size:160%;
	text-align:center;
}
.about_menu ul li:last-child{
	border-right: solid 1px #e1e1e1;
}
.about_menu ul li a{
	text-decoration: none;
    color: #006438;
    height: 70px;
    line-height: 120%;
    display: table-cell;
    vertical-align: middle;
    width: 158px;
	padding-top: 5px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.about_menu ul li a:hover{
    color: #FFFFFF;
	background-color:#006438;
}
.menu_on p a{
	color: #FFFFFF !important;
	background:url(../images/about/ico_about_menu.png) bottom center no-repeat,#006438;
}
.aboutus_table{
	width:100%;
	font-size:140%;
	line-height: 140%;
}
.aboutus_table tr th{
	background:#ededed;
	border:1px solid #e1e1e1;
	padding:15px 10px;
}
.aboutus_table tr td{
	background:#FFFFFF;
	border:1px solid #e1e1e1;
	padding:15px 10px;
}
#map{
	margin-left: auto;
    margin-right: auto;
    width: 620px;
}
.right_side{
	float:right;
	margin-top: 50px;
}
.side_cont01{
	padding-bottom:10px;
	border-bottom:1px dotted #cbcbcb;
	margin-bottom:25px;
}
.side_cont01 li{
	margin-bottom:15px;
}
.side_cont02 li{
	margin-bottom:15px;
}

/******************************
社長あいさつ
******************************/
.greeting_cont{
	overflow:hidden;
}
.greeting_cont p{
	margin-bottom:15px;
	font-size:140%;
}
.greeting_cont .message{
	float:right;
	line-height:250%;
}

/******************************
沿革
******************************/
.history_menu{
	width:100%;
	overflow:hidden;
}
.history_menu li{
	float:left;
	margin-right:25px;
	font-size:200%;
	padding-right:30px;
	background:url(../images/about/history/ico_history.png)right 5px center no-repeat;
}
.history_menu li a{
	color:#414141;
	text-decoration:none;
}
.history_menu li a:hover{
	text-decoration:underline;
}
.history_tit{
	font-size:450%;
	font-style:oblique;
	text-align:center;
	margin-top:15px;
	color:#717171;
}
.history_list{
	margin-bottom:40px;
}
.history_list li:first-child{
	border-top:5px solid #d8d8d8;
}
.history_list li{
	overflow:hidden;
	border-bottom:5px solid #d8d8d8;
	padding:25px 0 20px 0;
}
.history_list li p{
	float:left;
	margin-right:30px;
	font-size:270%;
	line-height:140%;
	font-style:oblique;
	color:#414141;
}
.history_list li ul{
	float:left;
}
.history_list li ul li{
	line-height:140%;
	border:none !important;
	padding:0;
}
.history_list li ul li:first-child{
	color:#f06000;
	font-size:120%;
}
.history_list li ul li:last-child{
	font-size:150%;
}


/******************************
経営理念
******************************/
.ideaTit{
	margin-top:50px;
}
.ideaLeft{
	font-size:200%;
	background:#006438;
	color:#FFFFFF;
	line-height:100%;
	width:210px;
	height:150px;
	text-align:center;
}
.ideaLeft span{
	font-size:60%;
}
.ideaRight{
	color:#262626;
	background:#eaeaea;
	width:440px;
	padding:0 30px;
	font-size:140%;
}
.cleanPolicy{
	font-size:140%;
}
.managementPhilosophy p img{
	width:550px;
}
.managementPhilosophy h4 img{
	width:84px;
}
.managementPolicy{
	font-size:140%;
}
.managementPolicy p{
	font-weight:bold;
}
.behavioralGuidelines{
	font-size:140%;
}
.behavioralGuidelines p{
	font-weight:bold;
}


/******************************
カインズの取り組み
******************************/
.effort_cont{
	font-size:140%;
	margin-bottom:40px;
}
.effort_cont h4{
	font-weight:bold;
	font-size:120%;
	margin-bottom:10px;
}
.effort_cont ul{
	overflow:hidden;
	margin-top:10px;
	background: #eaeaea;
	padding:15px;
}
.effort_cont ul li{
	float:left;
	margin-right:10px;
	width:195px;
}
.effort_cont ul li:last-child{
	margin-right:0;
}
.effort_cont ul li p{
	font-size:80%;
	margin-top:5px;
}
.effort_cont ul li p span{
	font-weight:bold;
}

/******************************
ベイシアグループについて
******************************/
.group_cont{
	font-size:140%;
	margin-bottom:40px;
}
.group_cont a{
	color:#000000;
}
.group_cont a:hover{
	text-decoration:none;
}
.group_cont h4{
	font-weight:bold;
	font-size:120%;
	margin-bottom:10px;
}
.group_cont ul{
	overflow:hidden;
	margin-top:10px;
	background: #eaeaea;
	padding:15px;
}
.group_cont ul li{
	float:left;
	margin-right:10px;
	width:195px;
}
.group_cont ul li:last-child{
	margin-right:0;
}
.group_cont ul li p{
	font-size:80%;
	margin-top:5px;
}
.group_cont ul li p span{
	font-weight:bold;
}
.group_list{
	font-size:140%;
	margin-bottom:40px;
}
.group_list h4{
	font-weight:bold;
	font-size:120%;
	margin-bottom:10px;
}
.group_list ul a{
	display:block;
	color:#000000;
}
.group_list ul li{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dotted #A8A8A8;
}
.group_list ul li:last-child{
	border-bottom:none;
}
.group_list ul li ul{
	overflow:hidden;
}
.group_list ul li ul li{
	border:none;
	margin-bottom:0;
	padding-bottom:0;
	float:left;
}
.group_list ul li ul li:last-child{
	width:440px;
	float:right;
}
.group_list ul li ul li p:first-child{
	text-decoration:underline;
	font-weight:bold;
	margin-bottom:5px;
}
.group_list ul li ul li p:hover{
	text-decoration:none;
}
.group_list ul li ul li p.noLink{
	text-decoration:none !important;
}


/******************************
DIY STYLE
******************************/
.newcont{
	background: #262626;
}
.newcont p{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
	line-height:100%;
	padding: 8px 0 5px 0;
	font-size:170%;
}
.diystyle_area{
	background-image:url(../images/top/diystyle/bg_diy.png);
	background-repeat:repeat;
}
.diystyle_in{
	background:url(../images/top/diystyle/img_diy.png) center no-repeat;
	width:960px;
	height:386px;
	margin-left:auto;
	margin-right:auto;
}
.diystyle_in p{
	padding-top:265px;
}

/******************************
0930追加
******************************/
.menuTit{
	width: 100%;
    padding: 15px 0;
    background: #006438;
    color: #ffffff;
    text-align: center;
    font-size: 200%;
    line-height: 100%;
}
.boxArea{
	position: relative;
    margin-top: -1px;
    background: #c9c59a;
}
.boxArea .leftBox{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    margin: 0;
	overflow: hidden;
}
.boxArea .rightBox{
	position: relative;
    width: 50%;
    height: 0;
    margin: 0 0 0 50%;
    padding: 0 0 30%;
	overflow: hidden;
}
.boxArea .textBox p a{
	margin-top:10px;
}
.boxArea .textBox p a:hover{
	text-decoration:none;
}
.boxArea01 .textBox p,
.boxArea03 .textBox p{
	width:430px;
	margin-left:50px;
	font-size:140%;
}
.boxArea02 .textBox p{
	width:430px;
	margin-right:50px;
	float:right;
	clear:both;
	font-size:140%;
}
.boxArea .textBox p.boxTit{
	padding-top:70px;
	margin-bottom:10px;
	font-size:230% !important;
	font-weight:bold;
	font-family: 'こぶりなゴシック';
}
.boxArea01 .textBox,
.boxArea01 .textBox a{
	background:#48856a;
	color:#FFFFFF;
}
.boxArea02 .textBox,
.boxArea02 .textBox a{
	background:#e9e9e9;
	color:#262626;
}
.boxArea03 .textBox,
.boxArea03 .textBox a{
	background:#c5ba86;
	color:#FFFFFF;
}
.imgBox .smframe{
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
	display: block;
	margin-top:-40px;
	-moz-transition: -moz-transform 0.9s linear;
    -webkit-transition: -webkit-transform 0.9s linear;
    -o-transition: -o-transform 0.9s linear;
    -ms-transition: -ms-transform 0.9s linear;
    transition: transform 0.9s linear;
}
.imgBox .smframe:hover{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}



.diyArea{
	/*margin-top:40px;*/
}
.videoSec .inner {
    position: absolute;
    color: #ffffff;
    left: 50%;
    height: 100%;
    width: 100%;
    /*max-width: 960px;*/
    min-height: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.videoSec .videoBody h2{
	margin-bottom:20px;
}
.videoSec .videoBody h3{
	margin-bottom:20px;
}
.videoSec .videoBody p:nth-child(3){
	font-size:200%;
	line-height:150%;
	margin-bottom:20px;
}
.videoSec .videoBody p:last-child{
	font-size: 180%;
    line-height: 130%;
    border: 1px solid #ffffff;
    width: 30%;
    border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
    margin: 0 auto;
}
.videoSec .videoBody p:last-child a:hover{
	background:rgba(255,255,255,0.2);
}
.videoSec .videoBody p:last-child a{
	text-decoration:none;
	color:#FFFFFF;
	padding: 8px 0;
	display:block;
	background:rgba(255,255,255,0);
}
.videoSec .videoBody {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	margin-left: auto;
    margin-right: auto;
    width: 100%;
	text-align: center;
	background: rgba(0,0,0,0.3);
    padding: 70px 0;
    box-sizing: border-box;
}
#concept {
    background-position: 50% 50%;
    background-size: cover;
}
.videoSec {
    position: relative;
    height: 0;
    min-height: 0;
    padding-bottom: 54%;
    overflow: hidden;
}
.videoSec .fullVideo {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -9999;
}
.bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(../images/top/com_bg.png);
}

/*カインズの楽しいコトイベント*/
.karuizawaArea{
	background:#604c3f;
	text-align:center;
	padding:60px 0;
}
.karuizawaArea p:first-child{
	margin-bottom:30px;
}

/*メインイメージ変更20170220*/
.mainImgPc{
	background:url(../images/top/bg_main_pc.jpg);
	background-size:cover;
	padding: 350px 0 100px 0;
	text-align: right;
}
.mainBg{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 30%, rgba(255,255,255,0.5) 60%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 30%,rgba(255,255,255,0.5) 60%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0) 30%,rgba(255,255,255,0.5) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

	padding:50px 0;
}
.mainImgIn{
	width: 960px;
    margin: 0 auto;
}
.mainImgIn p:first-child{
	font-size:530%;
	line-height:100%;
}
.mainImgIn p:nth-child(2){
	font-size:300%;
}
.mainImgIn p:nth-child(3){
	font-size:190%;
	line-height: 150%;
}
.mainImgIn p:nth-child(4){
    margin-left: auto;
    margin-top: 20px;
    text-align: center;
    background: #006438;
    border-radius: 3px;
    -moz-border-radius: 3px;
    width: 310px;
    -webkit-border-radius: 3px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.mainImgIn p:nth-child(4):hover{
	background:#004a29;
}
.mainImgIn p:nth-child(4) a{
	    width: 100%;
    text-decoration: none;
    display: block;
    font-size: 200%;
    line-height: 100%;
    color: #ffffff;
    padding: 15px 0;
}
