@charset "UTF-8";
/*---------------------------------

base

---------------------------------*/

.nav-bg a,
.headerA a {
	text-decoration: none;
  color: #D71C58;
}
.headerA .search_info a:hover {
  color: #ff6600;
}
.header-searchA .searchArea {
  outline: 0;
}

@media only screen and (max-width: 667px) {
  .headerA .search_info a,
  .headerA .search_info a:hover{
    color: #5F4433;
  }
}


/*a:link,
a:visited {
    color: inherit;
}
*/

.nav-bg a:hover img,
.headerA a:hover img {
	opacity: .7;
}
/*a:link,
a:visited {
    color: inherit;
}*/

.nav-bg button {
	background: transparent;
	border: none;
}
/*---------------------------------

ユーティリティー

---------------------------------*/

.nav-bg .cf:after {
	content: "";
	display: block;
	clear: both;
}
.nav-bg .d-n,
.headerA .d-n {
	display: none;
}
.nav-bg .d-b,
.headerA .d-b {
	display: block;
}


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------

PCとSPの出し分け

---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 667px) {
.nav-bg .pc,
.headerA .pc,
.FooterArea .pc {
	display: none !important;
}
}


/*@media only screen and (max-width: 667px) */

@media print, screen and (min-width: 668px) {
.nav-bg .sp,
.headerA .sp,
.FooterArea .sp {
	display: none !important;
}
}
/*@media print, screen and (min-width: 668px) */


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------

　共通メニュー基盤 ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.mdl-fixed {
	width: 100%;
	position: fixed;
}
.nav-bg {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 280px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.0980392);
	opacity: 0;
	z-index: 4000;
	transform: translate(-100%, 0);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.nav-bg.mdl-open .nav-bg-inner {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.info-na-grp {
  color: #fff;
}

.mmbrSts-biz .info-cpA,
.mmbrSts-biz .update,
.mmbrSts-biz .info-mA,
.mmbrSts-biz_pre .info-cpA,
.mmbrSts-biz_pre .update,
.mmbrSts-biz_pre .info-mA {
  display: none;
}
.mmbrSts-biz .nav-c .ctgr02 .li0204,
.mmbrSts-biz_pre .nav-c .ctgr02 .li0204 {
  display: none;
}

.mmbrSts-biz .info-na,
.mmbrSts-biz_pre .info-na {
  border-bottom: none;
  padding: 0;
}



/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------

 ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 667px) {
.mmbrSts-jnrl .m-info,
.mmbrSts-biz .m-info {
	background: #E74F80;
	display: block;
}
.mmbrSts-org .m-info,
.mmbrSts-org_pre .m-info,
.mmbrSts-hataraki .m-info {
	background: #415778;
	display: block;
}
.mmbrSts-pre .m-info,
.mmbrSts-jigyo .m-info,
.mmbrSts-biz_pre .m-info {
	/*    background: #A57936;*/
	background: url(/common/responsive/images/sp-bk-premium0.png) repeat-x center 0%;
	display: block;
}
.m-info {
	color: #FFF;
	padding: 35px 25px;
	display: none;
}
.info-na {
	border-bottom: solid 1px #fff;
	padding-bottom: 25px;
	text-align: center;
}
.mmbrSts-pre .info-na,
.mmbrSts-jigyo .info-na,
.mmbrSts-biz_pre .info-na{
	background: url(/common/responsive/images/sp-bk-premium.png) no-repeat center 0%;
	background-size: 223px auto;
}
.mmbrSts-org_pre .info-na {
	background: url(/common/responsive/images/sp-bk-org-premium.png) no-repeat center 0%;
	background-size: 223px auto;
}
.info-na-name {
	font-size: 21px;
	margin-bottom: 8px;
}
.info-cpA {
	/* border-bottom: solid 1px #fff; */
	padding: 20px 25px 10px;/* text-align: center; */
}
.info-cpA .info-cp-coin {
	display: block;
	color: #fff;
}
.info-cpA .info-cp-point {
	display: block;
	color: #fff;
}
.update {
	margin-bottom: 20px;
}
.update .btn02 {
	width: 221px;
	margin: 0 auto 10px;
	display: block;
}
.update .btn02 img {
	width: 100%;
}
.info-cpA .fs {
	font-size: 27px;
}
.info-mA-ct {
	padding-bottom: 25px;
	max-height: 500px;
	border-top: solid 1px #fff;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	opacity: 1;
}
.info-mA.close .info-mA-ct {
	overflow: hidden;
	max-height: 0;
	padding: 0;
	margin: 0;
	border: none;
	opacity: 0;
}
.exLink1 {
	/* background: #D6D4CE; */
	padding: 22px;
	font-size: 15px;
	padding: 25px 30px 25px;
	color: #fff;
	text-align: left;
}
.cpdiff{
	font-size:14px;
}
.exLink1-lbl {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 8px 12px 8px 20px;
}
a.exLink1-lbl,
 a.exLink1-lbl:visited {
	text-decoration: none;
	display: block;
	color: #fff;
}
.arrow-f-r {
	position: relative;
}
.exLink1 .arrow-f-r:after {
	content: "";
	display: block;
	width: 15px;
	height: 16px;
	position: absolute;
	top: 12px;
	left: 0px;
	background: url(/common/responsive/images/sp-icon-arrow-r-fff.png) no-repeat;
	background-size: 75%;
}
.plsLink a,
.logout a {
	display: block;
}
.plsLink .bnr01 {
	display: none;
}
.mmbrSts-org .plsLink .bnr01,
.mmbrSts-org_pre .plsLink .bnr01,
.mmbrSts-hataraki .plsLink .bnr01 {
	width: 222px;
	margin: 0 auto 10px;
	display: block;
}
.plsLink .bnr01 img {
	width: 100%;
}
.logout .btn01 {
	width: 240px;
	margin: 0 auto 10px;
}
.logout .btn01 img {
	width: 100%;
}
.btnA-btn {
	width: 100%;
	min-width: 100px;
	background: #fff;
	min-height: 23px;
	display: block;
	border-radius: 5px;
}
.mmbrSts-jnrl .btnA-btn,
.mmbrSts-biz .btnA-btn {
	background: url(/common/responsive/images/sp-icon-arrow-top-std.png) #fff no-repeat;
	background-position: center center;/*background-size: 5%;*/
}
.mmbrSts-pre .btnA-btn,
.mmbrSts-jigyo .btnA-btn,
.mmbrSts-biz_pre .btnA-btn{
	background: url(/common/responsive/images/sp-icon-arrow-top-prm.png) #fff no-repeat;
	background-position: center center;/*background-size: 5%;*/
}
.mmbrSts-org .btnA-btn,
.mmbrSts-org_pre .btnA-btn,
.mmbrSts-hataraki .btnA-btn {
	background: url(/common/responsive/images/sp-icon-arrow-top-org.png) #fff no-repeat;
	background-position: center center;/*background-size: 5%;*/
}
.mmbrSts-jnrl .info-mA.close .btnA-btn,
.mmbrSts-biz .info-mA.close .btnA-btn {
	background: url(/common/responsive/images/sp-icon-arrow-top-std-close.png) #fff no-repeat;
	background-position: center center;
}
.mmbrSts-pre .info-mA.close .btnA-btn,
.mmbrSts-jigyo .info-mA.close .btnA-btn,
.mmbrSts-biz_pre .info-mA.close .btnA-btn {
	background: url(/common/responsive/images/sp-icon-arrow-top-prm-close.png) #fff no-repeat;
	background-position: center center;
}
.mmbrSts-org .info-mA.close .btnA-btn,
.mmbrSts-org_pre .info-mA.close .btnA-btn,
.mmbrSts-hataraki .info-mA.close .btnA-btn {
	background: url(/common/responsive/images/sp-icon-arrow-top-org-close.png) #fff no-repeat;
	background-position: center center;
}
}


