﻿@charset "UTF-8";

/*---------------------------------------------------
初期設定
----------------------------------------------------*/
#wrapper{overflow: hidden;}
/* ------------------------
ページ共有CSS
---------------------------*/
#light-main_pc-header .box{
	max-width: 1090px;
	margin:0 auto;
}
.nopc{display: none;}
/* ------------------------
ヘッダー
---------------------------*/
#light-main_pc-header{
	box-shadow: 10px 0 10px 0 rgba(0,0,0,0.7);
	background:#fff;
	width: 100%;
	position: fixed;
	z-index: 9999;
	border-bottom: 2px solid #8DA641
}
	
#light-main_pc-header #headline{
	width: 100%;
	background-color: #8DA641;
	height: 33px;
}

#light-main_pc-header .had_top{
	width: 1090px;
	margin: 0 auto;
}

#light-main_pc-header .head-title{
	width: 500px;
	font-size: 13px;
	color: #FFF;
	line-height: 1.3;
	float: left;
	padding-top: 8px;
}
.infomation{
	width: 405px;
	float: right;
	padding: 7px 15px 0;
	font-size: 13px;
	line-height: 1.5;
	background-color: #f7f6f1;
	height: 26px;
}

.head-time{
	text-align: right;
}

.head-time a{
	padding-right: 30px;
}

#light-main_pc-header #headcn{background:#fff;}

#light-main_pc-header #headcn h1{
	width: 290px;
	float: left;
	font-size: 14px;
}

#light-main_pc-header #headcn h1 img{
	padding-top: 15px;
	width: 75%;
}

#light-main_pc-header .head-text{
	width: 600px;
	float: right;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
}
.gr{
	color: #006837;
	font-size: 20px;
}
.rd{
	color: #C8161D;
	font-size: 20px;
}
.head-text img{
	padding-top: 7px;
}
	
/* ------------------------
グローバルナビゲーション
---------------------------*/
.nav-sp{display: none;}

header nav > ul{
	max-width: 1090px;
	margin:0 auto;
	padding-bottom: 10px;
	
}

.g_nav {
  position:relative;
}
.g_nav > ul {
  display:flex;
  max-width:1090px;
  margin:0 auto;
  list-style:none;
  padding: 12px;
}
.g_nav > ul > li {
  width:20%;
  padding:5px 0;
  background:#fff;
  color:#333;
  text-align:center;
  border-left: 1px solid #666;
  box-sizing: border-box;
}

.g_nav > ul > li:last-child{
	border-right: 1px solid #666;
	}


.mdd_wrap {
  position:absolute;
  top:100%;
  left:0;
  width:100%;
}
.mdd_wrap .mdd_inner {
  display:none;
  width:100%;
  margin:0px auto;
	padding-bottom: 25px;
  background:#E5EAD0;
	border-bottom: 2px solid #8DA641;
}

.g_nav .nav2{
	display: flex;
	justify-content: space-between;
	width: 1090px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 20px;
}

.g_nav .nav2 li{
	margin: 5px;
	text-align: left;
}

.g_nav .nav2 .nav2title{
	font-weight: bold;
	margin: 20px 0 10px;
	font-size: 15px;
}

.navtitle{
	padding-top: 25px; 
}

.g_nav .nav2 .nav3title{
	font-weight: bold;
	font-size: 15px;
	padding-top: 5px;
}

.g_nav .nav2 ul li a:hover{
	text-decoration: underline;
}

.g_nav .nav2 ul:nth-child(2) li a{
	display: block;
	position: relative;
	padding-left: 10px;
	width: 220px;
}

.g_nav .nav2 ul li a{
	display: block;
	position: relative;
	padding-left: 10px;
	width: 180px;
}

.g_nav .nav2 ul li a::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top:50%;
	transform: translateY(-50%);
	width: 0;
    height: 0;
    border:5px transparent solid;
    border-left: 5px #999999 solid;
}

.g_nav .nav3{
	display: flex;
	justify-content: space-between;
	width: 1090px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 20px;
}

.g_nav .nav3 li{
	margin: 5px;
	text-align: left;
}

.g_nav .nav3 .nav2title{
	font-weight: bold;
	margin: 20px 0 10px;
	font-size: 15px;
}

.navtitle{
	padding-top: 25px; 
}

.g_nav .nav3 .nav3title{
	font-weight: bold;
	font-size: 15px;
	padding-top: 5px;
}


.g_nav .nav3 ul li a:hover{
	text-decoration: underline;
}

.g_nav .nav3 ul li a{
	display: block;
	position: relative;
	padding-left: 10px;
}

.g_nav .nav3 ul li a::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top:50%;
	transform: translateY(-50%);
	width: 0;
    height: 0;
    border:5px transparent solid;
    border-left: 5px #999999 solid;
}


