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

base

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

html {
	font-size: 62.5%;
}
.nav-bg a,
.headerA a {
	text-decoration: none;
}
.nav-bg a:hover img,
.headerA a:hover img {
	opacity: .7;
}
.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: 768px) {
	.nav-c .pc,
	.nav-bg .pc,
	.headerA .pc,
	.FooterArea .pc {
		display: none !important;
	}
}


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

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


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

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

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

.mdl-fixed {
	width: 100%;
	position: fixed;
}
.nav-musk{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity .6s 0s, visibility 0s .6s;
}
.mdl-fixed .nav-musk{
    opacity: 1;
    visibility: visible;
    transition: opacity .6s 0s, visibility 0s 0s;
    z-index: 10001;
}

.nav-bg {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 350px;
	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;
  font-size: 12px;
  text-align: left;
}

.ctgy-ttl:not(.plus) .closeItem{
	display: none;
}
.nav-bg.d-n {
	-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-close {
	-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;
}


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

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

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

.m-info {
	color: #FFF;
	padding: 0;
	display: none;
}
.m-info .info-na {
	border-bottom: solid 1px #fff;
	text-align: left;
	padding: 18px 12px 18px;
}
.mmbrSts-pre .m-info .info-na {
	background: url(/excludes/images/nav/sp-bk-premium.png)no-repeat center 0%;
	background-size: 174px auto;
	background-position: right 15px center;
}
.mmbrSts-org_pre .m-info .info-na {
	background: url(/excludes/images/nav/sp-bk-org-premium.png)no-repeat center 0%;
	background-size: 174px auto;
	background-position: right 15px center;
}
.mmbrSts-biz .m-info .info-na,
.mmbrSts-biz_pre .m-info .info-na {
	border-bottom:none;
}
.mmbrSts-biz .m-info .btn01,
.mmbrSts-biz_pre .m-info .btn01 {
	padding-top:10px;
}
.m-info .info-na-name {
	font-size: 14px;
	margin-bottom: 5px;
}
.m-info .info-cpA {
	text-align: left;
}
.m-info .info-cpA a:hover {
	opacity: .7;
}
.m-info .info-cpA .info-cp-coin {
	display: block;
	color: #fff;
	padding: 8px 20px;
	border-bottom: 1px solid #fff;
	border-color: rgba(255,255,255,0.4);
}
.m-info .info-cpA .info-cp-point {
	display: block;
	color: #fff;
	padding: 8px 20px;
	border-bottom: 1px solid #fff;
	border-color: rgba(255,255,255,0.4);
}
.m-info .btnA-btn {
	width: 100%;
	cursor: pointer;
	position: relative;
	min-width: 100px;
	min-height: 45px;
	display: block;
	border: 1px solid #fff;
	border-color: rgba(255,255,255,0.4);
	border-radius: 5px;
	background: url(/excludes/images/nav/txt_nav_mypage_close.png) no-repeat;
	background-position: center center;
	transition: margin-top .5s;
}
.m-info .info-mA.close .btnA-btn{
	background: url(/excludes/images/nav/txt_nav_mypage.png) no-repeat;
	background-position: center center;
	transition: margin-top .5s;
}
.btnA-btn:before, .btnA-btn:after {
	content: "";
	background-color: #fff;
	position: absolute;
	top: 50%;
}
.btnA-btn:before {
	width: 13px;
	height: 1px;
	right: 15px;
	display: block;
}
.btnA-btn:after {
	width: 1px;
	height: 13px;
	margin-top: -6px;
	right: 21px;
	display: none;
}
.info-mA.close .btnA-btn:after {
	display: block;
}
.m-info .info-mA-btnA{
	padding: 0 20px 20px;
}
.m-info .info-mA.close .info-mA-btnA{
	padding-top: 14px;
}
.m-info .info-mA.close .info-mA-ct {
	overflow: hidden;
	max-height: 0;
	padding: 0;
	margin: 0;
	border: none;
	opacity: 0;
}
.m-info .exLink1 {
	padding: 22px;
	font-size: 14px;
	padding: 0;
	color: #fff;
	text-align: left;
}
.m-info .exLink1 a{
	padding: 16px 30px 14px 20px;
	border-bottom: 1px solid #fff;
	border-color: rgba(255,255,255,0.4);
	display: block;
}
.m-info .info-mA .exLink1 a:last-child{
	border-bottom: none;
}
.m-info .exLink1-lbl {
	text-decoration: none;
	color: #000;
	display: block;
}
.m-info a.exLink1-lbl,
.m-info a.exLink1-lbl:visited {
	text-decoration: none;
	display: block;
	color: #fff;
}
.m-info .exLink1-lbl:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 768px) {
	.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: #D3A75E;
		/*background: url(/excludes/images/nav/sp-bk-premium0.png)no-repeat center 0%;*/
		display: block;
	}
	.m-info {
		color: #FFF;
		display: none;
	}
	.m-info .info-na {
		border-bottom: solid 1px #fff;
	}
	/*.mmbrSts-pre .m-info .info-na,
	.mmbrSts-jigyo .m-info .info-na,
	.mmbrSts-biz_pre .m-info .info-na{
		background: url(/excludes/images/nav/sp-bk-premium.png) no-repeat center 0%;
		background-size: 223px auto;
	}
	.mmbrSts-org_pre .m-info .info-na {
		background: url(/excludes/images/nav/sp-bk-org-premium.png) no-repeat center 0%;
		background-size: 223px auto;
	}*/
	.mmbrSts-biz .m-info .info-na,
	.mmbrSts-biz_pre .m-info .info-na {
		border-bottom:none;
	}
	.mmbrSts-biz .m-info .btn01,
	.mmbrSts-biz_pre .m-info .btn01 {
		padding-top:10px;
	}
	.m-info .info-cpA .info-cp-coin {
		display: block;
		color: #fff;
	}
	.m-info .info-cpA .info-cp-point {
		display: block;
		color: #fff;
	}
	.m-info .update {
		margin-bottom: 20px;
	}
	.m-info .update .btn02 {
		width: 221px;
		margin: 0 auto 10px;
		display: block;
	}
	.m-info .update .btn02 img {
		width: 100%;
	}
	.m-info .info-cpA .fs {
		font-size: 27px;
	}
	.m-info .info-mA-ct {
		padding-bottom: 5px;
		max-height: 500px;
		-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;
	}
	.m-info .info-mA.close .info-mA-ct {
		overflow: hidden;
		max-height: 0;
		padding: 0;
		margin: 0;
		border: none;
		opacity: 0;
	}
	.exLink1 {
		padding-top: 5px;
		font-size: 13px;
		color: #fff;
		text-align: left;
	}/*
	.cpdiff{
		padding: 10px 20px;
		border-bottom: 1px solid #fff;
		border-color: rgba(255,255,255,0.4);
		font-size:12px;
	}*/
	.exLink1-lbl {
		padding-right: 2em;
		font-size: 14px;
		text-decoration: none;
		color: #000;
		display: inline-block;
		position: relative;
	}
	a.exLink1-lbl,
	a.exLink1-lbl:visited {
		text-decoration: none;
		color: #fff;
	}
	.exLink1-lbl:hover {
		text-decoration: underline;
	}
	.exLink1 .cpdiff .exLink1-lbl {
		font-size: 12px;
	}
	.info-mA-ct .exLink1 .exLink1-lbl{
		padding: 16px 30px 14px 22px;
		border-bottom: 1px solid #fff;
		border-color: rgba(255,255,255,0.4);
		display: block;
	}
	.info-mA-ct .exLink1 .exLink1-lbl:last-of-type{
		border-bottom: none;
	}
	.arrow-f-r {
		position: relative;
	}
	.m-info .exLink1 .arrow-f-r:after {
		content: "";
		display: block;
		width: 0.428em;
		height: 0.428em;
		margin-top: -0.214em;
		background: none;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 20px;
		left: auto;
	}
	.m-info .plsLink a,
	.m-info .logout a {
		display: block;
	}
	.m-info .plsLink .bnr01 {
		display: none;
	}
	.mmbrSts-org .m-info .plsLink .bnr01,
	.mmbrSts-org_pre .m-info .plsLink .bnr01,
	.mmbrSts-hataraki .m-info .plsLink .bnr01 {
		width: 222px;
		margin: 0 auto 10px;
		display: block;
	}
	.m-info .plsLink .bnr01 img {
		width: 100%;
	}
	.m-info .logout .btn01 {
		width: 240px;
		margin: 0 auto 10px;
	}
	.m-info .logout .btn01 img {
		width: 100%;
	}
}
/*@media only screen and (max-width: 768px) */


