@charset "utf-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Hiragino Kaku Gothic ProN", "Hiragino Sans","メイリオ", Meiryo, Osaka, sans-serif;
}
#container{
	text-align: left;
}
.sec_con {
  padding: 40px 0 60px;
}
.sec_con.type02 {
  padding: 40px 0;
}
.sec_con+.sec_con {
  padding-top: 0;
}
.sec_inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.mainArea .heading {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: 3px solid #990000;
}
.mainArea .heading.type02 {
  border-bottom: 1px solid #d7d7d7;
}
.main img{
	max-width: 100%;
}
.h1_ttl {
  font-size: 26px;
  text-align: left;
	padding-left: 45px;
  background-image: url(/area/images/top/title-area-icon.jpg);
  background-size: 35px 30px;
	background-repeat: no-repeat;
}
.type02 .h1_ttl {
  display: flex;
  flex-wrap: wrap;
	align-items: center;
  font-size: 30px;
  text-align: left;
	padding-left: 0;
  padding-bottom: 10px;
  background-image: none;
}
.type02 .h1_ttl .icon_image {
	width: 45px;
	height: 45px;
	margin-right: 10px;
	padding: 5px;
  background-color: #b63637;
	border-radius: 45px;
}
.type02 .h1_ttl .ttl_text {
	margin-top: 5px;
	font-weight: bold;
}
.h2_ttl {
  display: flex;
  flex-wrap: wrap;
	align-items: center;
	padding-bottom: 5px;
	border-top: 1px solid #d7d7d7;
  border-bottom: 2px solid #b63637;
}
.h2_ttl.type02{
  display: flex;
  flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-bottom: 5px;
	border-top: none;
	border-bottom: 3px solid #990000;
}
.h2_ttl .icon_image {
	width: 45px;
	height: 45px;
	margin-top: -15px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 5px;
	border-radius: 45px;
  background-color: #b63637;
}
.h2_ttl .ttl_text {
	margin-top: 5px;
	font-size: 26px;
	font-weight: bold;
}

.lead_text {
	font-size: 16px;
	line-height: 1.6;
}

.colItem{
  display: flex;
  flex-wrap: wrap;
}
/* col5 */
.col5_box .c_item{
  margin-right: 20px;
  margin-bottom: 22px;
  width: calc((100% - 90px) / 5);
}
@media only screen and (min-width: 668px) {
.col5_box .c_item:nth-child(5n){
  margin-right: 0;
}

}
.box_bdgray{
  background: #fff;
  border: 1px solid #E1E4E6;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.box_bdgray.icon a{
	font-size: 18px;
	text-align: left;
	padding: 20px 22px 20px 70px;
	background-repeat: no-repeat;
	background-position: center left 15px;
	background-size: 44px 44px;
}
.box_bdgray > a{
  display: block;
  font-weight: bold;
  padding: 30px 22px 30px 20px;
}

.arw_r_b a{
  position: relative;
}
.arw_r_b a:after{
	content: "";
	position: absolute;
	right: 14px;
 	top:0;
	bottom:0;
	margin:auto; 
  transition: all 0.2s ease-in-out;
  display: block;
  width: 6px;
  height: 6px;
	border-top: solid 2px #333333;
	border-right: solid 2px #333333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer;
}

#serviceAreaContent{
	padding-bottom: 50px;
}

.serviceContent{
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
	margin: 30px 0 50px;
}
.serviceContent .colTxt{
	width: 70%;
	margin-right: 20px;
	font-size: 16px;
}
.serviceContent .colImg{
	width: 18%;
}
.serviceContent .colTxt p{
	font-size: 16px;
	line-height: 1.6;
}
.serviceContent .colImg img{
	max-width: 100%;
}

.linkBox{
	margin-top: 20px;
}
.linkBox .link_text{
	margin-top: 10px;
}
.linkBox .link_text a{
	position: relative;
	color: #E5014F;
}
.linkBox .link_text a .arrow{
	content: "";
	position: absolute;
	right: -20px;
 	top:0;
	bottom:0;
	margin:auto; 
  transition: all 0.2s ease-in-out;
  display: block;
  width: 6px;
  height: 6px;
	border-top: solid 2px #E5014F;
	border-right: solid 2px #E5014F;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer;
}