/*@media only screen and (min-width: 668px) */

@media print, screen and (min-width: 668px) {
.mmbrSts-jnrl .m-info,
.mmbrSts-biz .m-info {
	background: #E74F80;
	display: block;
}
.mmbrSts-org .m-info,
.mmbrSts-org_pre .m-info,
.mmbrSts-hataraki .m-info {
	background: #415778;
	display: block;
}
.mmbrSts-pre .m-info,
.mmbrSts-jigyo .m-info,
.mmbrSts-biz_pre .m-info {
	/*    background: #A57936;*/
	background: url(/common/responsive/images/sp-bk-premium0.png)no-repeat center 0%;
	display: block;
}
.m-info {
	color: #FFF;
	padding: 25px 20px 30px;
	display: none;
}
.info-na {
	border-bottom: solid 1px #fff;
	padding-bottom: 15px;
	text-align: center;
}
.mmbrSts-pre .info-na,
.mmbrSts-jigyo .info-na,
.mmbrSts-biz_pre .info-na {
	background: url(/common/responsive/images/sp-bk-premium.png)no-repeat center 0%;
	background-size: 223px auto;
}
.mmbrSts-org_pre .info-na {
	background: url(/common/responsive/images/sp-bk-org-premium.png)no-repeat center 0%;
	background-size: 223px auto;
}
.info-na-name {
	font-size: 18px;
	margin-bottom: 8px;
}
.info-cpA {
	/* border-bottom: solid 1px #fff; */
	padding: 16px 23px 10px;
	text-align: left;
}
.info-cpA a:hover {
	opacity: .7;
}
.info-cpA .info-cp-coin {
	display: block;
	color: #fff;
}
.info-cpA .info-cp-point {
	display: block;
	color: #fff;
}
.update {
	margin-bottom: 20px;
}
.update .btn02 {
	width: 221px;
	margin: 0 auto 10px;
	display: block;
}
.update .btn02 img {
	width: 100%;
}
.info-cpA .fs {
	font-size: 24px;
}
.info-mA-ct {
	padding-bottom: 25px;
	max-height: 500px;
	border-top: solid 1px #fff;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	opacity: 1;
}
.info-mA.close .info-mA-ct {
	overflow: hidden;
	max-height: 0;
	padding: 0;
	margin: 0;
	border: none;
	opacity: 0;
}
.exLink1 {
	/* background: #D6D4CE; */
	padding: 22px;
	font-size: 13px;
	padding: 10px 26px 10px;
	color: #fff;
	text-align: left;/* font-size: 13px; */
}
.exLink1-lbl {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 8px 12px 8px 20px;
}
a.exLink1-lbl,
 a.exLink1-lbl:visited {
	text-decoration: none;
	display: block;
	color: #fff;
}
.exLink1-lbl:hover {
	text-decoration: underline;
}
.cpdiff{
	padding: 0 0 0 3px !important;
}
.arrow-f-r {
	position: relative;
}
.exLink1 .arrow-f-r:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 12px;
	left: 0px;
	background: url(/common/responsive/images/sp-icon-arrow-r-fff.png) no-repeat;
	background-size: 75%;
}
.plsLink a,
.logout a {
	display: block;
}
.logout a {
	margin: auto;
	width: 220px;
}
.plsLink .bnr01 {
	display: none;
}
.mmbrSts-org .plsLink .bnr01,
.mmbrSts-org_pre .plsLink .bnr01,
.mmbrSts-hataraki .plsLink .bnr01 {
	width: 222px;
	margin: 0 auto 10px;
	display: block;
}
.plsLink .bnr01 img {
	width: 100%;
}
.logout .btn01 {
	width: 223px;
	margin: 0 auto 10px;
	display: block;
}
.logout .btn01 img {
	width: 100%;
}

.btnA-btn {
	width: 100%;
	min-width: 100px;
	background: #fff;
	min-height: 23px;
	display: block;
	border-radius: 5px;
}
.mmbrSts-jnrl .btnA-btn,
.mmbrSts-biz .btnA-btn {
	background: url(/common/responsive/images/sp-icon-arrow-top-std.png) #fff no-repeat;
	background-position: center center;/*background-size: 5%;*/
}
.mmbrSts-pre .btnA-btn,
.mmbrSts-jigyo .btnA-btn,
.mmbrSts-biz_pre .btnA-btn {
	background: url(/common/responsive/images/sp-icon-arrow-top-prm.png) #fff no-repeat;
	background-position: center center;/*background-size: 5%;*/
}
.mmbrSts-org .btnA-btn,
.mmbrSts-org_pre .btnA-btn,
.mmbrSts-hataraki .btnA-btn {
	background: url(/common/responsive/images/sp-icon-arrow-top-org.png) #fff no-repeat;
	background-position: center center;/*background-size: 5%;*/
}
.mmbrSts-jnrl .info-mA.close .btnA-btn,
.mmbrSts-biz .info-mA.close .btnA-btn {
	background: url(/common/responsive/images/sp-icon-arrow-top-std-close.png) #fff no-repeat;
	background-position: center center;
}
.mmbrSts-pre .info-mA.close .btnA-btn,
.mmbrSts-jigyo .info-mA.close .btnA-btn,
.mmbrSts-biz_pre .info-mA.close .btnA-btn {
	background: url(/common/responsive/images/sp-icon-arrow-top-prm-close.png) #fff no-repeat;
	background-position: center center;
}
.mmbrSts-org .info-mA.close .btnA-btn,
.mmbrSts-org_pre .info-mA.close .btnA-btn,
.mmbrSts-hataraki .info-mA.close .btnA-btn {
	background: url(/common/responsive/images/sp-icon-arrow-top-org-close.png) #fff no-repeat;
	background-position: center center;
}
}


/*@media print,screen and (min-width: 668px)*/


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------