@media print, screen and (min-width: 769px) {
	.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: #D3A75E;
		/*background: url(/excludes/images/nav/sp-bk-premium0.png)no-repeat center 0%;*/
		display: block;
	}
	
	.m-info .update {
		margin-bottom: 20px;
	}
	.m-info .update .btn02 {
		width: 221px;
		margin: 0 auto 10px;
		display: block;
	}
	.m-info .update .btn02 img {
		width: 100%;
	}
	.m-info .info-cpA .fs {
		font-size: 24px;
	}
	.m-info .info-mA-ct {
		max-height: 500px;
		-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;
	}
	.m-info .arrow-f-r {
		position: relative;
	}
	.m-info .exLink1 .arrow-f-r:after {
		content: "";
		display: block;
		width: 0.428em;
		height: 0.428em;
		margin-top: -0.214em;
		background: none;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 20px;
		left: auto;
	}
	.m-info .plsLink a,
	.m-info .logout a {
		display: block;
	}
	.m-info .logout a {
		margin: auto;
		width: 220px;
	}
	.m-info .plsLink .bnr01 {
		display: none;
	}
	.mmbrSts-org .m-info .plsLink .bnr01,
	.mmbrSts-org_pre .m-info .plsLink .bnr01,
	.mmbrSts-hataraki .m-info .plsLink .bnr01 {
		width: 222px;
		margin: 0 auto 10px;
		display: block;
	}
	.m-info .plsLink .bnr01 img {
		width: 100%;
	}
	.m-info .logout .btn01 {
		width: 223px;
		margin: 0 auto 10px;
		display: block;
	}
	.m-info .logout .btn01 img {
		width: 100%;
	}
}

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




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

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

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

@media only screen and (max-width: 768px) {
	.nav-bg.mdl-open {
		opacity: 1;
		width: 93.333%;
		height: 100%;
		display: block;
		background: #fff;
		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;
		z-index: 10001;
	}
	.mdl-body {
		height: 100%;
	}
	.headerA {
		background: #fff;
	}
	.headerA.clone-headerA {
		border-top: none!important;
		/*border-bottom: 1px solid #d9d9d9;*/
		background: transparent;
		position: relative;
	}
	.clone-headerA .headerA-inner {
		display: block;
		width: 100%;
		max-height: 0;
		min-height: 62px;
		padding: 0;
	}
	.clone-headerA .menuBtn,
	.clone-headerA .logoA,
	.clone-headerA .header-searchA,
	.clone-headerA .header-info-ul {
		display: none !important;
	}
}

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


@media print, screen and (min-width: 769px) {
	body.mdl-fixed {
		width: 100%;
		position: static;
	}
	.nav-bg.mdl-open {
		opacity: 1;
		width: 350px;
		height: 100%;
		background: #fff;
		z-index: 10001;
		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;
	}
	.mdl-body {
		height: 100%;
	}
	.mdl-body {
		height: 100%;
		position: relative;
	}
	.headerA.clone-headerA {
		border-top: none!important;
		border-bottom: 1px solid #d9d9d9;
		background: transparent;
		position: relative;
	}
	.clone-headerA .headerA-inner {
		display: block;
		width: 100%;
		max-height: 0;
		min-height: 70px;
		padding: 0;
	}
	.clone-headerA .menuBtn,
	.clone-headerA .logoA,
	.clone-headerA .header-searchA,
	.clone-headerA .header-info-ul {
		display: none !important;
	}
}
@media print, screen and (min-width: 1549px) {
	body {
		width: 100%;
	}
	.btnclose {
		pointer-events: auto;
		opacity: 1;
	}
}


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

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

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