.box_bdgray._icon01 a{
	background-image: url(/area/images/top/icon_service01.svg);
}
.box_bdgray._icon02 a{
	background-image: url(/area/images/top/icon_service02.svg);
}
.box_bdgray._icon03 a{
	background-image: url(/area/images/top/icon_service03.svg);
}
.box_bdgray._icon04 a{
	background-image: url(/area/images/top/icon_service04.svg);
}
.box_bdgray._icon05 a{
	background-image: url(/area/images/top/icon_service05.svg);
}
.box_bdgray._icon06 a{
	background-image: url(/area/images/top/icon_service06.svg);
}
.box_bdgray._icon07 a{
	background-image: url(/area/images/top/icon_service07.svg);
}
.box_bdgray._icon08 a{
	background-image: url(/area/images/top/icon_service08.svg);
}
.box_bdgray._icon09 a{
	background-image: url(/area/images/top/icon_service09.svg);
}
.box_bdgray._icon10 a{
	background-image: url(/area/images/top/icon_service10.svg);
}

/*

	jiten

*/
.osoujijiten{
	position: relative;
	margin-bottom: 30px;
}
.osoujijiten:before {
	content:url("/area/images/top/ranking-top-style-red.png");
	position: absolute;
	top:-1px;
	left:0;
	line-height: 0;
}
#osoujijitenWrap{
	padding: 0 0 10px 24px;
	border: #cccccc solid 1px;
	background:url(/area/images/top/bg-osouji.gif) no-repeat top center;
}
#osoujijitenWrap h3{
	text-align: center;
	margin-top: 28px;
	margin-bottom: 25px;
	line-height:0;
}
#osoujijitenWrap h3 img{
	margin: 0 auto;
	max-width: 100%;
}
#osoujijitenWrap h4 img{
	width: 100%;
}
#osoujijitenWrap .jitenBox{
  display: flex;
  flex-wrap: wrap;
}
#osoujijitenWrap .jitenlist{
	width:31.2%;
}

#osoujijitenWrap .jitenbg{
	margin: 0 12px;
	padding: 0 13px 0 14px;
	border-left: 1px dotted #aaaaaa;
	border-right: 1px dotted #aaaaaa;
}


#osoujijitenWrap .jitenlist ul li{
	padding: 10px;
	border-bottom:#e6e6e6 solid 1px;
}

#osoujijitenWrap .jitenlist ul li:last-child{
	border-bottom:none;
}

#osoujijitenWrap .jitenlist ul li a{
	padding: 0 0 0 16px;
	font-size: 16px;
}

#osoujijitenWrap .jitenlist ul.kiso li a{	background:url(/area/images/top/arr-pink.gif) no-repeat left 4px;}
#osoujijitenWrap .jitenlist ul.kotsu li a{	background:url(/area/images/top/arr-green.gif) no-repeat left 4px;}
#osoujijitenWrap .jitenlist ul.tsuide li a{	background:url(/area/images/top/arr-orange.gif) no-repeat left 4px;}


.anchor_link {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
}
.anchor_link li {
  width: 25%;
	margin-top: 20px;
	margin-right: 20px;
	line-height: 1.3;
}
.anchor_link li a {
		font-size: 18px;
    text-align: center;
	  line-height: 1.3;
    position: relative;
    display: block;
    padding: 20px 30px 20px 30px;
    cursor: pointer;
    border: 1px solid #E1E4E6;
    border-radius: 4px;
		background: #fff;
}
.anchor_link li a::after {
  position: absolute;
  content:"";
  top: 25px;
  right: 15px;
  display:inline-block;
  width:7px;
  height:7px;
  border-right:#333 solid 2px;
  border-bottom:#333 solid 2px;
  transform:rotate(45deg);
  margin-left:10px;
  margin-bottom:3px;
}

