@charset "utf-8";

/* *****************************
  common
***************************** */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Hiragino Kaku Gothic ProN", "Hiragino Sans","メイリオ", Meiryo, Osaka, sans-serif;
}

*{
  box-sizing: border-box;
}
.sec_con {
  padding: 80px 0 100px;
}
.sec_con.bg_gray {
  background: #F2F2F2;
}
.sec_con.bg_blue{
  background: #EDF7F7;
}
.sec_con.bg_blue02{
  background: #EDF1F2;
}
.sec_inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  #container .headerA + #wrapper {
    margin: 73px auto;
  }
  .sec_con {
    padding: 40px 15px 60px;
  }
}

/* breadcrumbsArea */
.breadcrumbsArea{
  background: #555659;
  width: 100%;
  z-index: 9;
  position: relative;
}
.breadcrumbsArea .breadcrumbs{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.breadcrumbsArea .breadcrumbs ul{
  width: 100%;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  padding: 18px 300px 18px 0;
}
.breadcrumbsArea .breadcrumbs ul li{
  font-size: 12px;
  color: #fff;
  padding-right: 10px;
}
.breadcrumbsArea .breadcrumbs ul li::after{
  content: '>';
  padding-left: 5px;
}
.breadcrumbsArea .breadcrumbs ul li:last-child{
  padding-right: 0;
}
.breadcrumbsArea .breadcrumbs ul li:last-child::after{
  content: '';
}
.breadcrumbsArea .breadcrumbs ul li a{
  color: #fff;
}

@media only screen and (max-width: 667px) {
  .breadcrumbsArea .breadcrumbs ul{
    padding: 12px 40px 12px 15px;
  }
  .breadcrumbsArea{
    position: absolute;
    top: 62px;
  }
}


/* #footerBottom */
#footerBottom .ftArea{
  text-align: center;
}


/* *****************************
  heading
***************************** */
.h1_ttl{
  font-size: 32px;
  font-weight: bold;
}
.h2_ttl {
  font-size: 26px;
  font-weight: bold;
  margin: 0px auto 20px;
  padding-bottom: 20px;
  border-bottom: #e6e5df solid 1px;
}
.h2_ttl .subTxt{
  font-size: 14px;
  font-weight: normal;
  margin-left: 22px;
}
@media only screen and (max-width: 750px) {
  .h1_ttl{
    font-size: 22px;
    font-weight: bold;
  }
  .h2_ttl {
    font-size: 20px;
    margin: 0 auto 20px;
    text-align: center;
    padding-bottom: 0;
    border-bottom: none;
  }
  .h2_ttl .subTxt{
    display: block;
    margin-top: 7px;
    margin-left: 0;
    text-align: center;
  }
}

/* ttl icon */
.h1_ttl.iconTtl{
  background-repeat: no-repeat;
  background-size: contain;
}
.heading.con_sm .h1_ttl{
  background-image: url(/common/re2021/images/cate_top/icon/icon_ttl_sm.svg);
  padding-left: 55px;
}
.heading.con_mm .h1_ttl{
  background-image: url(/common/re2021/images/cate_top/icon/icon_ttl_mm.svg);
  padding-left: 62px;
}
.heading.con_tmx .h1_ttl{
  background-image: url(/common/re2021/images/cate_top/icon/icon_ttl_tmx.svg);
  padding-left: 60px;
}
.heading.con_tg .h1_ttl{
  background-image: url(/common/re2021/images/cate_top/icon/icon_ttl_tg.svg);
  padding-left: 40px;
}
.serviceiconBox,
.serviceiconBox p{
  display: table-cell;
  vertical-align: middle;
}
.serviceiconBox{
  padding-left: 10px;
}
.serviceiconBox p{
  padding-left: 10px;
}
@media only screen and (min-width: 751px) {
  .h1_ttl.iconTtl{
    display: table-cell;
  }
}
@media only screen and (max-width: 750px) {
  .heading.con_sm .h1_ttl{
    padding-left: 38px;
  }
  .heading.con_mm .h1_ttl{
    padding-left: 42px;
  }
  .heading.con_tmx .h1_ttl{
    padding-left: 40px;
  }
  .heading.con_tg .h1_ttl{
    padding-left: 28px;
  }
  .serviceiconBox{
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    padding: 19px 15px;
    margin-top: 19px;
  }
  .serviceiconBox p:first-child{
    padding-left: 0;
  }
  
  .heading.con_sm .serviceiconBox{
    border-top: 2px solid #3FCBDA;
  }
  .heading.con_mm .serviceiconBox{
    border-top: 2px solid #D50680;
  }
  .heading.con_tmx .serviceiconBox{
    border-top: 2px solid #E95532;
  }
  .heading.con_tg .serviceiconBox{
    border-top: 2px solid #009F40;
  }
}