.btnclose {
	display: none;
}
.clone-headerA .btnclose {
	display: block;
}
.headerA-inner .orgLink {
    width: 154px;
    position: absolute;
    left: 110px;
    top: 0;
    z-index: 1;
}
.headerA-inner .orgLink a:hover {
	opacity: .95;
}

.org_wrap {
	display: none;
}
.mmbrSts-org ~ .headerA .org_wrap,
.mmbrSts-org_pre ~ .headerA .org_wrap,
.mmbrSts-hataraki ~ .headerA .org_wrap{
	display: block;
}

.m-info, .nav-c{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Hiragino Kaku Gothic ProN", "Hiragino Sans","メイリオ", Meiryo, Osaka, sans-serif;
}
.nav-c a{
    color: #000;
}

.plusMinus {
	cursor: pointer;
	position: relative;
}
.plusMinus:before,
.plusMinus:after {
	content: "";
	background-color: #D32E52;
	position: absolute;
	top: 50%;
}
.plusMinus:before{
	width: 11px;
	height: 1px;
	right: 18px;
	display: block;
}
.plusMinus:after{
	width: 1px;
	height: 11px;
	margin-top: -5px;
	right: 23px;
	display: none;
}
.plusMinus.plus:after{
	display: block;
}

/* modal ttl */
.ctgr_dduet .ctgr_dduet_ttl{
	border-bottom: 1px solid #666;
}
.ctgr_dduet .ctgr_dduet_ttl a,
.ctgr_dduet .ctgr_dduet_ttl span{
	padding: 15px 10px 14px 80px;
	background: #DFE0E6 url(/excludes/images/nav/logo_dduet.png) 15px 11px no-repeat;
	background-size: 53px 26px;
	color: #E85282;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
.nav-bg .ctgr_dduet .ctgr_dduet_ttl a,
.nav-bg .ctgr_dduet .ctgr_dduet_ttl span{
	color: #E85282 !important;
}
.mmbrSts-jnrl .ctgr_dduet .ctgr_dduet_ttl,
.mmbrSts-org .ctgr_dduet .ctgr_dduet_ttl,
.mmbrSts-pre .ctgr_dduet .ctgr_dduet_ttl,
.mmbrSts-org_pre .ctgr_dduet .ctgr_dduet_ttl,
.mmbrSts-hataraki .ctgr_dduet .ctgr_dduet_ttl,
.mmbrSts-jigyo .ctgr_dduet .ctgr_dduet_ttl,
.mmbrSts-biz .ctgr_dduet .ctgr_dduet_ttl,
.mmbrSts-biz_pre .ctgr_dduet .ctgr_dduet_ttl{
	display: none;
}

.nav-links ul li.nav-link{
	border-bottom: 1px solid #d9d9d9;
}
.nav-links ul li.nav-link a{
	padding: 16px 30px 14px 22px;
	font-size: 14px;
	display: block;
	position: relative;
}
.nav-links ul li.nav-link a:after{
	content: "";
	width: 0.428em;
	height: 0.428em;
	margin-top: -0.214em;
	border-top: 1px solid #D32E52;
	border-right: 1px solid #D32E52;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
}
.nav-links ul li.nav-link.nav-link-gray a{
	background-color: #F2F2F2;
}
.nav-links ul  li.nav-link.nav-link-ico a{
	padding-left: 48px;
}
.nav-links ul  li.nav-link.nav-link-ico a:before{
	content: "";
	width: 22px;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 15px;
}
.nav-links ul  li.nav-link.nav-link-ico.nav-link-login a:before{
	background-image: url(/excludes/images/nav/ico-login_nav.svg);
	background-size: 15px  auto;
}
.nav-links ul  li.nav-link.nav-link-ico.nav-link-app a:before{
	background-image: url(/excludes/images/nav/ico-app_nav.svg);
	background-size: 15px  auto;
}
.nav-links ul  li.nav-link.nav-link-ico.nav-link-favorite a:before{
	background-image: url(/excludes/images/nav/ico-favorite_nav.svg);
	background-size: 15px  auto;
}
.nav-links ul  li.nav-link.nav-link-ico.nav-link-history a:before{
	background-image: url(/excludes/images/nav/ico-history_nav.svg);
	background-size: 15px  auto;
}
.nav-links ul  li.nav-link.nav-link-ico.nav-link-logout{
	display: none;
}
.nav-links ul  li.nav-link.nav-link-ico.nav-link-logout a:before{
	background-image: url(/excludes/images/nav/ico-logout_nav.svg);
	background-size: 14px  auto;
}
.mmbrSts-jnrl .nav-links ul  li.nav-link.nav-link-ico.nav-link-logout,
.mmbrSts-pre .nav-links ul  li.nav-link.nav-link-ico.nav-link-logout,
.mmbrSts-biz .nav-links ul  li.nav-link.nav-link-ico.nav-link-logout,
.mmbrSts-biz_pre .nav-links ul  li.nav-link.nav-link-ico.nav-link-logout,
.mmbrSts-jigyo .nav-links ul  li.nav-link.nav-link-ico.nav-link-logout,
.mmbrSts-org .nav-links ul  li.nav-link.nav-link-ico.nav-link-logout,
.mmbrSts-org_pre .nav-links ul  li.nav-link.nav-link-ico.nav-link-logout,
.mmbrSts-hataraki .nav-links ul  li.nav-link.nav-link-ico.nav-link-logout{
	display: block;
}

.nav-c .ctgr01 .ctgy-ttl img {
	width: 99px;
	height: 13.5px;
}
.nav-c .ctgr02 .ctgy-ttl img {
	width: 123px;
	height: 13.5px;
}

.nav-c .ctgr01 {
	background: url(/excludes/images/nav/sp-icon-home.png) no-repeat;
	background-size: 31px 24px;
	background-position: calc(0px) calc(15px);
}
.nav-c .ctgr02 {
	background: url(/excludes/images/nav/sp-icon-dduetMemberSite1.png) no-repeat;
	background-size: 39.5px 22.5px;
	background-position: calc(0px) calc(12px);
}
.nav-c .nav-ctgr-ul {
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 15px;
}
.plusMinus ~ .ctgy-c {
	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;
}


.nav-c .nav-ctgr {
	display: block;
}	
.nav-c .ctgy-ttl {
	border-bottom: 1px solid #d9d9d9;
	color: #000;
	font-size: 14px;
	position: relative;
}
.nav-c .ctgy-ttl span{
	padding: 16px 30px 14px 22px;
	color: #000;
	display: block;
	position: relative;
}
.nav-c a.ctgy-ttl,
.nav-c a.ctgy-ttl:visited {
	text-decoration: none;
	display: block;
	color: #000;
}
.nav-c .ctgy-ttl.ctgy-ttl-ico span{
	padding-left: 48px;
}
.ctgy-ttl.ctgy-ttl-ico span:before{
	content: "";
	width: 22px;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 15px;
}
.ctgy-ttl.ctgy-ttl-ico.ctgy-ttl-prd span:before{
	background-image: url(/excludes/images/nav/ico-prd_nav.svg);
	background-size: 19px  auto;
}
.ctgy-ttl.ctgy-ttl-ico.ctgy-ttl-worry span:before{
	background-image: url(/excludes/images/nav/ico-worry_nav.svg);
	background-size: 14px  auto;
}
.ctgy-ttl.ctgy-ttl-ico.ctgy-ttl-place span:before{
	background-image: url(/excludes/images/nav/ico-place_nav.svg);
	background-size: 22px  auto;
}
.ctgy-ttl.ctgy-ttl-ico.ctgy-ttl-purpose span:before{
	background-image: url(/excludes/images/nav/ico-purpose_nav.svg);
	background-size: 26px  auto;
}
.nav-ctgr-dduetmem{
	display: none;
}
.mmbrSts-jnrl .nav-ctgr-dduetmem,
.mmbrSts-pre .nav-ctgr-dduetmem,
.mmbrSts-biz .nav-ctgr-dduetmem,
.mmbrSts-biz_pre .nav-ctgr-dduetmem,
.mmbrSts-jigyo .nav-ctgr-dduetmem,
.mmbrSts-org .nav-ctgr-dduetmem,
.mmbrSts-org_pre .nav-ctgr-dduetmem,
.mmbrSts-hataraki .nav-ctgr-dduetmem{
	display: block;
}

.nav-ctgr-ttl{
	padding: 16px 10px 14px 18px;
	background-color: #DFE0E6;
	border-bottom: 1px solid #d9d9d9;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.nav-ctgr-ttl:hover,
.nav-ctgr-ttl span:hover{
	color: #000 !important;
}

@media only screen and (max-width: 768px) {
	.btnclose {
		position: absolute;
		top: 12px;
		right: 15px;
		width: 40px;
		height: 45px;
		padding-top: 30px;
		text-align: center;
		background: #fff;
		box-sizing: border-box;
		cursor: pointer;
	}
	.btnclose:before,
	.btnclose:after{
		content: "";
		width: 26px;
		height: 2px;
		margin-left: -13px;
		background-color: #000;
		display: block;
		position: absolute;
		top: 14px;
		left: 50%;
	}
	.btnclose:before{
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.btnclose:after{
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.btnclose span {
		font-size: 10px;
		font-weight: bold;
		line-height: 1;
		display: block;
	}
	.btnclose img {
		width: 100%;
	}

	.nav-c {
		box-sizing: border-box;
		margin-bottom: 100px;
	}
	.nav-c .nav-ctgr {
		display: block;
	}
	.arrow-b-r {
		position: relative;
	}
	.arrow-b-r:after {
		content: "";
		display: block;
		width: 15px;
		height: 16px;
		position: absolute;
		top: 50%;
		right: 0px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		background: url(/excludes/images/nav/sp-icon-arrow-r-gray.png) no-repeat;
		background-size: 75%;
	}
	.nav-c .ctgr01 .ctgy-ttl img {
		width: 99px;
		height: 13.5px;
	}
	.nav-c .ctgr02 .ctgy-ttl img {
		width: 123px;
		height: 13.5px;
	}
	.nav-c .ctgr01 {
		background: url(/excludes/images/nav/sp-icon-home.png) no-repeat;
		background-size: 31px 24px;
		background-position: calc(0px) calc(15px);
	}
	.nav-c .ctgr02 {
		background: url(/excludes/images/nav/sp-icon-dduetMemberSite1.png) no-repeat;
		background-size: 39.5px 22.5px;
		background-position: calc(0px) calc(20px);
	}
	.nav-ctgr-ul {
		font-weight: bold;
		font-size: 14px;
		padding-bottom: 15px;
	}
	.plusMinus ~ .ctgy-c {
		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;
	}
	.nav-c .entryBtnA {
		width: 100%;
	}
	.mmbrSts-jnrl .nav-c .entryBtnA,
	.mmbrSts-org .nav-c .entryBtnA,
	.mmbrSts-pre .nav-c .entryBtnA,
	.mmbrSts-org_pre .nav-c .entryBtnA,
	.mmbrSts-hataraki .nav-c .entryBtnA ,
	.mmbrSts-jigyo .nav-c .entryBtnA,
	.mmbrSts-biz .nav-c .entryBtnA,
	.mmbrSts-biz_pre .nav-c .entryBtnA{
		display: none;
	}
	.nav-c .entryBtnA img {
		width: 100%;
	}
	.nav-c .entryBtnA a {
		display: block;
	}/*
	.nav-c .loginBtn,
	.nav-c .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;
	}
	.nav-gtgr-li {
		display: block;
	}
	.nav-gtgr-li-lbl {
		padding-left: 55px;
		display: block;
		padding: 15px 10px 15px 55px;
		box-sizing: border-box;
	}
	.exLink {
		background: #D6D4CE;
		padding: 22px;
		font-size: 15px;
		margin: 0px 20px 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: 15px;
		height: 16px;
		position: absolute;
		top: 12px;
		left: 0px;
		background: url(/excludes/images/nav/sp-icon-arrow-r-gray.png) no-repeat;
		background-size: 75%;
	}

	.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: 0;
	}
	.org_wrap .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;
	}
}

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


@media print, screen and (min-width: 769px) {
	.btnclose {
		position: absolute;
		top: 12px;
		right: 10px;
		width: 50px;
		height: 37px;
		padding-top: 32px;
		text-align: center;
		box-sizing: border-box;
		cursor: pointer;
	}
	.btnclose:before,
	.btnclose:after{
		content: "";
		width: 18px;
		height: 2px;
		margin-left: -10px;
		background-color: #000;
		display: block;
		position: absolute;
		top: 14px;
		left: 50%;
	}
	.btnclose:before{
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.btnclose:after{
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.btnclose span {
		font-size: 10px;
		font-weight: bold;
		line-height: 1;
		display: block;
	}

	.nav-c {
		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-ttl{
		padding: 16px 10px 14px 18px;
		background-color: #DFE0E6;
		border-bottom: 1px solid #d9d9d9;
		color: #000;
		font-size: 14px;
		font-weight: bold;
	}
	.nav-ctgr-ttl:hover,
	.nav-ctgr-ttl span:hover{
		color: #000 !important;
	}
	
	/* modal ttl */	
	.nav-links ul li.nav-link a .default{display: inline;}
	.nav-links ul li.nav-link a .onhover{display: none;}
	.nav-links ul li.nav-link a:hover .default{display: none;}
	.nav-links ul li.nav-link a:hover .onhover{display: inline;}
	
	.arrow-b-r {
		position: relative;
	}
	.arrow-b-r:after {
		content: "";
		display: block;
		width: 12px;
		height: 12px;
		position: absolute;
		top: 50%;
		right: 0px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		background: url(/excludes/images/nav/sp-icon-arrow-r-gray.png) no-repeat;
		background-size: 75%;
	}

	.nav-c .entryBtnA {
		width: 100%;
	}
	.mmbrSts-jnrl .nav-c .entryBtnA,
	.mmbrSts-org .nav-c .entryBtnA,
	.mmbrSts-pre .nav-c .entryBtnA,
	.mmbrSts-org_pre .nav-c .entryBtnA,
	.mmbrSts-hataraki .nav-c .entryBtnA,
	.mmbrSts-jigyo .nav-c .entryBtnA,
	.mmbrSts-biz .nav-c .entryBtnA,
	.mmbrSts-biz_pre .nav-c .entryBtnA{
		display: none;
	}
	.nav-c .entryBtnA img {
		width: 100%;
	}
	.nav-c .entryBtnA a {
		display: block;
	}
	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;
		box-sizing: border-box;
	}


	.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(/excludes/images/nav/sp-icon-arrow-r-gray.png) no-repeat;
		background-size: 75%;
	}
}





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

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

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

.headerA {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Hiragino Kaku Gothic ProN", "Hiragino Sans","メイリオ", Meiryo, Osaka, sans-serif;
	position: relative;
	background: #fff;
    z-index: 10000;
}
.headerA-inner{
	box-sizing: border-box;
}
.headerA .logoA {
	float: left;
	width: 77px;
    position: relative;
}
.headerA .headerA-inner img {
	width: 100%;
	height: auto;
}
.headerA .logoA-link {
    display: block;
}
.menuBtn {
    cursor: pointer;
    text-align: center;
    float: right;
}
.menuBtn .menuBtn-ico {
    margin-right: auto;
    margin-left: auto;
    background-image: url(/excludes/images/nav/ico-menu.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
	width: 26px;
	height: 20px;
}
.menuBtn .menuBtn-txt {
    margin-top: 9px;
    font-weight: bold;
    display: block;
}
.header-info-ul {
    font-weight: bold;
    box-sizing: border-box;
    float: right;
}
.header-info-li {
    display: inline-block;
    text-align: center;
    line-height: 1.2;
    position: relative;
}
.header-info-li a {
	color: #000;
	text-align: center;
	display: block;
}
.header-info-li a .info-ico{
	margin-right: auto;
	margin-left: auto;
	background-position: center center;
	background-repeat: no-repeat;
    background-size: contain;
	display: block;
}
.header-info-li a .info-txt{
	margin-top: 10px;
    font-size: 11px;
	font-weight: bold;
	display: block;
}

.info-li-name {
	display: none;
}

/* header icon */
.header-info-li.icon-login .info-ico{
	background-image: url(/excludes/images/nav/ico-login.svg);
	width: 18px;
	height: 18px;
}
.header-info-li.icon-support .info-ico{
	background-image: url(/excludes/images/nav/ico-support.svg);
	width: 21px;
	height: 21px;
}
.header-info-li.icon-cart .info-ico{
	background-image: url(/excludes/images/nav/ico-cart.svg);
	width: 23px;
	height: 20px;
}
.header-info-li.icon-search .info-ico{
	background-image: url(/excludes/images/nav/ico-search.svg);
	width: 16px;
	height: 18px;
}
.header-info-li.icon-mypage .info-ico{
	background-image: url(/excludes/images/nav/ico-mypage.svg);
	width: 17px;
	height: 19px;
}
.mmbrSts-jnrl ~ .headerA .header-info-li.icon-mypage .info-ico{
	background-image: url(/excludes/images/nav/ico-mypage-jnrl.svg);
	width: 17px;
	height: 19px;
}
.mmbrSts-pre ~ .headerA .header-info-li.icon-mypage .info-ico{
	background-image: url(/excludes/images/nav/ico-mypage-pre.svg);
	width: 26px;
	height: 23px;
}
.mmbrSts-org ~ .headerA .header-info-li.icon-mypage .info-ico{
	background-image: url(/excludes/images/nav/ico-mypage-org.svg);
	width: 17px;
	height: 19px;
}
.mmbrSts-org_pre ~ .headerA .header-info-li.icon-mypage .info-ico{
	background-image: url(/excludes/images/nav/ico-mypage-org_pre.svg);
	width: 26px;
	height: 23px;
}

/* support */
.header-info-li.icon-support .header-support-nav-musk {
	width: 100%;
    height: calc(100% - 62px);
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 62px;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s 0s, visibility 0s .6s;
}
.header-info-li.icon-support.op .header-support-nav-musk {
    opacity: 1;
    visibility: visible;
    transition: opacity .6s 0s, visibility 0s 0s;
}
.header-info-li.icon-support .header-support-nav {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    overflow: hidden;
    position: absolute;
    left: 50%;
    z-index: 99;
}
.header-info-li.icon-support .header-support-nav ul {
    display: none;
}
.header-info-li.icon-support .header-support-nav ul li {
    border-bottom: 1px solid #E6E6E6;
}
.header-info-li.icon-support .header-support-nav ul li a {
    color: #000;
    font-weight: normal;
    text-align: left;
    display: block;
}
.header-info-li.icon-support .header-support-nav ul li a {
	padding: 15px 10px 15px 25px;
	font-size: 14px;
}

.orgLink, .logo_pre, .logo_org_pre, .mnb-org {
    display: none;
}
.orgLink {
    width: 154px;
    position: absolute;
    left: 140px;
    top: -10px;
    z-index: 1;
}

.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 .orgLink,
.mmbrSts-org_pre ~ .headerA .mnb-org,
.mmbrSts-hataraki ~ .headerA .orgLink,
.mmbrSts-hataraki ~ .headerA .mnb-org {
  display: block;
}

.mmbrSts-jnrl ~ .headerA .header-info-li.header-info-li-login,
.mmbrSts-pre ~ .headerA .header-info-li.header-info-li-login,
.mmbrSts-biz ~ .headerA .header-info-li.header-info-li-login,
.mmbrSts-biz_pre ~ .headerA .header-info-li.header-info-li-login,
.mmbrSts-jigyo ~ .headerA .header-info-li.header-info-li-login,
.mmbrSts-org ~ .headerA .header-info-li.header-info-li-login,
.mmbrSts-org_pre ~ .headerA .header-info-li.header-info-li-login,
.mmbrSts-hataraki ~ .headerA .header-info-li.header-info-li-login{
	display: none;
}

.header-info-li.header-info-li-mypage{
	display: none;
}
.mmbrSts-jnrl ~ .headerA .header-info-li.header-info-li-mypage,
.mmbrSts-pre ~ .headerA .header-info-li.header-info-li-mypage,
.mmbrSts-org ~ .headerA .header-info-li.header-info-li-mypage,
.mmbrSts-org_pre ~ .headerA .header-info-li.header-info-li-mypage,
.mmbrSts-hataraki ~ .headerA .header-info-li.header-info-li-mypage,e{
	display: inline-block;
}

/* search onoff */
.header-searchA {
	width: 100%;
	background-color: #F2F2F2;
	-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;
	max-height: 0;
	overflow: hidden;
    position: fixed;
}
.header-searchA.actSearchA {
    height: 50px;
    padding: 11px 0;
    overflow: visible;
    max-height: 100px;
    box-sizing: border-box;
}
.header-searchA .search-inner{
	max-width: 980px;
    width: 100%;
    margin: 0 auto;
    height: 28px;
    display: block;
}
.header-searchA .input_search {
	position: relative;
}
.header-searchA .search-inner .input-textArea{
    position: relative;
	width: 100%;
    height: 28px;
    padding: 0 35px 0 10px;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 0;
    font-family: inherit;
    box-sizing: border-box;
    font-size: 12px;
    outline: none;
}
.header-searchA .search-inner .search_btn{
	width: 40px;
    height: 27px;
    background: url(/excludes/images/nav/ico-search_gray.svg) center center no-repeat;
    background-size: 13px auto;
    border: none;
    cursor: pointer;
    text-indent: -10000px;
    overflow: hidden;
    position: absolute;
}


@media print, screen and (min-width: 769px) {
	.headerA-inner {
		max-width: 980px;
		margin: auto;
		padding: 11px 20px 10px 13px;
		min-height: 70px;
	}
	.menuBtn {
		margin-left: 36px;
		padding-top: 6px;
	}
	.menuBtn .menuBtn-txt {
		font-size: 11px;
	}
	.header-info-ul{
		padding-top: 4px;
	}
	.header-info-ul .header-info-li {
		margin-left: 25px;
	}
	.header-info-li.icon-support .header-support-nav {
		width: 200px;
		margin-left: -100px;
		top: 64px;
	}
	.header-info-li.icon-support .header-support-nav-musk {
		display: none;
	}

	/* search */
	.header-searchA .input_search {
		width: 280px;
		padding-right: 10px;
		float: right;
	}
	.header-searchA .search-inner .search_btn{
		top: 2px;
		right: 3px;
	}
}

@media only screen and (max-width: 768px) {
	.headerA.navscrl{
		width: 100%;
		position:fixed;
		top:0;
	}
	.clone-headerA{
	 	position: static;
	}
	#container .headerA + #wrapper{
		margin: 83px auto;
	}
	.headerA-inner {
		min-height: 62px;
		padding: 15px 15px 12px;
		position: relative;
	}
	.headerA .logoA {
		float: left;
		width: 65px;
	}
	.menuBtn{
		margin-left: 14px;
		padding-top: 2px;
	}
	.menuBtn .menuBtn-txt{
		margin-top: 6px;
		font-size: 10px;
		letter-spacing: -1px;
	}
	.header-info-ul .header-info-li{
		margin-left: 8px;
	}
	.header-info-li.icon-search{
		margin-left: 12px;
	}
	.header-info-li a .info-txt{
		margin-top: 5px;
		font-size: 10px;
		letter-spacing: -1px;
	}
	.header-info-li.icon-support .header-support-nav ul li a{
		padding: 15px 10px 15px 18px;
		font-size: 12px;
	}
	.header-info-li.icon-support .header-support-nav {
		width: 160px;
		margin-left: -80px;
		top: 57px;
	}

	/* header icon */
	.menuBtn .menuBtn-ico{
		width: 20px;
    	height: 17px;
	}
	.header-info-li.icon-cart .info-ico{
		width: 19px;
		height: 17px;
	}
	.header-info-li.icon-support .info-ico{
		width: 19px;
    	height: 19px;
	}
	.mmbrSts-jnrl ~ .headerA .header-info-li.icon-mypage .info-ico{
		width: 16px;
		height: 18px;
	}
	.mmbrSts-jnrl ~ .headerA .header-info-li.icon-mypage .info-ico{
		width: 14px;
		height: 16px;
	}
	.mmbrSts-pre ~ .headerA .header-info-li.icon-mypage .info-ico{
		width: 22px;
		height: 20px;
	}
	.mmbrSts-org ~ .headerA .header-info-li.icon-mypage .info-ico{
		width: 14px;
		height: 16px;
	}
	.mmbrSts-org_pre ~ .headerA .header-info-li.icon-mypage .info-ico{
		width: 22px;
		height: 20px;
	}
	
	/* search */	
	.header-searchA.actSearchA{
		padding: 9px 10px;
		max-height: 50px;
	}
	.header-searchA .search-inner .search_btn{
		right: 3px;
	}
}























/*-----------------------------------------
	レスポンシブフッター
-----------------------------------------*/
#FooterArea 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;
}
#FooterArea .navi{
	padding: 15px 0;
	text-align: right;
	background: #dddddd;
	border-bottom: 1px solid #999999;
}
#FooterArea #ftnav {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 0 400px;
	font-size: 0;
	margin-bottom: -12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#FooterArea #ftnav li {
	display: inline-block;
	font-size: 12px;	
	padding: 0 0 0 10px;
	margin: 0 30px 12px 0;
	background: url(/excludes/images/p/common02/arrow03.png) no-repeat left center;
	line-height: 1.1em;
}
#FooterArea #ftnav li a{
	color: rgba(0,0,0,1);
	text-decoration: none;
}
#FooterArea #ftnav li a:hover{
	color: rgba(0,0,0,0.6);
}
#FooterArea .bottom{
	width: 980px;
	height: 65px;
	margin: 0 auto;
	padding: 24px 0 56px 0;
	position: relative;
	box-sizing: content-box;
}
#FooterArea .bottom .web{
	position: absolute;
	top: 22px;
	/* right: 339px; */
	right: 450px;
}
#FooterArea .bottom .ai{
	position: absolute;
	top: 22px;
	right: 224px;
}
#FooterArea .bottom ul{
	position: absolute;
	top: 22px;
	right: 0;
}
#FooterArea .bottom ul li{
	margin-bottom: 11px;
}
#FooterArea .bottom ul li:last-child{
	margin-bottom: 0;
}
#FooterArea .bottom ul li a{
	/* pointer-events: none; */
	pointer-events: auto;
}
#FooterArea .bottom ul li img{
	vertical-align: bottom;
}
#FooterArea .bottom .logo{
	margin-bottom: 15px;
}