.typeWrap .itemWrap .tit a {
  padding: 18px 20px 38px 18px;
  font-size: 14px;
  font-weight: bold;
  background-image: none;
}
.typeWrap.box .itemWrap dl.areaBox dd.txt {
    padding: 0 20px 8px;
}
.typeWrap.box .itemWrap,
.typeWrap.water .itemWrap,
.typeWrap.air02 .itemWrap {
	width: 238.8px;
}
.typeWrap.box .itemWrap.main,
.typeWrap.water .itemWrap.main,
.typeWrap.air02 .itemWrap.main {
	width: 478px;
}
.typeWrap.box .itemWrap.main2,
.typeWrap.water .itemWrap.main2,
.typeWrap.air02 .itemWrap.main2 {
	width: 737px;
}
.typeWrap.box .itemWrap .tit a,
.typeWrap.water .itemWrap .tit a,
.typeWrap.air02 .itemWrap .tit a {
	width: 100%;
}
.typeWrap.box .itemWrap.main .tit a,
.typeWrap.water .itemWrap.main .tit a,
.typeWrap.air02 .itemWrap.main .tit a {
	width: 100%;
}
.typeWrap .itemWrap .itemNameList {
	width: 100%;
	margin-top: 20px;
	padding: 8px 20px;
	background-color: #f4f4f4;
}
.typeWrap .itemWrap .itemNameList a {
   background-image: none;
   padding: 0;
}
@media only screen and (min-width: 668px) {
#keyword h3 {
  display: flex;
  margin-bottom: 5px;
  background-color: #dddddd;
  justify-content: center;
}
}
#keyword ul li {
  width: 287px;
}
#keyword ul li a {
  background-image: none;
  padding: 0;
}

.pcOnly{display: block;}
.spOnly{display: none;}

@media only screen and (max-width: 667px) {
	.pageTop {
    background: #9a0000;
	}
	/* .sec_con {
    padding: 20px 15px 30px;
  } */
	/* .sec_con.type02 {
  padding: 20px 15px;
	} */
	.itemTop {
		margin-top: 110px;
	}
	.mainArea .heading {
		padding-top: 17px;
    padding-bottom: 12px;
	}
	.mainArea .heading.type02 {
		padding-top: 10px;
	}

.h1_ttl {
  font-size: 20px;
	margin-left: 5px;
  padding-left: 35px !important;
  background-size: 30px 25px;
}
.type02 .h1_ttl {
  padding-bottom: 0;
}
.h2_ttl .ttl_text {
  margin-top: 5px;
  font-size: 24px;
  font-weight: bold;
}

	/* col5 */
  .col5_box .c_item{
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc((100% - 14px) / 2);
  }
  .col5_box .c_item:nth-child(2n){
    margin-right: 0;
  }
  .col5_box.sp_col1 .c_item{
    margin-right: 0;
    width: 100%;
  }
  .col5_box.sp_col1 .c_item:last-child{
    margin-bottom: 0;
  }

	.box_bdgray.icon a {
    font-size: 16px;
    text-align: left;
    padding: 20px 22px 20px 65px;
    background-repeat: no-repeat;
    background-position: center left 10px;
    background-size: 44px 44px;
}

#serviceAreaContent{
	padding-bottom: 20px;
}

.serviceContent{
	margin: 20px 0 40px;
}
.serviceContent .colTxt{
	width: 100%;
	margin-top: 15px;
	margin-right: 0px;
}
.serviceContent .colImg{
	width: 100%;
}
.serviceContent .colImg img{
	max-width: 100%;
}

.linkBox .link_text a {
	display: block;
	padding-right: 30px;
}

.linkBox .link_text a .arrow{
	right: 0;
}

.osoujijiten {
	overflow: hidden;
	border-radius: 5px;
	margin: 0;
}

#osoujijitenWrap {
	background: none;
	border-radius: 5px;
	padding: 0 8px;
}

#osoujijitenWrap h3 {
	margin-top: 11px;
	margin-bottom: 0;
}

#osoujijitenWrap .jitenlist {
	width: auto;
	float: none;
	margin: 0 0 13px;
	overflow: hidden;
}

#osoujijitenWrap .jitenbg {
	margin: 0 0 13px;
	padding: 0;
	border: none;
}