/* *****************************
  mainArea
***************************** */
.mainArea .heading{
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 25px;
}
.mainArea .bgBox .sp_img{
  display: none;
}

/* category menu */
.mainArea.cateTop{
  width:100%;
  position:absolute;
  background: #fff;
	top: 127px;
  z-index: 5;
}
@media only screen and (max-width: 750px) and (min-width:668px) {
	.mainArea.cateTop{
	  min-width:1200px;
	}
}
.mainArea.cateTop .heading{
  max-width: none;
  z-index: 2;
  background: #fff;
}
.cateTopBox .headTopArea{
  position: relative;
  padding-top: 8px;
  z-index: 20;
}
.cateTopBox .headTopArea .img{
  display: block;
  background: url(/common/re2021/images/cate_top/icon/icon_catebtn.svg);
  background-size: 28px 28px;
  background-position: top center;
  width: 28px;
  height: 28px;
  margin: 0 auto 8px;
}
.mainArea.cateTop.active .cateTopBox .headTopArea .img{
  background: url(/common/re2021/images/cate_top/icon/icon_catebtn_off.svg);
}
.cateTopBox .headTopArea .btn{
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 750px) and (min-width:668px) {
	.cateTopBox .headTopArea .btn{
	  top: -10px;
	}
}

.cateTopBox .headTopArea .btn .txt{
  font-size: 11px;
  margin-top: 2px;
  line-height: 13px;
  font-weight: bold;
}
.mainArea.cateTop .cateTopBox .navArea{
  display: none;
}
.mainArea.cateTop.active .cateTopBox .navArea{
  display: block;
  z-index: 101;
  position: absolute;
  background: #fff;
  width: 100%;
  max-width: 1200px;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
}
.cateTopBox .navArea .page_heading{
  background: #DFE0E6;
  padding: 17px 22px;
  font-weight: bold;
  font-size: 16px;
}
.cateTopBox .navArea .normal_list{
  width: 100%;
  display: table;
}
.cateTopBox .navArea .normal_list li{
  display: table-cell;
  float: left;
  width: 33.33%;
  vertical-align: middle;
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.cateTopBox .navArea .normal_list li:nth-child(3n){
  border-right: none;
}
.cateTopBox .navArea .normal_list li a{
  position: relative;
  display: block;
  font-size: 14px;
  padding: 16px; 
}
.cateTopBox .navArea .normal_list li a::after{
  content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -3px;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 1px #E5014F;
    border-right: solid 1px #E5014F;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.cateTopBox .navArea .normal_list li a .ico_blank{
  position: relative;
  padding-right: 28px;
}
.cateTopBox .navArea .normal_list li a .ico_blank::after{
  content: '';
  position: absolute;
  background: url(/common/re2021/images/icon/ico_away.png) no-repeat;
  background-size: contain;
  width: 13px;
  height: 12px;
  display: inline-block;
  right: 10px;
  bottom: 50%;
  margin-bottom: -7px;
}
.cateTopBox .navArea .normal_list.bg_gray{
  background: #DFE0E6;
}
.cateTopBox .navArea .normal_list.bg_gray li a{
  font-size: 16px;
  font-weight: bold;
}

.mainArea.cateTop.active .bglay{
	position: absolute;
	display: block;
	top: 150px;
	left: 0;
	overflow:hidden;
	z-index:1;
	border: #ccc solid 1px;
}
.mainArea.cateTop.active .bglay::before{
	content:"";
	position: fixed;
	left:0;
	top: 0;
	width:100%;
	height:100vh;
	background:rgba(128,128,128,0.7);
}
.mainArea.cateTop .heading.cateTopBox .headTopArea{
  max-width:1200px;
  position:relative;
  z-index:98;
  margin: 0 auto;
  background:#fff;
}
#mainArea.cateTop + .sec_con{
  margin-top: 400px;
}