#FooterArea .corp {
	float: left;
	width: 30%;
	text-align: left;
	margin: 0 0 0 2%;
}
#FooterArea .corp a{
  color: #000;
  font-size:16px;
  text-decoration:none;
}
#FooterArea .corp a:hover{
  opacity:.7;
  color:#000;
  text-decoration:none;
  transition:opacity .3s;
}  
#FooterArea .bottom .copyright{
	font-size: 10px;
	font-weight: bold;
}
#FooterArea .bottom .copyright span{
	display: block;
	font-size: 12px;
	margin-bottom: 3px;
}
#FooterArea .bottom .copyright span a{
	width: auto;
	height: auto;
	font-size: 12px;
	color: #333;
}
#FooterArea #fnav0,
#FooterArea #gfnav,
#FooterArea #fnav2,
#FooterArea #fnav3,
#FooterArea #fnav4,
#FooterArea .pagetop{
	display: none;
}
@media only screen and (max-width: 768px) {
#FooterArea{
	width: 100vw;
	/*padding-right: 17px;*/
	border-top: none;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
#FooterArea a{
	text-decoration: none;
}
#FooterArea a img {
    margin-left: 5px;
    vertical-align: middle;
}
#FooterArea h4 {
	padding: 5px 0 3px 23px;
	background-color: #CDA661;
	font-family: monospace;
	font-size: 15px;
	line-height: 16px;
	color: #FFF;
}