#osoujijitenWrap .jitenlist ul li {
	width: 50%;
	padding: 15px 0 0 3px;
	float: left;
	border-bottom: none;
	box-sizing: border-box;
}


.anchor_link {
	margin: 0 0 20px;
}
.anchor_link li {
	width: 50%;
	margin-top: 20px;
	margin-right: 0;
	line-height: 1.3;
}
.anchor_link li a {
	font-size: 16px;
    text-align: center;
	line-height: 1.3;
    position: relative;
    display: block;
    padding: 20px 30px 20px 18px;
    cursor: pointer;
    border: 1px solid #E1E4E6;
    border-radius: 4px;
	background: #fff;
}

.cateTitle img {
    width: 100%;
}
.typeWrap {
		  margin-bottom: 20px;
		}

		.typeWrap.box .itemWrap,
		.typeWrap.water .itemWrap,
		.typeWrap.air02 .itemWrap {
		  width: 100%;
		  margin: 0;
		  float: none;
		  border-left: none;
		  border-right: none;
		  border-bottom: none;
		}

		.typeWrap.box .itemWrap.main,
		.typeWrap.water .itemWrap.main,
		.typeWrap.air02 .itemWrap.main {
		  width: 100%;
		}

		.toggle01 .typeWrap .itemWrap p.tit {
		  display: none;
		}
		.toggle01 .typeWrap.box .itemWrap .tit a,
		.toggle01 .typeWrap.water .itemWrap .tit a,
		.toggle01 .typeWrap.air02 .itemWrap .tit a {
		  width: 100%;
		  box-sizing: border-box;
		  padding: 18px 0 0 65px;
		  background: #fff4d2;
		}
		.toggle01 .typeWrap .itemWrap dl {
		  padding: 18px 0;
		  background: #fff4d2;
		  overflow: hidden;
		  position: relative;
		}
		.toggle01 .typeWrap .itemWrap dl::after {
		  content: '';
		  width: 13px;
		  height: 13px;
		  position: absolute;
		  margin: -6px 0 0 0;
		  top: 50%;
		  right: 5%;
		  background: url(/area/images/common/sp/ico-plus.png) no-repeat 0 0;
		  background-size: 13px;
		}
		.toggle01 .typeWrap .itemWrap dl.ac::after {
		  background: url(/area/images/common/sp/ico-minus.png) no-repeat 0 0;
		  background-size: 13px;
		}
		.toggle01 .typeWrap .itemWrap dt {
		  display: block;
		  width: 15%;
		  height: auto;
		  margin: 0;
		  border: none;
		  float: none;
		  font-size: 0;
		  position: absolute;
		  top: 50%;
		  left: 3%;
		  margin: -7.5% 0 0 0;
		}
		.toggle01 .typeWrap.box .itemWrap dl dd {
		  float: none;
		  width: auto;
		  margin: 0 0 0 22%;
		  padding: 0 10% 0 0 !important;
		}
		.toggle01 .typeWrap.box .itemWrap dl dd.title {
      font-size: 14px;
		  font-weight: bold;
		}

		.toggle01 .typeWrap .itemWrap .itemNameList {
		  width: auto;
		  padding: 3%;
		  background-color: #fff;
		  display: none;
		}
		.toggle01 .typeWrap .itemWrap .itemNameList .left,
		.toggle01 .typeWrap .itemWrap .itemNameList .right {
		  width: auto;
		  float: none;
		}
		.toggle01 .typeWrap .itemWrap .itemNameList a {
		  font-size: 16px;
		}
		.toggle01 .typeWrap .itemWrap .itemNameList img {
		  width: 21px !important;
		  height: auto !important;
		  margin: 0 0 0 3px;
		}

		.typeWrap .itemWrap.brNone {
		  border-left: none;
		  border-right: none;
		  border-bottom: none;
		}

		.typeWrap.box .itemWrap dl,
		.typeWrap.water .itemWrap dl,
		.typeWrap.air02 .itemWrap dl,
		.typeWrap.box .itemWrap.main dl,
		.typeWrap.water .itemWrap.main dl,
		.typeWrap.air02 .itemWrap.main dl {
		  width: 100%;
			cursor: pointer;
		}

		.typeWrap .itemWrap dd li {
		  padding-bottom: 0;
		}