.g_nav .nav4{
	display: flex;
	justify-content: space-between;
	width: 1090px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 20px;
}

.g_nav .nav4 li{
	margin: 5px;
	text-align: left;
}

.g_nav .nav4 .nav2title{
	font-weight: bold;
	margin: 20px 0 10px;
	font-size: 15px;
}

.g_nav .nav4 ul li a:hover{
	text-decoration: underline;
}

.g_nav .nav4 ul:nth-child(1) li a{
	display: block;
	position: relative;
	padding-left: 10px;
	width: 250px;
}

.g_nav .nav4 ul li a{
	display: block;
	position: relative;
	padding-left: 10px;
}

.g_nav .nav4 ul li a::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top:50%;
	transform: translateY(-50%);
	width: 0;
    height: 0;
    border:5px transparent solid;
    border-left: 5px #999999 solid;
}



/* ----------- フキダシ ----------- */

.nav2 {
	position: relative;
}
.nav2::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 20px transparent solid;
	border-bottom: 20px #E5EAD0 solid;
	position: absolute;
	top: -35px;
	left: 310px;
}

.nav3 {
	position: relative;
}
.nav3::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 20px transparent solid;
	border-bottom: 20px #E5EAD0 solid;
	position: absolute;
	top: -35px;
	left: 530px;
}

.nav4 {
	position: relative;
}
.nav4::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 20px transparent solid;
	border-bottom: 20px #E5EAD0 solid;
	position: absolute;
	top: -35px;
	left: 965px;
}

/* ------------------------
ご連絡
---------------------------*/
#ct{
	background-color: #ffebcd;
    padding: 15px 0 50px 405px;
    margin-bottom: 20px;
}

.ct-text{
	font-size: 15px;
	margin-bottom: 20px;
}
	
.ct-text p{
	line-height: 20px;
	padding-top: 10px;
}
	
.ct-text span {
    font-size: 18px;
    color: #aa0000;
    font-weight: bold;
}

.ct-text span b {
    color: #000;
    font-weight: normal;
}
	
.ct-b{
	margin-top: 10px;
	padding: 7px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    background-color: #006600;
    font-size: 14px;
    float: left;
    width: 16%;
    border-radius: 5px;
}

.ct-b a{
	color: #FFFFFF;
}

.ct-b a:link {
text-decoration:none;
color:#FFFFFF;
}
.ct-b a:visited {
text-decoration:none;
color:#FFFFFF;
}
.ct-b a:active {
text-decoration:none;
color:#FFFFFF;
}
.ct-b a:hover {
text-decoration:underline;
}

#kyuka{
	background-color: #ffebcd;
    padding: 8px 0 5px 0px;
    margin-bottom: 30px;
}

.kyuka-text{
	font-size: 15px;
	margin-bottom: 16px;
}
	
.kyuka-text p{
	line-height: 20px;
	padding-top: 20px;
        text-align: center;
}
	
.kyuka-text span {
    font-size: 18px;
    color: #aa0000;
    font-weight: bold;
}


/* ================================
商品ページ　アパマン用レイアウト
================================*/

#am_pc-header #headBox{
	max-width: 1090px;
	margin:0 auto;
	width: 100%;
}
#am_pc-header .had_top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#am_pc-header .had_top .head-text-right ul{
	display: flex;
	justify-content: space-between;
	width: 270px;
}
#am_pc-header .head-title{
	color: #8DA641;
	font-weight: bold;
	font-size: 20px;
}
#am_pc-header #headcn{
	display: flex;
	justify-content: space-between;
	align-items:baseline;
	padding-top: 10px;
}
#am_pc-header .head-nav ul{
	display: flex;
	justify-content: space-between;
	width: 780px;
}
#am_pc-header #headcn h1 a img{
	width: 70%;
}
#am_pc-header .head-nav ul li a{
	font-size: 18px;
	border-bottom: solid 3px #bdbdbd;
	display: block;
	width: 110px;
	text-align: center;
}
#am_pc-header{
	box-shadow: 10px 0 10px 0 rgba(0,0,0,0.7);
	height: 99px;
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 999;
}



/* ================================
会社用ヘッダー
================================*/



/* ================================
商品ページ　会社用レイアウト
================================*/

#company_pc-header #headBox{
	max-width: 1090px;
	margin:0 auto;
	width: 100%;
}
#company_pc-header .had_top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#company_pc-header .had_top .head-text-right ul{
	display: flex;
	justify-content: space-between;
	width: 400px;
}
#company_pc-header .head-title{
	color: #fa911e;
	font-weight: bold;
	font-size: 20px;
}
#company_pc-header #headcn{
	display: flex;
	justify-content: space-between;
	align-items:baseline;
	padding-top: 10px;
}
#company_pc-header .head-nav ul{
	display: flex;
	justify-content: space-between;
	width: 780px;
}
#company_pc-header #headcn h1 a img{
	width: 70%;
}
#company_pc-header .head-nav ul li a{
	font-size: 18px;
	border-bottom: solid 3px #bdbdbd;
	display: block;
	width: 110px;
	text-align: center;
}
#company_pc-header{
	box-shadow: 10px 0 10px 0 rgba(0,0,0,0.7);
	height: 99px;
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 9999;
}