#FooterArea #ftnav,
#page-top{
	display: none!important;
}

#FooterArea #fnav0,
#FooterArea #fnav2,
#FooterArea #fnav3,
#FooterArea .pagetop{
	display: block;
}
#FooterArea #ftnav,
#FooterArea .navi,
#FooterArea .navi ul,
#FooterArea .bottom{
	width: auto;
}
#FooterArea .navi{
	padding: 0;
	text-align: left;
	border-bottom: none;
	margin: 20px 0 0 0;
}
#FooterArea .navi ul{
margin:0;
padding-bottom:0;
border-bottom:none;
}

#FooterArea .navi li {
	text-align:left;
	margin: 0;
}
#FooterArea .navi li img{
	opacity: 1.0;
}
#FooterArea .navi li a.opened img{
	opacity:0.7;
}
#gfnav {
	display: none;
}
#fnav0 {
	background-color: #E85282;
}
#fnav1 {
	padding: 0 10px;
	background-color: #FFD2E0;
}
#fnav2 {
	padding: 0 10px !important;
	background-color: #f1f1f1;
}
#fnav3 {
	padding: 0 10px !important;
	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;
	/* margin: 0; */
}
#fnav1 li a {
	border-bottom: 1px dotted #FFF;
	background: url(/excludes/images/sp/common02/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(/excludes/images/sp/common02/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(/excludes/images/sp/common02/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;
}
.pagetop {
	background-color: #e85282;
}
.pagetop a {
	padding: 8px 0;
	font-size: 13px;
	line-height: 14px;
	color: #FFF !important;
	text-align: center;
	display: block;
}
.pagetop a span {
	vertical-align: middle;
}
#FooterArea .bottom{
	padding: 17px 10px 25px;
 height: 100%; /* add 20210909 */
}
#FooterArea .corp{
	float: none;
	width:auto;
	text-align: center;
	padding-bottom: 20px;
	}