sec01 ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 667px) {
/*.menu {
    position: absolute;
    background: #ff0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}
.nav-bg.nav-open {
    opacity: 1;
    height: 100%;
    display: block;
    animation-duration: 2.5s;
    animation-name: mdl-fade-in;
    background: rgba(0, 0, 0, 0.721569);

}*/
    /*.nav-bg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.0980392);
    opacity: 0;
    display: none;
    z-index: 100;
}
.nav-bg.mdl-open .nav-bg-inner {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
}
*/
.nav-bg.mdl-open {
	opacity: 1;
	width: 100%;
	height: 100%;
	display: block;
	background: #e5e3dc;
	margin-bottom: 100px;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
 @keyframes mdl-fade-in {
 0% {
 transform: translate(-100%, 0)
}
 100% {
 transform: translate(0, 0)
}
}
.mdl-body {
	height: 100%;/* padding-top: 15px; */
        /* padding-bottom: 100px; */
}
.headerA {
	border-top: 2px solid #990000;
	background: #fff;
}
}


/*@media only screen and (max-width: 667px) */

@media print, screen and (min-width: 668px) {
body.mdl-fixed {
	width: 100%;
	position: static;
}
.nav-bg.mdl-open {
	opacity: 1;
	width: 280px;
	height: 100%;
	background: #e5e3dc;
	z-index: 10000;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
 @keyframes mdl-fade-in {
 0% {
 transform: translate(-100%, 0)
}
 100% {
 transform: translate(0, 0)
}
}
.mdl-body {
	height: 100%;
}
.mdl-body {
	height: 100%;
	/*        padding-top: 100px;*/
        /* padding-bottom: 100px; */
	position: relative;
}
.headerA.clone-headerA {
	border-top: none!important;
	background: transparent;
	position: relative;
}
.clone-headerA .headerA-inner {
	display: block;
	width: 100%;
	max-height: 0;
}
.clone-headerA .menuBtn,
.clone-headerA .logoA,
.clone-headerA .header-searchA,
.clone-headerA .header-info-ul {
	display: none;
}
}
 @media print, screen and (min-width: 1549px) {
body {
	width: 100%;/* position: fixed; */
}
body.mdl-fixed {
	width: 100%;
	position: static;
}
.menuBtn.nav-op2 {
	/* display: none; */
	visibility: hidden;
	pointer-events: none;
}
.btnclose {
	pointer-events: none;
	opacity: .3;
}
.nav-bg.nav-op1 {
	opacity: 1;
	width: 280px;
	height: 100%;
	display: block;
	background: #e5e3dc;
	z-index: 10000;
	transform: translate(0, 0)
}
.nav-bg-inner {
	width: 100%;
	height: 100vh;
	overflow-y: scroll;
}
}


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------

sec02 ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 667px) {
/*
    .btnclose {
        margin-bottom: 50px;
        position: absolute;
        top: -76px;
        background: #e5e3dc;
        width: 47px;
        height: 76px;
        padding: 20px 10px 22px;
        box-sizing: border-box;
        text-align: center;
    }
*/
.btnclose {
	display: none;
}
.clone-headerA .btnclose {
	display: block;
	width: 27px;
	padding: 20px 10px 22px;
	background: #e5e3dc;
}
.btnclose img {
	width: 100%;
}
.nav-c {
	/* width: 100%; */
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 100px;
}
.nav-ctgr {
	border-bottom: #C9C9C9 solid 1px;
	/* padding-bottom: 14px; */
	display: block;
}
.ctgy-ttl {
	padding-left: 45px;
	padding-top: 22px;
	padding-bottom: 22px;
	display: block;
	font-weight: bold;
	color: #000;
	font-size: 16px;
  text-align: left;
}
a.ctgy-ttl,
 a.ctgy-ttl:visited {
	text-decoration: none;
	display: block;
	color: #000;
}
.plusMinus {
	position: relative;
}
.plusMinus:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 0px;
	/* z-index: 100000000000000000000000000000; */
	transform: translateY(-50%);
	background-size: 75%;
	background: url(/common/responsive/images/sp-icon-minus.png) no-repeat;
	background-size: 90%;
}
.arrow-b-r {
	position: relative;
}
.plusMinus.plus:after {
	background: url(/common/responsive/images/sp-icon-plus.png) no-repeat;
	background-size: 90%;
}
.arrow-b-r:after {
	content: "";
	display: block;
	width: 15px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 0px;
	/* z-index: 100000000000000000000000000000; */
	transform: translateY(-50%);
	background: url(/common/responsive/images/sp-icon-arrow-r-gray.png) no-repeat;
	background-size: 75%;
}
/*.plusMinus.minus:after {
    background: url(/common/responsive/images/sp-icon-minus.png) no-repeat;
    background-size: 90%;
}
*/

.nav-c .closeItem{
font-size:0.9em;
}
.ctgy-ttl:not(.plus) .closeItem {
display: none;
}

.ctgr01 .ctgy-ttl img {
	width: 99px;
	height: 13.5px;
}
.ctgr02 .ctgy-ttl img {
	width: 123px;
	height: 13.5px;
}
.ctgr03 .ctgy-ttl img {
	width: 170px;
	height: 13.5px;
}
.ctgr04 .ctgy-ttl img {
	width: 56.5px;
	height: 13.5px;
}
.ctgr05 .ctgy-ttl img {
	width: 57px;
	height: 13.5px;
}
.ctgr06 .ctgy-ttl img {
	width: 57.5px;
	height: 13.5px;
}
.ctgr01 {
	background: url(/common/responsive/images/sp-icon-home.png) no-repeat;
	background-size: 31px 24px;
	background-position: calc(0px) calc(15px);/* padding-bottom: 30px; */
        /* margin-bottom: 10px; */
}
.ctgr02 {
	background: url(/common/responsive/images/sp-icon-dduetMemberSite1.png) no-repeat;
	background-size: 39.5px 22.5px;
	background-position: calc(0px) calc(20px);/* padding-top: 20px; */
        /* padding-bottom: 30px; */
        /* margin-bottom: 10px; */
}
.ctgr03 {
	background: url(/common/responsive/images/sp-icon-dduetMemberSite2.png) no-repeat;
	background-size: 39.5px 22.5px;
	background-position: calc(0px) calc(20px);
}
.ctgr04 {
	background: url(/common/responsive/images/sp-icon-forBussines.png) no-repeat;
	background-size: 29px 22.5px;
	background-position: calc(0px) calc(20px);
}
.ctgr05 {
	background: url(/common/responsive/images/sp-icon-infoEnterprise.png) no-repeat;
	background-size: 31.5px 24.5px;
	background-position: calc(0px) calc(20px);
}
.ctgr06 {
	background: url(/common/responsive/images/sp-icon-shopList.png) no-repeat;
	background-size: 31px 25.5px;
	background-position: calc(0px) calc(20px);
}
.nav-ctgr-ul {
	/* padding: 22px 0px 22px 55px; */
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 15px;
}
.plusMinus ~ .ctgy-c {
	padding-bottom: 25px;
	max-height: 1000px;
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.plusMinus.plus ~ .ctgy-c {
	padding: 0;
	max-height: 0;
	overflow: hidden;
	margin: 0;
	opacity: 0;
}
.entryBtnA {
	width: 100%;
}
.mmbrSts-jnrl .entryBtnA,
.mmbrSts-org .entryBtnA,
.mmbrSts-pre .entryBtnA,
.mmbrSts-org_pre .entryBtnA,
.mmbrSts-hataraki .entryBtnA ,
.mmbrSts-jigyo .entryBtnA,
.mmbrSts-biz .entryBtnA,
.mmbrSts-biz_pre .entryBtnA{
	display: none;
}
.entryBtnA img {
	width: 100%;/* height: 40px; */
}
.entryBtnA a {
	display: block;
}
.loginBtn,
.registerBtn {
	width: 220px;
	margin: auto;
	margin-bottom: 15px;
}
a.nav-gtgr-li-lbl,
 a.nav-gtgr-li-lbl:visited {
	text-decoration: none;
	display: block;
	color: #000;
	font-weight: normal;/* display: none; */
}
.nav-gtgr-li {
	display: block;
  text-align: left;
}
.nav-gtgr-li-lbl {
	padding-left: 55px;
	display: block;
	padding: 15px 10px 15px 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.li0100 {
	background: url(/common/responsive/images/sp-icon-home02.png) no-repeat;
	background-size: 24px 24px;
	background-position: calc(25px) calc(13px);/* display: none; */
}
.li0101 {
	background: url(/common/responsive/images/sp-icon-localCampaign.png) no-repeat;
	background-size: 21px 20.5px;
	background-position: calc(25px) calc(15px);
}
.li0102 {
	background: url(/common/responsive/images/sp-icon-homeItem.png) no-repeat;
	background-size: 22px 23px;
	background-position: calc(25px) calc(13px);
}
.li0103 {
	background: url(/common/responsive/images/sp-icon-housecleanning.png) no-repeat;
	background-size: 27px 18.5px;
	background-position: calc(25px) calc(15px);
}
.li0104 {
	background: url(/common/responsive/images/sp-icon-housework.png) no-repeat;
	background-size: 27.5px 22px;
	background-position: calc(25px) calc(12px);
}
.li0105 {
	background: url(/common/responsive/images/sp-icon-extermination.png) no-repeat;
	background-size: 17.5px 22px;
	background-position: calc(30px) calc(12px);
}
.li0106 {
	background: url(/common/responsive/images/sp-icon-careGarden.png) no-repeat;
	background-size: 23.5px 23.5px;
	background-position: calc(25px) calc(12px);
}
.li0107 {
	background: url(/common/responsive/images/sp-txt-seniorOther_1.png) no-repeat;
	background-size: 23px 22.5px;
	background-position: calc(25px) calc(12px);
}
.li0108 {
	background: url(/common/responsive/images/sp-icon-homeRepair.png) no-repeat;
	background-size: 23px 22.5px;
	background-position: calc(25px) calc(12px);
}
.li0200 {
	background: url(/common/responsive/images/sp-icon-koetasu.png) no-repeat;
	background-size: 25px 24px;
	background-position: calc(12px) calc(15px);
}
.li0201 {
	background: url(/common/responsive/images/sp-icon-lifeInfo.png) no-repeat;
	background-size: 26px 19px;
	background-position: calc(12px) calc(15px);
}
.li0202 {
	background: url(/common/responsive/images/sp-icon-duskinmarket.png) no-repeat;
	background-size: 25px 19px;
	background-position: calc(12px) calc(15px);
}
.li0203 {
	background: url(/common/responsive/images/sp-icon-recomendShopNavi.png) no-repeat;
	background-size: 26px 16px;
	background-position: calc(12px) calc(16px);
}
.li0204 {
	background: url(/common/responsive/images/sp-icon-dduetMemberPrivilege.png) no-repeat;
	background-size: 25px 17px;
	background-position: calc(12px) calc(17px);
}
.li0205 {
	background: url(/common/responsive/images/sp-icon-jobNavi.png) no-repeat;
	background-size: 25px 22px;
	background-position: calc(12px) calc(12px);
}
.li0206 {
	background: url(/common/responsive/images/sp-icon-coinMoal.png) no-repeat;
	background-size: 24px 26px;
	background-position: calc(12px) calc(12px);
}
.li0207 {
	background: url(/common/responsive/images/sp-icon-present.png) no-repeat;
	background-size: 25px 23px;
	background-position: calc(14px) calc(11px);
}
.li0208 {
	background: url(/common/responsive/images/sp-icon-info.png) no-repeat;
	background-size: 26px 18px;
	background-position: calc(14px) calc(24px);
}
.li0209 {
	background: url(/common/responsive/images/sp-icon-dduethome.png) no-repeat;
	background-size: 26px 20px;
	background-position: calc(14px) calc(12px);
}
.exLink {
	background: #D6D4CE;
	padding: 22px;
	font-size: 15px;
	margin: 0px 20px 20px;
  text-align: left;
}
.exLink-lbl {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 8px 12px 8px 20px;
}
a.exLink-lbl,
 a.exLink-lbl:visited {
	text-decoration: none;
	display: block;
	color: #000;
}
.arrow-f-r {
	position: relative;
}
.arrow-f-r:after {
	content: "";
	display: block;
	width: 15px;
	height: 16px;
	position: absolute;
	top: 12px;
	left: 0px;
	/* z-index: 100000000000000000000000000000; */
        /* transform: translateY(-50%); */
	background: url(/common/responsive/images/sp-icon-arrow-r-gray.png) no-repeat;
	background-size: 75%;
}
}


/*@media only screen and (max-width: 667px) */

@media print, screen and (min-width: 668px) {
.btnclose {
	/* margin-bottom: 50px; */
	position: absolute;
	top: -10px;
	background: #e5e3dc;
	width: 60px;
	height: 78px;
	padding: 38px 13px 22px;
	/* box-sizing: border-box; */
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.btnclose img {
	width: 100%;
}
.nav-c {
	/* width: 100%; */
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 100px;
	text-align: left;
}
.mdlContent a:hover,
.nav-c *:hover {
	color: #D71C58!important;
	text-decoration: none!important;
}
.m-info a:hover {
	color: rgba(255,255,255,0.6)!important;
}
.nav-ctgr {
	border-bottom: #C9C9C9 solid 1px;
	/* padding-bottom: 14px; */
	display: block;
}
.ctgy-ttl {
	padding-left: 32px;
	padding-top: 15px;
	padding-bottom: 22px;
	padding: 15px 10px 15px 45px;
	display: block;
	font-weight: bold;
	color: #000;
	font-size: 13px;
	cursor: pointer;
	letter-spacing: -1px;
}
a.ctgy-ttl,
 a.ctgy-ttl:visited {
	text-decoration: none;
	display: block;
	color: #000;
}
.plusMinus {
	position: relative;
}
.plusMinus:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 0px;
	/* z-index: 100000000000000000000000000000; */
	transform: translateY(-50%);
	background-size: 75%;
	background: url(/common/responsive/images/sp-icon-minus.png) no-repeat;
	background-size: 90%;
}
.arrow-b-r {
	position: relative;
}
.plusMinus.plus:after {
	background: url(/common/responsive/images/sp-icon-plus.png) no-repeat;
	background-size: 90%;
}
.arrow-b-r:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 0px;
	/* z-index: 100000000000000000000000000000; */
	transform: translateY(-50%);
	background: url(/common/responsive/images/sp-icon-arrow-r-gray.png) no-repeat;
	background-size: 75%;
}
/*.plusMinus.minus:after {
    background: url(/common/responsive/images/sp-icon-minus.png) no-repeat;
    background-size: 90%;
}
*/

.nav-c .closeItem{
font-size:0.9em;
}
.ctgy-ttl:not(.plus) .closeItem {
display: none;
}

.ctgr01 .ctgy-ttl img {
	width: 99px;
	height: 13.5px;
}
.ctgr02 .ctgy-ttl img {
	width: 123px;
	height: 13.5px;
}
.ctgr03 .ctgy-ttl img {
	width: 170px;
	height: 13.5px;
}
.ctgr04 .ctgy-ttl img {
	width: 56.5px;
	height: 13.5px;
}
.ctgr05 .ctgy-ttl img {
	width: 57px;
	height: 13.5px;
}
.ctgr06 .ctgy-ttl img {
	width: 57.5px;
	height: 13.5px;
}
.ctgr01 {
	background: url(/common/responsive/images/sp-icon-home.png) no-repeat;
	background-size: 31px 24px;
	background-position: calc(0px) calc(15px);/* padding-bottom: 30px; */
        /* margin-bottom: 10px; */
}
.ctgr02 {
	background: url(/common/responsive/images/sp-icon-dduetMemberSite1.png) no-repeat;
	background-size: 39.5px 22.5px;
	background-position: calc(0px) calc(12px);/* padding-top: 20px; */
        /* padding-bottom: 30px; */
        /* margin-bottom: 10px; */
}
.ctgr03 {
	background: url(/common/responsive/images/sp-icon-dduetMemberSite2.png) no-repeat;
	background-size: 39.5px 22.5px;
	background-position: calc(0px) calc(12px);
}
.ctgr04 {
	background: url(/common/responsive/images/sp-icon-forBussines.png) no-repeat;
	background-size: 29px 22.5px;
	background-position: calc(0px) calc(12px);
}
.ctgr05 {
	background: url(/common/responsive/images/sp-icon-infoEnterprise.png) no-repeat;
	background-size: 31.5px 24.5px;
	background-position: calc(0px) calc(12px);
}
.ctgr06 {
	background: url(/common/responsive/images/sp-icon-shopList.png) no-repeat;
	background-size: 31px 25.5px;
	background-position: calc(0px) calc(12px);
}
.nav-ctgr-ul {
	/* padding: 22px 0px 22px 55px; */
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 15px;
}
.plusMinus ~ .ctgy-c {
	padding-bottom: 10px;
	max-height: 1000px;
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.plusMinus.plus ~ .ctgy-c {
	padding: 0;
	max-height: 0;
	overflow: hidden;
	margin: 0;
	opacity: 0;
}
.entryBtnA {
	width: 100%;
}
.mmbrSts-jnrl .entryBtnA,
.mmbrSts-org .entryBtnA,
.mmbrSts-pre .entryBtnA,
.mmbrSts-org_pre .entryBtnA,
.mmbrSts-hataraki .entryBtnA,
.mmbrSts-jigyo .entryBtnA,
.mmbrSts-biz .entryBtnA,
.mmbrSts-biz_pre .entryBtnA{
	display: none;
}
.entryBtnA img {
	width: 100%;
}
.entryBtnA a {
	display: block;
}
.loginBtn,
.registerBtn {
	width: 220px;
	margin: auto;
	margin-bottom: 15px;
}
a.nav-gtgr-li-lbl,
a.nav-gtgr-li-lbl:visited {
	text-decoration: none;
	display: block;
	color: #000;
	font-weight: normal;/* display: none; */
}
.nav-gtgr-li-lbl .onhover {
	display: none;
}
.nav-gtgr-li-lbl:hover .default {
	display: none;
}
.nav-gtgr-li-lbl:hover .onhover {
	display: block;
	color: #D71C58;
}
.nav-gtgr-li {
	display: block;
}
.nav-gtgr-li-lbl {
	/* padding-left: 55px; */
	display: block;
	padding: 15px 10px 15px 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.li0100 {
	background: url(/common/responsive/images/sp-icon-home02.png) no-repeat;
	background-size: 24px 24px;
	background-position: calc(10px) calc(13px);/* display: none; */
}
.li0101 {
	background: url(/common/responsive/images/sp-icon-localCampaign.png) no-repeat;
	background-size: 21px 20.5px;
	background-position: calc(10px) calc(15px);
}
.li0102 {
	background: url(/common/responsive/images/sp-icon-homeItem.png) no-repeat;
	background-size: 22px 23px;
	background-position: calc(10px) calc(13px);
}
.li0103 {
	background: url(/common/responsive/images/sp-icon-housecleanning.png) no-repeat;
	background-size: 27px 18.5px;
	background-position: calc(8px) calc(15px);
}
.li0104 {
	background: url(/common/responsive/images/sp-icon-housework.png) no-repeat;
	background-size: 27.5px 22px;
	background-position: calc(5px) calc(12px);
}
.li0105 {
	background: url(/common/responsive/images/sp-icon-extermination.png) no-repeat;
	background-size: 17.5px 22px;
	background-position: calc(10px) calc(12px);
}
.li0106 {
	background: url(/common/responsive/images/sp-icon-careGarden.png) no-repeat;
	background-size: 23.5px 23.5px;
	background-position: calc(10px) calc(12px);
}
.li0107 {
	background: url(/common/responsive/images/sp-txt-seniorOther_1.png) no-repeat;
	background-size: 23px 22.5px;
	background-position: calc(10px) calc(12px);
}
.li0108 {
	background: url(/common/responsive/images/sp-icon-homeRepair.png) no-repeat;
	background-size: 23px 22.5px;
	background-position: calc(10px) calc(12px);
}
.li0200 {
	background: url(/common/responsive/images/sp-icon-koetasu.png) no-repeat;
	background-size: 27px 23.5px;
	background-position: calc(12px) calc(12px);
}
.li0201 {
	background: url(/common/responsive/images/sp-icon-lifeInfo.png) no-repeat;
	background-size: 26px 18px;
	background-position: calc(12px) calc(12px);
}
.li0202 {
	background: url(/common/responsive/images/sp-icon-duskinmarket.png) no-repeat;
	background-size: 24px 17px;
	background-position: calc(12px) calc(15px);
}
.li0203 {
	background: url(/common/responsive/images/sp-icon-recomendShopNavi.png) no-repeat;
	background-size: 26.5px 17px;
	background-position: calc(12px) calc(16px);
}
.li0204 {
	background: url(/common/responsive/images/sp-icon-dduetMemberPrivilege.png) no-repeat;
	background-size: 23.5px 15.5px;
	background-position: calc(12px) calc(17px);
}
.li0205 {
	background: url(/common/responsive/images/sp-icon-jobNavi.png) no-repeat;
	background-size: 23.5px 20.5px;
	background-position: calc(12px) calc(12px);
}
.li0206 {
	background: url(/common/responsive/images/sp-icon-coinMoal.png) no-repeat;
	background-size: 22px 23.5px;
	background-position: calc(12px) calc(13px);
}
.li0207 {
	background: url(/common/responsive/images/sp-icon-present.png) no-repeat;
	background-size: 24.5px 22.4px;
	background-position: calc(14px) calc(11px);
}
.li0208 {
	background: url(/common/responsive/images/sp-icon-info.png) no-repeat;
	background-size: 26px 17px;
	background-position: calc(14px) calc(24px);
}
.li0209 {
	background: url(/common/responsive/images/sp-icon-dduethome.png) no-repeat;
	background-size: 26px 20px;
	background-position: calc(14px) calc(12px);
}
.exLink {
	background: #D6D4CE;
	padding: 18px;
	font-size: 13px;
	margin: 0px 10px 20px;
}
.exLink-lbl {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 8px 12px 8px 20px;
}
a.exLink-lbl,
a.exLink-lbl:visited {
	text-decoration: none;
	display: block;
	color: #000;
}
.arrow-f-r {
	position: relative;
}
.arrow-f-r:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 12px;
	left: 0px;
	/* z-index: 100000000000000000000000000000; */
        /* transform: translateY(-50%); */
	background: url(/common/responsive/images/sp-icon-arrow-r-gray.png) no-repeat;
	background-size: 75%;
}
}

a.pc_only{
  display: block;
}
a.sp_only{
  display: none;
}
@media only screen and (max-width: 667px) {
  a.pc_only{
    display: none;
  }
  a.sp_only{
    display: block;
  }
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------

header ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

---------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.headerA {
	border-top: 2px solid #990000;
	background: #fff;
}
.headerA.status_jnrl,
.headerA.status_biz {
	border-top: 2px solid #E74F80;
}
.headerA.status_org,
.headerA.status_org_pre,
.headerA.status_hataraki {
	border-top: 2px solid #425877;
}
.headerA.status_pre,
.headerA.status_jigyo
.headerA.status_biz_pre {
	border-top: 2px solid #A57936;
}

.orgLink,
.logo_pre,
.logo_org_pre,
.mnb-org{
  display: none;
}
.mmbrSts-org ~ .headerA .orgLink,
.mmbrSts-org ~ .headerA .mnb-org,
.mmbrSts-pre ~ .headerA .logo_pre,
.mmbrSts-biz_pre ~ .headerA .logo_pre,
.mmbrSts-jigyo ~ .headerA .logo_pre,
.mmbrSts-org_pre ~ .headerA .logo_org_pre,
.mmbrSts-org_pre ~ .headerA .mnb-org,
.mmbrSts-hataraki ~ .headerA .orgLink,
.mmbrSts-hataraki ~ .headerA .mnb-org {
  display: block;
}

 @media only screen and (max-width: 667px) {
.headerA{
	width: 100%;
	/*padding-right: 17px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	z-index: 3001;
}
.navscrl {
    box-shadow: 0px 4px 2px rgba(0,0,0,0.1);
}
.headerA-inner {
	position: relative;
	display: -ms-flexbox;
	/*ie10*/
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	/*ie10*/
	-webkit-justify-content: space-between;
	justify-content: space-between;
	min-height: 71px;
}
.headerA-inner img {
	width: 100%;
}
.menuBtn {
	width: 27px;
	float: left;
	padding: 20px 10px 22px;/* background: #e5e3dc; */
}
.clone-headerA .menuBtn {
	background: #e5e3dc;
	display: none;
}
.logoA {
	position: absolute;
	top: 19px;
	left: 45px;
}
.logoA a {
  padding: 9px 0 0 0;
}
.logoA img {
	width: 56px;
}
.logo_pre img,
.logo_org_pre img {
	width: 50px;
	position: absolute;
	top: 10px;
	left: 70px;
}
.mmbrSts-org_pre ~ .headerA .logo_pre {
  display: block;
}

.header-info-ul {
	float: right;
	margin-top: 17px;
}
.header-info-ul br {
	display: none;
}
.headerA.status_pre .header-info-ul,
.headerA.status_org_pre .header-info-ul {
	margin-top: 12px;
}
.header-info-li {
	width: 43px;
	float: left;
	font-size: 7px;
	padding: 0 3px;
	text-align: center;
	line-height: 1.2;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.header-info-li br{
	display: block;
}
.header-info-li a {
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 7px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 27px;
}
.header-info-li:before {
	content: '';
	display: block;
	/* width: 10.5px; */
        /* height: 20.5px; */
        /* margin: 7px auto 0; */
        /* padding: 0px 0 8px; */
	margin: 2.5px auto;/* background-size: 100%; */
}
.mmbrSts-jnrl ~ .headerA .header-info-li.icon-newmember,
.mmbrSts-org ~ .headerA .header-info-li.icon-newmember,
.mmbrSts-pre ~ .headerA .header-info-li.icon-newmember,
.mmbrSts-org_pre ~ .headerA .header-info-li.icon-newmember,
.mmbrSts-hataraki ~ .headerA .header-info-li.icon-newmember,
.mmbrSts-jigyo ~ .headerA .header-info-li.icon-newmember,
.mmbrSts-biz ~ .headerA .header-info-li.icon-newmember,
.mmbrSts-biz_pre ~ .headerA .header-info-li.icon-newmember,
.mmbrSts-jnrl .headerA.clone-headerA .header-info-li.icon-newmember,
.mmbrSts-org .headerA.clone-headerA .header-info-li.icon-newmember,
.mmbrSts-pre .headerA.clone-headerA .header-info-li.icon-newmember,
.mmbrSts-org_pre .headerA.clone-headerA .header-info-li.icon-newmember,
.mmbrSts-hataraki .headerA.clone-headerA .header-info-li.icon-newmember,
.mmbrSts-jigyo .headerA.clone-headerA .header-info-li.icon-newmember,
.mmbrSts-biz .headerA.clone-headerA .header-info-li.icon-newmember,
.mmbrSts-biz_pre .headerA.clone-headerA .header-info-li.icon-newmember {
	display: none;
}
.org_wrap {
	display: none;
}
.mmbrSts-org ~ .headerA .org_wrap,
.mmbrSts-org_pre ~ .headerA .org_wrap,
.mmbrSts-hataraki ~ .headerA .org_wrap {
	display: block;
}

.header-searchA {
	width: 100%;
}
.header-info-li.icon-login:before {
	background: url(/common/responsive/images/sp-icon-login01.png) no-repeat;
	background-size: 100%;
	/* margin: 2.5px auto; */
	width: 10px;
	height: 21px;
}
.mmbrSts-jnrl ~ .headerA .header-info-li.icon-login:before,
.mmbrSts-biz ~ .headerA .header-info-li.icon-login:before,
.mmbrSts-jnrl .headerA.clone-headerA .header-info-li.icon-login:before,
.mmbrSts-biz .headerA.clone-headerA .header-info-li.icon-login:before {
	background: url(/common/responsive/images/sp-icon-logout.png) no-repeat;
	background-size: 100%;
	width: 18px;
	height: 22px;
}
.mmbrSts-org ~ .headerA .header-info-li.icon-login:before,
.mmbrSts-org_pre ~ .headerA .header-info-li.icon-login:before,
.mmbrSts-org .headerA.clone-headerA .header-info-li.icon-login:before,
.mmbrSts-org_pre .headerA.clone-headerA .header-info-li.icon-login:before,
.mmbrSts-hataraki .headerA.clone-headerA .header-info-li.icon-login:before,
.mmbrSts-jigyo .headerA.clone-headerA .header-info-li.icon-login:before,
.mmbrSts-biz .headerA.clone-headerA .header-info-li.icon-login:before,
.mmbrSts-biz_pre .headerA.clone-headerA .header-info-li.icon-login:before {
	background: url(/common/responsive/images/sp-icon-login03.png) no-repeat;
	background-size: 100%;
}
.mmbrSts-pre ~ .headerA .header-info-li.icon-login:before,
.mmbrSts-jigyo ~ .headerA .header-info-li.icon-login:before,
.mmbrSts-biz_pre ~ .headerA .header-info-li.icon-login:before,
.mmbrSts-pre .headerA.clone-headerA .header-info-li.icon-login:before,
.mmbrSts-jigyo .headerA.clone-headerA .header-info-li.icon-login:before,
.mmbrSts-biz_pre .headerA.clone-headerA .header-info-li.icon-login:before {
	background: url(/common/responsive/images/sp-icon-login04.png) no-repeat;
	background-size: 100%;
}
.header-info-li.icon-newmember:before {
	background: url(/common/responsive/images/sp-icon-newM.png) no-repeat;
	background-size: 100%;
	/* margin: 2.5px auto; */
	width: 21px;
	height: 21px;
}
/*.mmbrSts-jnrl ~ .headerA .header-info-li.icon-newmember:before {
       background: url(/common/responsive/images/sp-icon-login02.png) no-repeat;
       background-size: 100%;
}*/
.header-info-li.icon-cart:before {
	background: url(/common/responsive/images/sp-icon-cart.png) no-repeat;
	background-size: 100%;
	/* margin: 2.5px auto; */
	width: 23px;
	height: 21px;
}
.header-info-li.icon-favorite:before {
	background: url(/common/responsive/images/sp-icon-favorite.png) no-repeat;
	background-size: 100%;
	/* margin: 2.5px auto; */
	width: 16px;
	height: 21px;
}
.header-info-li.icon-search:before {
	background: url(/common/responsive/images/sp-icon-search.png) no-repeat;
	background-size: 100%;
	/* margin: 2.5px auto; */
	width: 19px;
	height: 21px;
}
.header-searchA {
	background: #efefef;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	/*    display: none;*/
	display: block;
}
.header-searchA .input_search {
	position: relative;
}
.input_search input,
.input_search button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.header-searchA .searchArea {
	width: 100%;
	height: 45px;
	font-size: 16px;
	padding: 12px 47px 8px 10px;
	margin: 0;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ccc;
	display: block;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header-searchA .search_btn {
	width: 35px;
	font-size: 15px;
	background: #e8e8e8;
	height: 43px;
	color: #333333;
	border: none;
	border-radius: 0 4px 4px 0;
	display: block;
	position: absolute;
	top: 1px;
	right: 1px;
	margin: 0;
}
.header-searchA .search_info {
	font-size: 12px;
	text-align: right;
	margin-top: 10px;
}
.menu1 .on-off {
	display: none;
}
.header-searchA {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	margin: 0;
	padding: 0;
	max-height: 0;
	overflow: hidden;
}
.header-searchA.actSearchA {
	padding: 10px;
	max-height: 250px;
	overflow: visible;
}
}
 @media only screen and (max-width: 375px) {
#header {
	position: fixed;
	top: 0;
	z-index: 111;
}
.headerA{
	padding-right: 0;
}
 }

/*@media only screen and (max-width: 667px) */

@media print, screen and (min-width: 668px) {
.headerA-inner {
	width: 956px;
	margin: auto;
	padding-top: 32px;
	min-height: 100px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.headerA-inner img {
	width: 100%;
	height: auto;
}
.menuBtn {
	/*width: 24px;
        height: 24px;*/
	width: 34px;
	float: left;
	margin-right: 26px;
}
.menuBtn:hover {
	cursor: pointer;
	opacity: .7;
}
.menuBtn.passive {
	visibility: hidden;
	pointer-events: none;
}
.logoA {
	width: 109px;
	margin-top: -15px;
	position: relative;
	float: left;
}
.logoA .logoA-link{
  padding: 15px 0 0 0;
}
.logo_pre {
	width: 110px;
	position: absolute;
	top: 16px;
	left: 120px;
}
.logo_org_pre {
	width: 130px;
	position: absolute;
	top: 5px;
	left: 135px;
	text-align: left;
}
.logo_org_pre a {
  display: block;
  font-size: 0;
}
.logo_org_pre img:nth-child(2) {
	width: 70px;
}
.header-info-ul {
	width: 360px;
	font-size: 12px;
	text-align: right;
	position: absolute;
	right: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header-searchA {
	float: right;
	width: 375px;
	padding-left: 100px;
}
.header-info-li {
	/*padding: 3px;*/
	display: inline-block;
	margin-left: 27px;
	margin-top: 10px;
	text-align: center;
	line-height: 1.2;
	position: relative;
}
.header-info-li:not(.info-li-name):before {
	background: url(/common/responsive/images/pc-icon-arrow-r-990000.png);
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 40%;
	left: -14px;
	transform: translateY(-50%);
	z-index: 46;
}

.beforeNone:before {
	background: none !important;
}
.info-li-logout {
	display: inline-block;
	margin-left: 27px;
}
.header-info-li a {
	color: #000;
}
.header-info-li a:hover {
	opacity: .7;
}
.info-li-name {
	display: none;
}
.info-li-name.mmbrSts-jnrl,
.info-li-name.mmbrSts-org,
.info-li-name.mmbrSts-pre,
.info-li-name.mmbrSts-org_pre,
.info-li-name.mmbrSts-hataraki,
.info-li-name.mmbrSts-jigyo,
.info-li-name.mmbrSts-biz,
.info-li-name.mmbrSts-biz_pre {
	display: inline-block;
}
.icon-login.mmbrSts-jnrl,
.icon-login.mmbrSts-org,
.icon-login.mmbrSts-pre,
.icon-login.mmbrSts-org_pre,
.icon-login.mmbrSts-hataraki,
.icon-login.mmbrSts-jigyo,
.icon-login.mmbrSts-biz,
.icon-login.mmbrSts-biz_pre {
	display: none;
	color: #fff;
}
.icon-newmember.mmbrSts-jnrl,
.icon-newmember.mmbrSts-org,
.icon-newmember.mmbrSts-pre,
.icon-newmember.mmbrSts-org_pre,
.icon-newmember.mmbrSts-hataraki,
.icon-newmember.mmbrSts-jigyo,
.icon-newmember.mmbrSts-biz,
.icon-newmember.mmbrSts-biz_pre{
	display: none;
}
.header-info-li.icon-cart {
	margin-left: 45px;
	margin-top: 0;
}
.header-info-li.icon-cart:before {
	background: url(/common/responsive/images/sp-icon-cart.png)no-repeat;
	content: '';
	display: block;
	width: 23px;
	height: 18px;
	position: absolute;
	top: 5px;
	left: -22px;
	transform: translateY(-50%);
	z-index: 46;
	background-size: auto 100%;
}
.header-info-li.icon-favorite {
	margin-top: 0;
}
.header-info-li.icon-favorite:before {
	background: url(/common/responsive/images/ico-favorite.png)no-repeat;
	content: '';
	display: block;
	width: 16px;
	height: 14px;
	position: absolute;
	top: 7px;
	left: -19px;
	transform: translateY(-50%);
	z-index: 46;
	background-size: auto 100%;
}

/*.status_org .header-info-ul {
	padding-left: 165px;
	padding-right: 10px;
	padding-top: 0;
}*/
.header-searchA {
	/* background: #efefef; */
        /* padding: 10px; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*    display: none;*/
	display: block;
	margin-top: -4px;
}
.header-searchA .input_search {
	position: relative;
}
.header-searchA .searchArea {
	width: 100%;
	height: 45px;
	font-size: 18px;
	padding: 8px 47px 8px 10px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #000;
	display: block;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}
.header-searchA .search_btn {
	width: 62px;
	font-size: 15px;
	background: #990000;
	height: 45px;
	color: #fff;
	border-radius: 0 4px 4px 0;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
	/* border-top-right-radius: 4px; */
	/* border-bottom-right-radius: 4px; */
	border-style: none;
	-webkit-appearance: none;
}
.mmbrSts-jnrl ~ .headerA .header-searchA .search_btn,
.mmbrSts-biz ~ .headerA .header-searchA .search_btn {
	background: #eb5081;
}
.mmbrSts-org ~ .headerA .header-searchA .search_btn,
.mmbrSts-org_pre ~ .headerA .header-searchA .search_btn,
.mmbrSts-hataraki ~ .headerA .header-searchA .search_btn {
	background: #425877;
}
.mmbrSts-pre ~ .headerA .header-searchA .search_btn,
.mmbrSts-jigyo ~ .headerA .header-searchA .search_btn,
.mmbrSts-biz_pre ~ .headerA .header-searchA .search_btn {
	background: #A57936;
}
.header-searchA .search_btn:hover {
	cursor: pointer;
	opacity: .7;
}
.header-searchA .search_info {
	font-size: 12px;
	text-align: right;
	margin-top: 5px;
}
.btnclose {
	display: none;
}
.clone-headerA .btnclose {
	display: block;
}
}
.orgLink {
	width: 154px;
	position: absolute;
	left: 140px;
	top: 10px;
	z-index: 1;
}
.orgLink a:hover {
	opacity: .95;
}
 @media only screen and (max-width: 667px) {
.mmbrSts-org .orgLink {
	display: none;
}
.org_wrap a {
	display: block;
	margin: 10px 5px 5px;
}
.mnb-org {
	margin: 0 auto 5px!important;
	border: 4px solid #415778;
    text-align: center;
}
.mdl-open .org_wrap {
	display: none;
}
.mmbrSts-org .mnb-org,
.mmbrSts-org_pre .mnb-org,
.mmbrSts-hataraki .mnb-org {
	margin: 10px 2% 5px;
	border: 4px solid #415778;
	text-align: center;
	width: 96%;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
.mnb-org dt {
	padding: 4px 0 5px;
}
.mnb-org dt img {
	width: 137px;
}
.mnb-org dd {
	padding: 3px 0;
	background: #415778;
}
.mnb-org dd img {
	width: 112px;
}
}

/*navの時にマスクをする対応*/
@media only screen and (max-width: 667px) {
.clone-headerA {
	width: auto;
	background: #e5e3dc;
	position: relative;
}
.clone-headerA .logoA,
.clone-headerA .header-info-ul {
	display: none;
}
}


/*-----------------------------------------
	レスポンシブフッター
-----------------------------------------*/
#footerBottom{
  background: #fff;
  display: block;
}
#footerBottom a:hover img{
	opacity: 0.7;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#footerBottom .navi{
	padding: 15px 0;
	text-align: right;
	background: #dddddd;
	border-bottom: 1px solid #999999;
}
#footerBottom #ftnav {
	padding: 0 0 0 30px;
	font-size: 0;
	margin-bottom: -12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footerBottom #ftnav li {
	display: inline-block;
	font-size: 12px;
	padding: 0 0 0 10px;
	margin: 0 30px 12px 0;
	background: url(/common/images/ico.gif) no-repeat 0 5px;
	line-height: 1.1em;
}
#footerBottom #ftnav li a{
	font-weight: bold;
	color: rgba(0,0,0,1);
	text-decoration: none;
}
#footerBottom #ftnav li a:hover{
	color: rgba(0,0,0,0.6);
}
#footerBottom .bottom{
	width: 956px;
	margin: 0 auto;
	padding: 24px 0 56px 0;
	position: relative;
  text-align: left;
}
#footerBottom .bottom .chat{
	position: absolute;
	top: 22px;
	right: 480px;
}
#footerBottom .bottom .web{
	position: absolute;
	top: 22px;
	right: 280px;
}
#footerBottom .bottom ul{
	position: absolute;
	top: 45px;
	right: -25px;
}
#footerBottom .bottom ul li{
	margin-bottom: 11px;
}
#footerBottom .bottom ul li:last-child{
	margin-bottom: 0;
}
#footerBottom .bottom ul li img{
	vertical-align: bottom;
}
#footerBottom .bottom .logo{
	margin-bottom: 15px;
}
#footerBottom .bottom .copyright{
	width: auto;
	height: auto;
	font-size: 10px;
	font-weight: bold;
}
#footerBottom .bottom .copyright span{
	display: block;
	font-size: 12px;
	margin-bottom: 3px;
}
#footerBottom #fnav0,
#footerBottom #gfnav,
#footerBottom #fnav2,
#footerBottom #fnav3,
#footerBottom #fnav4,
#footerBottom .pagetopBottom{
	display: none;
}

