<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* *****************************
  cate_detail.css
***************************** */
/* 20210701 */

/* ***** 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;
}

/* ***** col ***** */
.colItem{
  display: flex;
  flex-wrap: wrap;
}
/* 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;
}

@media only screen and (max-width: 750px) {
  /* col3 */
  .col3_box .c_item{
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .col3_box .c_item:last-child{
    margin-bottom: 0;
  }
}


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


/* footerNavArea */
.footer_inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.footerNavArea{
  text-align: left;
  background: #F2F2F2;
  padding: 80px 0;
}
.footerNavArea .menuListCon:last-child{
  margin-bottom: 0;
}
.footerNavArea .menuListCon .ttl{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
}
.footerNavArea .menuListCon .ttl.noneLink a{
  pointer-events: none;
}
.footerNavArea .menuListCon .list a{
  color: #333;
}
.footerNavArea .headingArea{
  display: flex;
  flex-wrap: wrap;
}
.footerNavArea .headingArea .head_col.col_l{
  width: calc((100% - 40px) / 3 * 2);
  margin-right: 40px;
}
.footerNavArea .headingArea .head_col.col_r{
  width: calc((100% - 40px) / 3);
}

@media only screen and (min-width: 751px) {
  .footerNavArea .heading{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 14px;
    margin: 0px auto 20px;
    border-bottom: #CCCCCC solid 1px;
  }
  .footerNavArea .colItem .c_item{
    margin-bottom: 0;
  }
  .footerNavArea .heading.arw_r_r a{
    padding-right: 14px;
  }
  .footerNavArea .heading.arw_r_r a:after{
    right: 0;
    margin-top: -4px;
  }
  .footerNavArea .menuListCon{
    margin-bottom: 24px;
  }
  .footerNavArea .menuListCon._noneTtl{
    padding-top: 30px;
  }
  .footerNavArea .menuListCon .ttl::before{
    content: '- ';
  }  
  .footerNavArea .menuListCon .list li{
    margin-top: 4px;
    display: block;
    float: none;
  }
  .footerNavArea .menuListCon .list li a{
    font-size: 12px;
  }
  .footerNavArea .menuListCon.detailTypeB .list li{
    margin-bottom: 12px;
  }
  .footerNavArea .menuListCon.detailTypeB .list li a{
    font-size: 14px;
    font-weight: bold;
  }
  .footerNavArea .menuListCon.detailTypeB .list li::before {
    content: '- ';
}
}
@media only screen and (max-width: 750px) {
  .footerNavArea{
    background: #ffffff;
    padding: 0;
  }
  .footerNavArea .heading{
    background: #DFE0E6;
    border-bottom: 1px solid #D9D9D9;
  }
  .footerNavArea a{
    display: block;
    padding: 16px 28px 16px 15px;
    font-size: 14px;
  }
  .footerNavArea .heading{
    padding: 16px 28px 16px 15px;
  }
  .footerNavArea .heading a{
    padding: 0;
  }
  .footerNavArea .heading.arw_r_r a:after{
    right: -15px;
    margin-top: -4px;
    border-top: solid 1px #E5014F;
    border-right: solid 1px #E5014F;
  }
  .footerNavArea .col3_box .c_item{
    margin-bottom: 0;
  }
  .footerNavArea .menuListCon .ttl{
    position: relative;
    background: #F2F2F2;
    margin-bottom: 0;
    border-bottom: 1px solid #D9D9D9;
  }
  .footerNavArea .menuListCon .acd{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 50px;
    cursor: pointer;
  }
  .footerNavArea .menuListCon .acd:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 12px;
    height: 1px;
    background-color: #E5014F;
    transition: .2s;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .footerNavArea .menuListCon .acd:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 12px;
    height: 1px;
    background-color: #E5014F;
    transition: .3s;
  }
  .footerNavArea .menuListCon.active .acd::before{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .footerNavArea .menuListCon.active .acd::after{
    background-color: transparent;
  }
  .footerNavArea .menuListCon .list{
    display: none!important;
  }
  .footerNavArea .menuListCon.active .list{
    display: block!important;
  }
  .footerNavArea .menuListCon .list li{
    background: #ffffff;
    border-bottom: 1px solid #D9D9D9;
  }
  .footerNavArea .menuListCon .list li a{
    position: relative;
  }
  .footerNavArea .menuListCon .list li a:after{
    content: "";
    position: absolute;
    right: 18px;
    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;
  }
  .footerNavArea .headingArea{
    display: none;
  }
}


/* 20210726追記 */
#sidebar .noOpenMenu .ct dd li.img_blank a:after {
	content: url(/common/images/ico_popwin.gif);
}
.footerNavArea .menuListCon.detailTypeB .list li.img_blank:after {
	content: url(/common/images/ico_popwin.gif);
}
.ico_mm::before{
	content: '定期';
	background: transparent;
	color: #333;
	border: 1px solid #333;
	font-size: 13px;
	padding: 1px 8px;
	margin-right: 10px;
}
.footerNavArea .ico_mm::before{
	font-size: 12px;
	padding: 2px 8px;
	margin-right: 6px;
}
.ico_mm02{
	position: relative;
}
.ico_mm02:after{
	content: '定期';
	background: transparent;
	color: #333;
	border: 1px solid #333;
	font-size: 12px;
	padding: 0 6px;
	margin-right: 10px;
	box-sizing: border-box;
	left: 2px;
	position: absolute;
	display: inline-block;
	width: 45px;
	text-align: center;
	text-indent: 0;
}
.ico_mm02 a{
	margin-left: 55px;
}
.footerNavArea .icon_mm_sp{
	display: none;
}
@media only screen and (max-width: 750px) {  
.footerNavArea .ico_mm::before{
	display: none;
}
.footerNavArea .icon_mm_sp{
	display: inline-block;
	background: transparent;
	color: #333;
	border: 1px solid #333;
	font-size: 13px;
	padding: 1px 8px;
	margin-right: 10px;
}
}
</pre></body></html>