#FooterArea .corp a{
	display:inline-block;
	font-size:13px;
    margin-bottom: 15px;
}
#FooterArea .copyright{
    font-size: 10px;
    font-weight: normal;
    text-align: center;
  }
/*#FooterArea .bottom .web{
	display: block;
	position: static;
	border: 2px solid #e85282;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 17px;
}
#FooterArea .bottom .web a{
	display: block;
	background: url(/excludes/images/sp/common02/arrow_footer.png) no-repeat 15px center;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;	
}
#FooterArea .bottom .web img{
	height: 76px;
	width: auto;
	margin: 0;
}*/
#FooterArea .bottom .web{
    display: block;
    position: static;
    /* border: 2px solid #006dc7; */
    border: 2px solid #fb618f;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 17px;
  }
#FooterArea .bottom .web a{
    display: block;
    /* background: url(/excludes/images/sp/common02/arrow_footer_web.png) no-repeat 15px center; */
    background: url(/excludes/images/sp/common02/arrow_footer_dduet.png) no-repeat 15px center;
    -webkit-background-size: 10px auto;
    background-size: 10px auto;	
  }
#FooterArea .bottom .web img{
    height: 76px;
    width: auto;
    margin: 0;
  }
#FooterArea .bottom .ai{
    display: block;
    position: static;
    border: 2px solid #006dc7;
    /* border: 2px solid #fb618f; */
    border-radius: 5px;
    text-align: center;
    margin-bottom: 17px;
  }