.fs-l-main{
	margin: 0 auto!important;
}



/* ================================
商品ページ　アパマン　フッター
================================*/


/*----フッターアコーディオン-----*/
.apmn-footer_item-tab-box .qa {
  margin: 20px 0 40px;
}


.qa__block {
  display: flex;
    width: 1090px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
}


.qa__item {
  display: inline-block;
	width: 32%;
	margin-bottom: 30px;

}

.apmn-footer_item-tab_title{
	font-size: 18px;
}

.apmn-footer_item-tab-area .qa__head {

  position: relative;
  text-align: left;
  padding: 0px 0px 0px 50px;
  border-radius: 5px 5px 5px 0;
  background: #8ba63b;
  border: none;
  color: #fff;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.company-footer_item-tab-area .qa__head {

  position: relative;
  text-align: left;
  padding: 0px 0px 0px 50px;
  border-radius: 5px 5px 5px 0;
  background: #fa911e;
  border: none;
  color: #fff;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.qa__head:after {
  content: "";
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(-135deg) translateY(9px);
  position: absolute;
  left: 20px;
  top: 46%;
  transition: transform .4s;
}

.qa__body {
  position: relative;
  border-radius: 0 0 8px 8px;
  background: #fff;
  color: black;
  border: transparent;
  padding: 0 20px;
  line-height: 0;
  opacity: 0;
  transition: line-height 0.4s, padding 0.4s, opacity 0.4s;
}

.qa__body.is-open {
  padding: 0 0 15px;
  line-height: 1.5;
  opacity: 1;
  border: 1px solid #c1c1c1;
  background: #e2e9ce;

}
.qa__body.is-open a{
    display: block;
    padding-left: 15px;
    border-bottom: solid 1px #c1c1c1;
	padding-bottom: 10px;
	padding-top: 15px;
}

.tab-more_btn{
	border-bottom: none!important;
	padding-bottom: 0!important;
	color: #969696!important;
}

#page-top2 a{
	color: #fff!important;
}

.apmn-footer-banner_list{
max-width: 1090px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
.apmn-footer_item-tab-box{
	max-width: 1090px;
	width: 100%;
	margin: 0 auto;
}

	.apmn-footer-banner_box{
		background: #fffcd3;
		padding: 65px 0;
	}
	
	.apmn-footer-banner_list li{
		margin-bottom: 25px!important;
	}


.apmn-footer-banner_list li{
	margin-bottom: 25px;
}
.apmn-footer-banner_list li a:hover{
	opacity: 0.7;
}
.apmn-footer_itemtab-banner-wrap{
	background: #fffcd3;
	padding: 60px 0 70px;
}

.qa__head.is-open::after {
  transform: rotate(45deg) translateY(0px);

}
/*----フッターアコーディオン-----*/






/*----ショッピングガイド-----*/
.sec_fguide {
  background: #f7f6f1;
  text-align: center;
  padding: 40px 0 0 0;
}

.sec_fguide h4 {
  font-size: 25px;
	font-weight: bold;
	padding: 20px 0;
}

.sec_fguide h5{
	font-size: 18px;
    font-weight: bold;
    color: #275422;
}

.fguide_inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 1090px;
}
.fguide_box {
	width:32%;
    background: #FFF;
    text-align: left;
	margin-bottom: 30px;
    padding: 20px 18px;
    position: relative;
    min-height: 330px;
	box-sizing: border-box;
}

.fguide_box p {
  padding: 10px 0;
  font-size: 13px;
}

.fguide_box p small {
  font-size: 12px;
}