#keyword ul li {
    width: 50%;
    background-image: none;
    margin: 0 0 10px;
    padding: 0;
}

.spOnly{display: block;}
.pcOnly{display: none;}

}

li.arw_r_b a:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #333333;
    border-right: solid 2px #333333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
@media screen and (max-width: 667px){
p.cateTitle02 {
    margin: 20px 10px 20px;
    font-size: 15px;
    font-weight: bold;
}
p.wide {
    margin-top: 40px;
}
p.cateTitle02::after {
    display: none;
}
}

@media screen and (max-width: 667px){
  .kitchen .h1_ttl {
    padding-left: 0 !important;
  }
  .kitchen .type02 .h1_ttl {
    font-size: 20px;
  }
  .kitchen .type02 .h1_ttl .icon_image {
  	width: 32px;
  	height: 32px;
  }
  .kitchen.mainArea .heading.type02 {
    border-bottom: none;
  }
  .kitchen.sec_con.type02 {
    padding: 0 0 20px;
  }
  .kitchen .anchor_link {
  	margin: 0 0 12px;
  }
  .kitchen .anchor_link li {
    margin-top: 0;
  }
  .kitchen .anchor_link li a {
    padding: 10px 30px 10px 18px;
  }
  .kitchen .anchor_link li a::after {
    top: 13px;
  }
  .kitchen .h2_ttl .ttl_text {
    font-size: 20px;
  }
  .kitchen .typeWrap .itemWrap .itemNameList {
  	margin-top: 0;
}
}


/*250321組織員バナー修正*/
@media only screen and (max-width: 667px) {
.mmbrSts-org ~ .breadcrumbsArea, .mmbrSts-org_pre ~ .breadcrumbsArea, .mmbrSts-hataraki ~ .breadcrumbsArea{
        top: 140px!important;
    }
    .mmbrSts-org ~ .nav_global-search, .mmbrSts-org_pre ~ .nav_global-search, .mmbrSts-hataraki ~ .nav_global-search {
        top: 180px!important;
    }
    
    .mmbrSts-org ~ .mainArea.detailTop, .mmbrSts-org_pre ~ .mainArea.detailTop, .mmbrSts-hataraki ~ .mainArea.detailTop {
        top: 180px!important;
    }
    body.top_mg .itemTop{
        margin-top: 200px!important;
    }
    
    
    body.top_mg #content.product_item,
    body.top_mg #content.detail,
    body.top_mg #content.list{
    	  margin-top: 260px!important;
    }
    body.top_mg #wrapper #content.list{
        margin-top: 80px !important;
    }
    body.top_mg #content{
    	  margin-top: 0px!important;
    }
    body.top_mg .mainArea.detailTop {
        top: 180px!important;
}
    .mmbrSts-org ~ .mainArea.cateTop, .mmbrSts-org_pre ~ .mainArea.cateTop, .mmbrSts-hataraki ~ .mainArea.cateTop {
        top: 180px;
}
    .mmbrSts-org ~ .mainArea.detailTop, .mmbrSts-org_pre ~ .mainArea.detailTop, .mmbrSts-hataraki ~ .mainArea.detailTop {
        top: 180px;
    }

    body.top_mg_n .nav_global-search{
        top: 140px !important;
    }
    body.top_mg_n .nav_global-search {
        top: 140px !important;
    }
    body.top_mg_n .main.column {
        padding-top: 190px;
    }
}

/*組織員表示調整*/

@media only screen and (max-width: 667px) {
    #dataMemberStatus.mmbrSts-org,#dataMemberStatus.mmbrSts-org_pre,#dataMemberStatus.mmbrSts-hataraki{
    	 height: 90px;
    }
    #area.is-bc .mmbrSts-org ~ .nav_search_tgl,#area.is-bc .mmbrSts-org_pre ~ .nav_search_tgl, #area.is-bc .mmbrSts-hataraki ~ .nav_search_tgl {
        top: 140px;
    }
}
 