#FooterArea .bottom .ai a{
    display: block;
    background: url(/excludes/images/sp/common02/arrow_footer_web.png) no-repeat 15px center;
    /* background: url(/excludes/images/sp/common02/arrow_footer_dduet.png) no-repeat 15px center; */
    -webkit-background-size: 10px auto;
    background-size: 10px auto;	
  }
#FooterArea .bottom .ai img{
    height: 76px;
    width: auto;
    margin: 0;
  }
#FooterArea .bottom .service{
    display: block;
    position: static;
    border: 2px solid #9e0001;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 17px;
  }
#FooterArea .bottom .service a{
    display: block;
    background: url(/excludes/images/sp/common02/arrow_footer_jp.png) no-repeat 15px center;
    -webkit-background-size: 10px auto;
    background-size: 10px auto;	
  }
#FooterArea .bottom .service img{
    height: 76px;
    width: auto;
    margin: 0;
  }
#FooterArea .bottom .dduet{
    display: block;
    position: static;
    /* border: 2px solid #fb618f; */
    border: 2px solid #006dc7;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 17px;
  }
#FooterArea .bottom .dduet a{
    display: block;
    /* background: url(/excludes/images/sp/common02/arrow_footer_dduet.png) no-repeat 15px center; */
    background: url(/excludes/images/sp/common02/arrow_footer_web.png) no-repeat 15px center;
    -webkit-background-size: 10px auto;
    background-size: 10px auto;	
  }