.fguide_box_btn {
	font-size: 16px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.calendar{padding-left: 7px;}

.footer {
  background: #f7f6f1;
  text-align: center;
}

.fnav {
  padding-bottom: 30px;
}

.fnav ul li {
  display: inline-block;
  padding: 0 5px;
}

.fnav ul li a {
  text-decoration: none;
  font-size: 15px;
}

.fcopy {
  background: #8da641;
  font-size: 15px;
  color: #FFF;
  line-height: 1;
  padding: 30px 0;
}

#page-top2 {
    position: fixed;
    bottom: 20px;
    right: 55px;
    line-height: 140%;
    background: #8da641;
    text-decoration: none;
    width: 105px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top2 a:link {
    text-decoration: none;
	color:#FFF ;
}




/* ================================
サイドナビ
================================*/
.side-light {
  width: 180px;
  float: right;
  margin-top: 16px;
}
.side_box_ranking {
  padding-bottom: 0px;
}

.side_box_ranking h4 {
  background: #8da641;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #FFF;
}

.side {
  width: 250px;
}

.side_box {
  padding-bottom: 25px;
}

.side_box form {
  padding: 10px 0;
}

.side_box button {
  border: none;
  padding: 0;
  display: inline-block;
}

.side_box input[type=text] {
  width: 75%;
  height: 18px;
  display: inline-block;
  padding: 0px;
	margin: 0px;
  vertical-align: top;
}


.side_box h3{
	background-color: #f7f7f7;
	padding-left: 5px;
	font-size: 13px;
	font-weight: bold;
}
.side_box h4 {
  background: #8da641;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #FFF;
	padding: 3px;
}

/*
.side_box ul{
	padding: 0 3px;
}
.side_box ul li{
	margin-bottom: 20px;
}
.side_box ul li:first-child{
	margin-top: 15px;
}*/

.side_box ul li a {
  text-decoration: none;
  display: block;
}


.side_box:first-child ol li {
  display: inline-block;
  padding-right: 5px;
}

.side_box_tool ul li h5 {
  font-size: 15px;
  padding: 5px 0 0;
  line-height: 1;
	background-color: #FFFFFF;
}

.side_box_tool ul li span {
  font-size: 11px;
}


.side_ranking ul li img{
  padding-bottom: 5px;
}


.side_ranking {
  overflow-y: scroll;
  margin: 10px 0;
  height: 3150px;
}

.side_ranking ul {
  width: 100%;
  display: block;
  padding-bottom: 30px;
}


.side_ranking ul li a {
  display: block;
  width: 148px;
  text-align: left;
  text-decoration: none;
}

.side_ranking ul li a span {
  display: block;
  font-weight: 900;
}

.side_ranking ul li a h3 {
  line-height: 1.5;
  text-decoration: underline;
  padding-bottom: 30px;
}

.side_ranking ul li:last-child {
  margin-right: 20px;
}

.rank-no {
  vertical-align:middle;
  padding-left:5px;
}

.hotword-tag_box ul {
    display: flex;
    flex-wrap: wrap;
}

.hot-word{
    padding-top: 5px;
    font-weight: bold;
    color: #FF0000;
	font-size: 18px;
}

.hotword-tag_box li a {
    display: block;
    background: #f7f7f7;
    border: solid 1px #999999;
    border-radius: 5px;
    padding: 3px 5px 2px;
    margin: 3px 4px;
    color: #737373;
    font-size: 12px;
}

.hotword-tag_box li a:hover{
	opacity: 0.6;
}

.hotword-tag_box{
	margin-top: -25px;
	margin-bottom: 35px;
}
.side_box .side-item-list li p {
    padding: 10px 15px 9px;
    background: #f6f6f6;
    font-size: 15px;
    font-weight: bold;
}
.side_box .side-item-list {
    margin-bottom: 50px;
}


#fix-box {
    bottom: 90px;
}
	#fix-box-first{
		bottom:260px;
	}
	.fix-bn-first{
		position: fixed !important;
		right: 46px;
	}
.fix-bn {
     position: fixed !important;
    right: 46px;
}

.fix-bn a {
    display: block;
    width: 100%;
    height: 100%;
}

.fix-bn-first {
    position: fixed !important;
    right: 46px;
}
#fix-box-first {
    bottom: 260px;
}



/* ================================
アパマン用トップページ
================================*/
.fs-body-category-light-apmn .side,.fs-body-category-top-apmn .side{
	display: none;
}
.fs-body-category-light-apmn .fs-l-pageMain,.fs-body-category-top-apmn .fs-l-pageMain{
	max-width: 1090px!important;
	width: 100%!important;
	margin-left: 0!important;
}




/* ================================
会社用
================================*/

	.top-office_item-box_name-titlebox{
		display: flex;
	}
	.top-office_item-box_name-titlebox h3{
		background: #fa911e;
		color: #fff;
		width: 212px;
		border-radius: 7px 0 0 7px;
		padding: 20px 15px;
	}
	.top-office_item-box_name-titlebox h3 span{
		display: block;
	}
	.top-office_item-box-title{
		font-size: 15px;
		font-weight: bold;
		border-bottom: solid 1px;
		padding-bottom: 10px;
	}
	.top-office_item-box-sub-title{
		font-size: 12px;
		padding-top: 10px;
		line-height: 1.4;
	}
	.top-office_item-box_itemname_box a{
		display: block;
		border-bottom: solid 1px #c1c1c1;
		padding: 15px;
		background: #fee3c7;
	}
	.top-office_item-box_morebtn{
		border-bottom: none;
		color: #969696!important;
	}