#footerBottom .navi ul {
    width: 956px;
    margin: 0 auto;
}
#footerSp {
  display: none;
}
@media only screen and (max-width: 667px) {
  #footerBottom {
    display: none;
  }
  #footerSp {
    display: block;
  }

  #footerSp{
    width: 100vw;
    border-top: none;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
  }
  #footerSp a{
    text-decoration: none;
  }
  #footerSp a img {
      margin-left: 5px;
      vertical-align: middle;
  }
  #footerSp h4 {
    padding: 5px 0 3px 23px;
    background-color: #CDA661;
    font-family: monospace;
    font-size: 15px;
    line-height: 16px;
    color: #FFF;
  }
  #footerSp #ftnav,
  #page-top{
    display: none!important;
  }
  #footerSp #fnav0,
  #footerSp #fnav2,
  #footerSp #fnav3,
  #footerSp .pagetopBottom{
    display: block;
  }
  #footerSp #ftnav,
  #footerSp .navi,
  #footerSp .navi ul,
  #footerSp .bottom{
    width: auto;
  }
  #footerSp .navi{
    padding: 0;
    text-align: left;
    border-bottom: none;
  }
  #gfnav {
    display: none;
  }
  #fnav0 {
    background-color: #E85282;
  }
  #fnav1 {
    padding: 0 10px;
    background-color: #FFD2E0;
  }
  #fnav2 {
    padding: 0 10px;
    background-color: #f1f1f1;
  }
  #fnav3 {
    padding: 0 10px;
    background-color: #dddddd;
  }
  #fnav5 {
    background-color: #FFF1D8;
  }
  #fnav0 li a {
    padding: 19px 20px 19px 23px;
    font-size: 15px;
    line-height: 16px;
    color: #FFF;
    display: block;
  }
  #fnav1 li a {
    border-bottom: 1px dotted #FFF;
    background: url(/common/responsive/images/arrow_footer.png) no-repeat 95% center;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
    color: #535353;
  }
  #fnav2 li a,
  #fnav3 li a {
    border-bottom: 1px dotted #CCC;
    background: url(/common/responsive/images/arrow_footer.png) no-repeat 95% center;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
    color: #535353;
  }
  #fnav5 li{
    padding: 0 10px;
    border-bottom: 1px solid #CDA661;
  }
  #fnav5 li a {
    background: url(/common/responsive/images/arrow_footer_pre.png) no-repeat 95% center;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
    color: #535353;
  }
  #fnav1 li a,
  #fnav2 li a,
  #fnav3 li a,
  #fnav5 li a {
    padding: 19px 25px 19px 13px;
    font-size: 15px;
    line-height: 16px;
    display: block;
  }
  #fnav1 li:last-child a,
  #fnav2 li:last-child a,
  #fnav3 li:last-child a{
    border-bottom: none;
  }
  #fnav0 li a img {
    width: 18px;
    height: 18px;
    float: right;
  }
  .pagetopBottom {
    background-color: #9e0001;
    width: auto;
    margin: 0 auto;
  }
  .pagetopBottom a {
    padding: 8px 0;
    font-size: 13px;
    line-height: 14px;
    color: #FFF !important;
    text-align: center;
    display: block;
  }
  .pagetopBottom a span {
    vertical-align: middle;
  }
  #footerSp .bottom{
    padding: 17px 10px 20px;
  }
  #footerSp .bottom .chat,
  #footerSp .bottom .web{
    display: block;
    position: static;
    border: 2px solid #006dc7;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 17px;
  }
  #footerSp .bottom .chat a,
  #footerSp .bottom .web a{
    display: block;
    background: url(/common/responsive/images/arrow_footer_web.png) no-repeat 15px center;
    -webkit-background-size: 10px auto;
    background-size: 10px auto;
  }
  #footerSp .bottom .chat img,
  #footerSp .bottom .web img{
    height: 76px;
    width: auto;
    margin: 0;
  }
  #footerSp .bottom .service{
    display: block;
    position: static;
    border: 2px solid #9e0001;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 17px;
  }
  #footerSp .bottom .service a{
    display: block;
    background: url(/common/responsive/images/arrow_footer.png) no-repeat 15px center;
    -webkit-background-size: 10px auto;
    background-size: 10px auto;
  }
  #footerSp .bottom .service img{
    height: 76px;
    width: auto;
    margin: 0;
  }
  #footerSp .bottom .dduet{
    display: block;
    position: static;
    border: 2px solid #fb618f;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 17px;
  }
  #footerSp .bottom .dduet a{
    display: block;
    background: url(/common/responsive/images/arrow_footer_dduet.png) no-repeat 15px center;
    -webkit-background-size: 10px auto;
    background-size: 10px auto;
  }
  #footerSp .bottom .dduet img{
    height: 76px;
    width: auto;
    margin: 0;
  }
  #footerSp .bottom ul{
    position: static;
    height: auto;
    overflow: hidden;
  }
  #footerSp .bottom ul li{
    float: left;
    width: 50%;
    padding: 0 5px 0 0;
    margin: 0!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #footerSp .bottom ul li a{
    display: block;
    background: #f1f1f1;
    text-align: center;
    border-radius: 5px;
  }
  #footerSp .bottom ul li:last-child{
    padding: 0 0 0 5px;
  }
  #footerSp .bottom ul li a{
    pointer-events: auto;
  }
  #footerSp .bottom ul li img{
    height: 85px;
    width: auto;
  }
  #footerSp .bottom .logo{
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  #footerSp .bottom .logo img{
    height: 22px;
    width: auto;
  }
  #footerSp .bottom .copyright{
    font-size: 10px;
    font-weight: normal;
    text-align: center;
  }
  #footerSp .bottom .copyright span{
    display: block;
    font-size: 10px;
  }
  #footerSp .topc{
    background-color: #9e0001;
    width: auto;
    margin: 0 auto;
  }
  #footerSp .topc a{
    padding: 8px 0;
    font-size: 13px;
    line-height: 14px;
    color: #FFF !important;
    text-align: center;
    display: block;
  }
  #footerSp .topc a span{
    vertical-align: middle;
  }
  #footerSp .topc a img{
    margin-left: 5px;
    vertical-align: middle;
  }

}