#FooterArea .bottom .dduet img{
    height: 76px;
    width: auto;
    margin: 0;
  }
#FooterArea .bottom ul{
	position: static;
	height: auto;
	overflow: hidden;
}
#FooterArea .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;
}
#FooterArea .bottom ul li a{
	display: block;
	background: #f1f1f1;
	text-align: center;
	border-radius: 5px;
}
#FooterArea .bottom ul li:last-child{
	padding: 0 0 0 5px;
}
#FooterArea .bottom ul li a{
	pointer-events: auto;
}
#FooterArea .bottom ul li img{
	height: 85px;
	width: auto;
}
#FooterArea .bottom .logo{
	text-align: center;
	margin-top: 25px;
	margin-bottom: 15px;
}
#FooterArea .bottom .logo img{
	height: 33px;
	width: auto;
}
#FooterArea .bottom .copyright{
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #000;
}
#FooterArea .bottom .copyright span{
	display: block;
	font-size: 10px;
}
#FooterArea .bottom .copyright span a{
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color:#333;
}
}
 @media only screen and (max-width: 375px) {
#FooterArea{
	padding-right: 0;
}
}

/*----------------------------------------
	JP側のフッターを読み込んだときの競合を解消
----------------------------------------*/
#headerSp, #footerSp, .sp_mainTtl, .sp_only {
    display: none;
}
#footerWrapper{
	margin-top: 50px;
}
#footer .mainContents{
	padding-top: 0;
	background: none;
}
#footer a:link {
	text-decoration:none;
	color: #333;
}
#footer a:visited {
    text-decoration:none;
	color: #333;
}
#footer a:hover {
    text-decoration:underline;
	color: #23c3d6;
}
@media screen and (max-width: 768px){
	#headerSp, #footerSp, .sp_mainTtl, .sp_only {
		display: block;
	}
	#headerWrapper,#footerWrapper,#footerBottom,#breadcrumbs,.pc_only,#sidebar{
	    display: none;
	}
	#footerSp{
		margin-top: 30px;
	}
}


/* 2017.09.15 */
/*.cpdiff{
	padding: 0 0 0 3px !important;
}*/

@media only screen and (max-width: 768px){
	.cpdiff{
		font-size:14px;
	}
	.navscrl{
		box-shadow: 0px 4px 2px rgba(0,0,0,0.1);
	}
	.mdl-open .navscrl{
		box-shadow: none;
	}
	/*#MB{
		padding-top:62px;
	}
	#MB.hoheader{
		padding-top:147px;
	}*/
}

@media print, screen and (min-width: 769px) {
p.arrmnBtn {
    position: absolute;
    background:url(/excludes/images/_shared/header/arrmnbtn.png) no-repeat;
    width:211px;
    height:144px;
    top: -10px;
    right: -133px;
    z-index: 1000;
    margin:0 auto;
    display:none;
}
}

/*
@media print, screen and (min-width: 1549px){
	p.arrmnBtn {
		visibility: hidden;
		pointer-events: none;
	}
}
*/
@media print, screen and (max-width: 768px) {
p.arrmnBtn {
    position: absolute;
    background: url(/excludes/images/_shared/header/arrmnbtn_v2.png) no-repeat;
    width: 100%;
    height: 100px;
    top: -3px;
    right: 9px;
    z-index: 10;
    background-size: 140px;
    background-position: right;
}
}

</pre></body></html>