@media only screen and (min-width: 751px) {
  .mainArea .heading.cateTopBox{
    min-width: 1200px;
    padding: 20px 8px 25px;
    height: 100px;
  }
}

@media only screen and (max-width: 667px) {
  .cateTopBox .headTopArea .btn{
    top: -7px;
  }
  .cateTopBox .headTopArea .btn .txt{
    font-size: 10px;
    margin-top: 0px;
    line-height: 11px;
  }
  .cateTopBox .headTopArea .btn .img{
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    margin: 0 auto 5px;
  }
  .mainArea.cateTop.active .cateTopBox .headTopArea .img{
    background-size: 22px 22px;
  }
  .cateTopBox .headTopArea{
    padding-top: 0;
  }
  .cateTopBox.active .navArea{
    top: 70px;
  }
  .cateTopBox .navArea .page_heading{
    font-size: 14px;
    padding: 16px 15px;
  }
  .cateTopBox .navArea .normal_list li{
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #D9D9D9;    
  }
  .cateTopBox .navArea .normal_list li a{
    padding: 16px 22px 16px 15px;
  }
  .cateTopBox .navArea .normal_list.bg_gray li a{
    font-size: 14px;
  }
  .mainArea.cateTop{
	  top: 103px;
	 }
  .mmbrSts-org ~ .mainArea.cateTop,
  .mmbrSts-org_pre ~ .mainArea.cateTop,
  .mmbrSts-hataraki ~ .mainArea.cateTop {
    top: 170px;
  }
  .mainArea.cateTop.active .cateTopBox .navArea{
    top: 70px;
  }
   #mainArea.cateTop + .sec_con {
    margin-top: 0;
  }
  #mainArea.cateTop + .sec_con::before{
    content:"";
    display:block;
    width:100%;
    height: calc(110px + 62vw);
  }
  .mmbrSts-org ~ #mainArea.cateTop + .sec_con::before,
  .mmbrSts-org_pre ~ #mainArea.cateTop + .sec_con::before,
  .mmbrSts-hataraki ~ #mainArea.cateTop + .sec_con::before {
    height: calc(187px + 62vw);
  }
}

/* mv */
.mainArea .bgBox.bg_item{
  background: url(/common/re2021/images/cate_top/bg_item.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.mainArea .bgBox.bg_servicemaster{
  background: url(/common/re2021/images/cate_top/bg_servicemaster.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.mainArea .bgBox.bg_merrymaids{
  background: url(/common/re2021/images/cate_top/bg_merrymaids.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.mainArea .bgBox.bg_terminix{
  background: url(/common/re2021/images/cate_top/bg_terminix.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.mainArea .bgBox.bg_totalgreen{
  background: url(/common/re2021/images/cate_top/bg_totalgreen.png) no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 751px) {
  .mainArea .bgBox{
    height: 300px;
  }
  .mainArea .bgBox.bg_servicemaster{
    border-top: 3px solid #3FCBDA;
  }
  .mainArea .bgBox.bg_merrymaids{
    border-top: 3px solid #D50680;
  }
  .mainArea .bgBox.bg_terminix{
    min-width:1200px;
    border-top: 3px solid #E95532;
  }
  .mainArea .bgBox.bg_totalgreen{
    border-top: 3px solid #009F40;
  }
}
@media only screen and (min-width: 668px) {
	.mainArea .bgBox.bg_servicemaster,
	.mainArea .bgBox.bg_merrymaids,
	.mainArea .bgBox.bg_terminix,
	.mainArea .bgBox.bg_totalgreen{
	    min-width:1200px;
	}
}
@media only screen and (max-width: 750px) {
  .mainArea .heading{
    padding: 19px 15px;
  }
  .mainArea .heading.cateTopBox{
    padding: 19px 15px 0;
  }
  .mainArea .bgBox{
    background-image: none!important;
  }
  .mainArea .bgBox .sp_img{
    display: block;
  }
  .mainArea .bgBox .sp_img img{
    width: 100%;
  }
}


/* *****************************
  parts
***************************** */

/* ***** col ***** */
.colItem{
  display: flex;
  flex-wrap: wrap;
}

/* col2 */
.col2_box .c_item{
  margin-right: 26px;
  margin-bottom: 15px;
  width: calc((100% - 26px) / 2);
}
.col2_box .c_item:nth-child(2n){
  margin-right: 0;
}

/* col3 */
.col3_box .c_item{
  margin-right: 30px;
  margin-bottom: 15px;
  width: calc((100% - 60px) / 3);
}
.col3_box .c_item:nth-child(3n){
  margin-right: 0;
}

/* col4 */
.col4_box .c_item{
  margin-right: 27px;
  margin-bottom: 26px;
  width: calc((100% - 81px) / 4);
}
.col4_box .c_item:nth-child(4n){
  margin-right: 0;
}

/* col6 */
.col6_box .c_item{
  margin-right: 24px;
  margin-bottom: 24px;
  width: calc((100% - 120px) / 6);
}
.col6_box .c_item:nth-child(6n){
  margin-right: 0;
}
@media only screen and (max-width: 750px) {

  /* col2 */
  .col2_box .c_item{
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }

  /* col3 */
  .col3_box .c_item{
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .col3_box .c_item:last-child{
    margin-bottom: 0;
  }

  /* col4 */
  .col4_box .c_item{
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc((100% - 10px) / 2);
  }
  .col4_box .c_item:nth-child(2n){
    margin-right: 0;
  }
  .col4_box.sp_col1 .c_item{
    margin-right: 0;
    width: 100%;
  }
  .col4_box.sp_col1 .c_item:last-child{
    margin-bottom: 0;
  }

  /* col6 */
  .col6_box .c_item{
    margin-right: 17px;
    margin-bottom: 37px;
    width: calc((100% - 17px) / 2);
  }
  .col6_box .c_item:nth-child(2n){
    margin-right: 0;
  }
}


/* ***** border ***** */

.bd_top{
  border-top: 1px solid #CCCCCC;
}
.bd_btm{
  border-bottom: 1px solid #CCCCCC;
}


/* ***** box ***** */

.box_bdgray{
  background: #fff;
  border: 1px solid #E1E4E6;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.box_bdgray > a{
  display: block;
  font-weight: bold;
  padding: 30px 22px 30px 20px;
}


.box_itemImg{ 
  background: #F2F6F7;
  border: 1px solid #E6E6E6;
}
.box_itemImg.col2{
  background: #F5F9FA;
  border: 1px solid #D9D9D9;
}
.box_itemImg a{
  display: table;
  width: 100%;
  font-weight: bold; 
}
.box_itemImg .imgBox{
  width: 100px;
  display: table-cell;
}
.box_itemImg .imgBox img{
  width: 100%;
  vertical-align: top;
}
.box_itemImg .txt{
  width: calc( 100% - 100px );
  display: table-cell;
  vertical-align: middle;
  padding: 0px 16px 0 14px;
  font-size: 18px;
}
@media only screen and (max-width: 750px) {
  .box_itemImg .imgBox{
    width: 80px;
  }
  .box_itemImg .txt{
    width: calc( 100% - 80px );
    font-size: 16px;
  }
}

.box_link{
  width: 100%;
  background: #F2F6F7;
  border: 1px solid #E6E6E6;
}
.box_link a{
  display: block;
  padding: 38px 25px;
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width: 750px) {
  .box_link{
    margin-top: 10px;
  }
  .box_link a{
    padding: 28px 25px 28px 16px;
    font-size: 16px;
  }
}


/* ***** btn ***** */
.defaultBtn{
  text-align: center;
  margin: 50px auto 0;
}
.defaultBtn a{
  position: relative;
  width: 100%;
  max-width: 400px;
  background: #fff;
  border: 1px solid #808080;
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  padding: 14px 24px;
}
@media only screen and (max-width: 750px) {
  .defaultBtn{
    margin: 40px auto 0;
  }
}


/* ***** arw ***** */
.arw_r_r a{
  position: relative;
}
.arw_r_r a:after{
	content: "";
	position: absolute;
	right: 10px;
  top: 50%;
  margin-top: -3px;
  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;
}
.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;
}

/* ***** clearfix ***** */
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

.pcOnly{ display: block;}
.spOnly{ display: none;}
@media only screen and (max-width: 750px) {
  .pcOnly{ display: none;}
  .spOnly{ display: block;}
}



/* *****************************
  bnrArea
***************************** */
.bnrArea .img img{  
  width: 100%;
}
.bnrArea .txt{
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  word-break: break-all;
}
.bnrArea a:hover .txt,
.bnrArea a:hover .date{
  color: #23c3d6;
}
.bnrArea .date{
  font-weight: bold;
  margin-top: 10px;
}
.bnrArea .txt .icon_blank{
  position: relative;
}
.bnrArea .txt .icon_blank::after {
  content: '';
  position: absolute;
  background: url(/common/re2021/images/icon/ico_away.png) no-repeat;
  background-size: contain;
  width: 13px;
  height: 12px;
  display: inline-block;
  right: -12px;
  bottom: 12px;
  margin-bottom: -7px;
}

/* *****************************
  pointArea
***************************** */
.pointArea .c_item{
  padding: 24px;
  justify-content: normal;
  margin-bottom: 0;
}
.pointArea .imgBox img{
  width: 100%;
}
.pointArea .summaryBox{
  margin-top: 15px;
}
.pointArea .summaryBox .num{
  font-size: 16px;
  color: #40CBDB;
  margin-bottom: 16px;
  text-align: center;
}
.pointArea .summaryBox .num._col2{
  color: #F25393
}
.pointArea .summaryBox .ttl{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.pointArea .summaryBox .txt{
  font-size: 14px;
  margin-top: 15px;
  line-height: 24px;
}
@media only screen and (max-width: 750px) {
  .pointArea .c_item{
    margin-bottom: 15px;
  }
  .pointArea .c_item:last-child{
    margin-bottom: 0;
  }
}


/* *****************************
  requestArea
***************************** */
.requestArea .c_item a{
  font-size: 16px;
}
@media only screen and (max-width: 750px) {
  .requestArea .box_bdgray a{  
    padding: 30px 22px 30px 20px;
  }
}


/* *****************************
  itemListArea
***************************** */

.itemListArea .item{
  width: 100%;
  background: #fff;
  border: 1px solid #E6E6E6;
  margin-bottom: 40px;
}
.itemListArea .item::after{
  content: "";
  display: block;
  clear: both;
}
.itemListArea .imgBox img{
  width: 100%;
  vertical-align: top;  
}
.itemListArea .headingBox{
  background: #F2F6F7;
  padding: 20px 25px;
}
.itemListArea .headingBox .ttl{
  font-size: 18px;
  font-weight: bold;  
}
.itemListArea .headingBox .link{
  font-size: 14px;
}
.itemListArea .headingBox .link a{
  color: #E5014F;
}
.itemListArea .headingBox .link a span{
  position: relative;
  padding-right: 10px;
}
.itemListArea .headingBox .link a span::after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 5px;
  height: 5px;
  border-top: solid 2px #E5014F;
  border-right: solid 2px #E5014F;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
.itemListArea .listBox{
  padding: 21px 25px;
}
.itemListArea .listBox li{
  margin-bottom: 8px;
}
.itemListArea .listBox li:last-child{
  margin-bottom: 0;
}
.itemListArea .listBox li a,
.itemListArea .listBox02 li a{
  font-size: 16px;
}

.itemListArea .listBox02 ul{
  border-top: 1px solid #D9D9D9;
}
.itemListArea .listBox + .listBox02 ul{
  padding-top: 16px;
}
@media only screen and (min-width: 751px) {
  .itemListArea .imgBox{
    width: 262px;
    float: left;
  }
  .itemListArea .headingBox,
  .itemListArea .listBox{
    float: right;
    width: calc( 100% - 262px );
  }
  .itemListArea.item_sm .imgBox{
    width: 290px;
    float: left;
  }
  .itemListArea.item_sm .headingBox,
  .itemListArea.item_sm .listBox{
    float: right;
    width: calc( 100% - 290px );
  }
  .itemListArea.item_tmx .imgBox{
    width: 240px;
    float: left;
  }
  .itemListArea.item_tmx .headingBox,
  .itemListArea.item_tmx .listBox{
    float: right;
    width: calc( 100% - 240px );
  }
  .itemListArea.item_mm .imgBox{
    width: 295px;
    float: left;
  }
  .itemListArea.item_mm .headingBox,
  .itemListArea.item_mm .listBox{
    float: right;
    width: calc( 100% - 295px );
    padding: 18px 25px;
  }
  .itemListArea .headingBox{
    display: table;
  }
  .itemListArea .headingBox .ttl{
    display: table-cell;
  }
  .itemListArea .headingBox .link{    
    display: table-cell;
    text-align: right;
    width: 215px;
  }
  .itemListArea .listBox ul{
    display: inline-block;
    margin-right: 90px;
    vertical-align: top;
  }
  .itemListArea .listBox ul:last-child{
    margin-right: 0;
  }
  .itemListArea .listBox02{
    float: right;
    width: calc( 100% - 295px );
    padding: 0 25px 0;
  }
}
@media only screen and (max-width: 750px) {
  .itemListArea .item{
    position: relative;
    margin-bottom: 15px;
  }
  .itemListArea .imgBox{
    width: 80px;
    float: left;    
  }
  .itemListArea .headingBox{
    float: right;
    width: calc( 100% - 80px );    
  }
  .itemListArea .headingBox{
    padding: 0;
  }
  .itemListArea .headingBox .ttl{
    display: table;
    min-height: 80px;
    padding: 0;
    width: 100%;
    font-size: 16px;
  }
  .itemListArea .headingBox .ttl a{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 0 24px 0 20px;
  }
  .itemListArea .headingBox .ttl a:after{
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -3px;
    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;
  }
  .itemListArea .headingBox .link{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #fff;
    text-align: center;
    border-top: 1px dotted #D9D9D9;
  }
  .itemListArea .headingBox .link a{
    display: block;
    padding: 12px;
  }
  .itemListArea .listBox{
    padding: 95px 16px 60px;
  }
  .itemListArea .listBox._typeB{
    padding: 95px 16px 16px;
  }
  .itemListArea .listBox ul{
    margin-bottom: 4px;
  }
  .itemListArea .listBox ul:last-child{
    margin-bottom: 0;
  }
  
  .itemListArea .listBox + .listBox02{
    padding: 0 16px 60px;
  }
}


/* *****************************
pickupArea
***************************** */
.pickupArea .articleArea .articleBox{
  width: 100%;
  max-width: 560px;
}
.pickupArea .articleArea .articleBox a{
  display: block;
}
.pickupArea .articleArea .articleBox:first-child{
  margin-right: 80px;
}
.pickupArea .articleBox .imgBox{
  width: 180px;
  float: left;
}
.pickupArea .articleBox .imgBox img{
  width: 100%;
  vertical-align: top;
}
.pickupArea .articleBox .summary{
  width: calc( 100% - 200px);
  float: right;
}
.pickupArea .articleBox .summary .ttl{
  font-size: 16px;
  font-weight: bold;
}
.pickupArea .articleBox .summary .ttl.ico_new{
  position: relative;
  padding-top: 24px;
}
.pickupArea .articleBox .summary .ttl.ico_new::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 31px;
  height: 17px;
  background: url(/common/re2021/images/icon/icon_new.svg) transparent left top no-repeat;
  background-size: 31px 17px;
}
@media only screen and (min-width: 751px) {
  .pickupArea .defaultBtn a{
    max-width: 600px;
  }
}
@media only screen and (max-width: 750px) {
  .pickupArea .articleArea .articleBox{
    background: #fff;
    width: calc((100% - 25px) / 2);
  }
  .pickupArea .articleArea .articleBox:first-child{
    margin-right: 25px;
  }
  .pickupArea .articleArea .articleBox:nth-child(2n){
    margin-right: 0;
  }
  .pickupArea .articleBox .imgBox,
  .pickupArea .articleBox .summary{
    float: none;
    width: 100%;
  }
  .pickupArea .articleBox .summary{
    padding: 12px 5px;
  }
  .pickupArea .articleBox .summary .ttl{
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .pickupArea .articleBox .summary .ttl.icon_new{
    padding-top: 0;
  }
  .pickupArea .articleBox .summary .ttl.icon_new::before{
    content: none;
  }
}


/* *****************************
  shopList
***************************** */

/* shop_search */
.shopList .shop_searchB{
  margin-top: 85px;
}
.shopList .searchInn{
  background: #fff;
  border: 1px solid #D9D9D9;
}
.shopList .searchInn .s_box{
  display: table;
  width: 100%;
  height: 105px;
  vertical-align: middle;
  background: url(/common/re2021/images/cate_top/icon/icon_search.svg);
  background-repeat: no-repeat;
  background-position: top 50% left 20px;
  padding: 13px 14px 13px 58px;
}
.shopList .shop_searchB .searchInn .s_box{
  padding: 13px 24px 13px 58px;
}
.shopList .searchInn .s_txt{
  font-size: 16px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  padding-right: 16px;
}
.shopList .searchInn .s_select{
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.shopList .searchInn .img{
  display: table-cell;
  width: 85px;
}
.shopList .searchInn .img img{
  width: 100%;
  vertical-align: middle;
}

/* 全国店舗一覧 */
.serachShopList{
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
}
.serachShopList .searchInn a:hover .s_txt{
  color: #23c3d6;
}

/* 地域別料金一覧 */
.shopList .searchInn select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: .01px;
  text-overflow: "";
  width: 170px;
  height: 40px;
  border: 1px solid #D9D9D9;
  padding: 8px 30px 8px 8px;
  background-color: #FFF;
  background-image: url(/common/re2021/images/cate_top/icon/icon_selectbox.svg);
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: center right 8px;
  cursor: pointer;
  font-size: 14px;
}
.shopList .searchInn._mm select{
  background-image: url(/common/re2021/images/cate_top/icon/icon_selectbox_pk.svg);
}
.shopList .searchInn select::-ms-expand {
  display: none;
}
@media only screen and (max-width: 750px) {
  .shopList .shop_searchB{
    margin-top: 40px;
  }
  .shopList .shop_searchB .c_item{
    margin-bottom: 40px;
  }
  .shopList .shop_searchB .c_item:last-child{
    margin-bottom: 0;
  }
  .shopList .searchInn .s_txt{
    font-size: 14px;
    word-break: break-word;
  }
  .shopList .searchInn .img{
    width: 125px;
  }
  .shopList .searchInn select{
    width: 140px;
    height: 50px;
    font-size: 12px;
  }
}



/* *****************************
  newsArea
***************************** */
.newsArea {
  overflow: hidden;
}
.newsArea .listCon{
  height: 190px;
  overflow-y: auto;
  padding-right: 10px;
}
.newsArea .listCon::-webkit-scrollbar{
  width: 10px;
}
.newsArea .listCon::-webkit-scrollbar-track{
  background: #F2F2F2;
  border: none;
  box-shadow: 0 0 4px rgb(212, 212, 212) inset;
}
.newsArea .listCon::-webkit-scrollbar-thumb{
  background: #CCCCCC;
  border-radius: 10px;
  box-shadow: none;
}
.newsArea .listCon .article{
  margin-top: 25px;
}
.newsArea .listCon .article:first-child{
  margin-top: 0;
}
.newsArea .listCon .article a{
  overflow: hidden;
}
.newsArea .date {
  position: relative;
  color: #808080;
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1;
}
.newsArea .date span:first-child{
  margin-left: 16px;
}
.newsArea .txt {
  font-size: 16px;
}
.newsArea .date .icon_new,
.newsArea .date .icon_pdf {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0 4px 2px 4px;
  line-height: 1;
  vertical-align: middle;
}
.newsArea .date .icon_new {
  display: inline-block;
  width: 31px;
  height: 17px;
  background: url(/common/re2021/images/icon/icon_new.svg) transparent left top
    no-repeat;
  background-size: 31px 17px;
}
.newsArea .date .icon_pdf {
  display: inline-block;
  width: 27px;
  height: 17px;
  background: url(/common/re2021/images/icon/icon_pdf.svg) transparent left top
    no-repeat;
  background-size: 27px 17px;
}
.newsArea .info_overflowbox a:hover,
.newsArea .info_overflowbox a:hover .date,
.newsArea .info_overflowbox a:hover .txt {
  opacity: 0.7;
  text-decoration: none;
  color: #000;
}
@media only screen and (max-width: 750px) {
  .newsArea .listCon{
    height: 140px;
  }
  .newsArea .date {
    font-size: 12px;
  }
  .newsArea .txt {
    font-size: 12px;
  }
}