  /* common.css */

body {
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 16px;
	line-height: 1;
	font-feature-settings: "palt" 1;
	color: #333333;
	padding-top: 50px;
}

a {
	color: #447dbb;
	transition: opacity 0.3s;
}

a:hover {
	opacity: 0.7;
}

a:hover,
a:visited {
	color: #447dbb;
}

a.icon-arrow {
	display: inline-block;
	padding-left: 1.25em;
	margin-right: 0.25em;
	line-height: 1.5em;
	position: relative;
	color: #333333;
	text-decoration: none;
	white-space: pre-wrap;
}

a.icon-arrow:before {
	content: "";
	display: block;
	position: absolute;
	top: 0.25em;
	left: 0;
	width: 1em;
	height: 1em;
	background: url(../img/icon-arrow.png) no-repeat center center;
	background-size: 100% auto;
}

.icon-blank {
	display: inline-block;
	padding-right: 1.25em;
	margin-right: 0.25em;
	line-height: 1.5em;
	position: relative;
	color: #333333;
	text-decoration: none;
	white-space: pre-wrap;
}

.icon-blank:before {
	content: "";
	display: block;
	position: absolute;
	top: 0.25em;
	right: 0;
	width: 1em;
	height: 1em;
	background: url(../img/icon-blank.png) no-repeat center center;
	background-size: 100% auto;
}

h1, h2, h3, h4, h5 {
	/*line-height: 1.8;*/
}

p {
	line-height: 1.8;
}

.content {
	width: 100%;
	margin: 0;
	padding: 0 16px;
	position: relative;
}

.row:after {
	content: "";
	display: block;
	clear: both;
}

/* commonHeader */
#commonHeader {
	width: 100%;
	height: 50px;
	background: #FFF;
	transition: top 0.5s;
	position: fixed;
	top: 0;
	z-index: 999;
	/*box-shadow: 0 0 8px rgba(0,0,0,0.2);*/
}

#menuBtn {
	display: block;
	width: 50px;
	height: 100%;
	background-color: #FFF;

	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;

	background: url(../img/sp/icon-menu.svg) no-repeat center center;
	background-size: 22px;
	cursor: pointer;
}

#commonHeader h1 {
	position: absolute;
	left: 50px;
	width: 44.5%;
	height: 100%;
	max-width: 168px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../img/sp/logo.png);
	background-size: 100% auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#commonHeader h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

#commonHeader a {
	color: #FFF;
	text-decoration: none;
	display: block;
}

#primaryNav {

}

#searchBtn {
	display: block;
	width: 13%;
	height: 100%;

	background: #004ea2 url(../img/sp/icon-search.svg) no-repeat center center;
	background-size: 20px auto;

	position: absolute;
	top: 0;
	right: 0;
}

#siteSearch .dropdown {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50px;
	left: 0;
	background: #004ea2;
	z-index: 99;
	padding: 10px 16px;

	display: none;
}

#siteSearch .dropdown form {
	display: table-cell;
	width: 75%;
	position: relative;
	margin: 0;
	padding: 0;
}

#siteSearch .dropdown input[type="text"] {
	border: 1px solid #dddddd;
	width: 100%;
	height: 40px;
	border-radius: 20px;
}

#siteSearch .dropdown input[type="text"]:focus {
	outline: none;
}

#siteSearch .dropdown input[type="submit"] {
	appearance: none;
	width: 32px;
	height: 32px;
	border: 0 none;
	border-radius: 50%;
	position: absolute;
	right: 4px;
	top: 50%;
	margin-top: -16px;
	background: #004ea2 url(../img/sp/icon-search.svg) no-repeat center center;
	background-size: 12px auto;
}

#siteSearch #searchCancelBtn {
	display: table-cell;
	vertical-align: middle;
	width: 25%;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}

#siteSearch.open .dropdown {
	display: table;
}

#membersBtn {
	/*display: block;*/
	-js-display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
	
	width: 100%;
	/*height: 50px;*/

	font-size: 11px;
	/*line-height: 1.5;*/
	line-height: 44px!important;
	text-align: center;
	background: #003384;
	color: #FFF;
	/*padding: 12px 0;*/
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9990;
}
@media screen and (max-width: 768px) {
	#membersBtn {
		display: block;
		width: 18%;
		height: 100%;
		top: 0;
		right: 13%;
		/*line-height: 44px;*/

    font-size: 11px;
    line-height: 1.5!important;
    text-align: center;
    padding: 2.6% 0;
    z-index: 9990;
	}
}


#membersCloseBtn {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding: 18px 0;
	border-top: 1px solid #bfbfbf;
	background: #FFF;
}

#membersNav .dropdown {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50px;
	/*top: 44px;*/
	left: 0;
	z-index: 999;
	background: #FFF;
	box-shadow:  0px 0px 8px rgba(0,0,0,0.2);
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 99;
	display: none;
}

#membersNav.open .dropdown {
	display: block;
}

#membersNav .dropdown .members-title,
#membersNav .dropdown .members-desc {
	display: none;
}

#membersNav .dropdown > ul {
	max-height: 100%;
	overflow-y: scroll;
}

#membersNav .dropdown ul li {
	font-size: 15px;
	text-align: center;
	border-bottom: 1px solid #bfbfbf;
}

#membersNav .dropdown ul li:last-child {
	border-bottom: 0 none;
}

#membersNav .dropdown ul li a , #membersNav .dropdown ul li span {
	color: #333333;
	padding: 18px 35px;
}

#membersNav .dropdown > ul > li {
	position: relative;
	border-bottom: 1px solid #FFF;
}

#membersNav .dropdown > ul > li > a {
	background-color: #003384;
	color: #FFF;
	font-size: 15px;
}
#membersNav .dropdown > ul > li > span {
	background-color: #003384;
	color: #FFF;
	font-size: 15px;
	
	display: block;
}

#secondaryNav {
	width: 320px;
	height: 100%;
	padding-right: 46px;

	position: fixed;
	top:0;
	bottom: 0;
	left: -320px;
	z-index: 9999;
	transition: all 0.5s;
}

#secondaryNav.open {
	left: 0;
}

#closeBtn {
	width: 50px;
	height: 50px;
	background: #FFF url(../img/sp/icon-close.svg) no-repeat center center;
	background-size: 22px;
	cursor: pointer;

	position: absolute;
	top: 0;
	right: -4px;
}

#secondaryNav .menu-wrapper {
	background: #424242;
	box-shadow: 0 0 12px rgba(0,0,0,0.25);
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

#secondaryNav .menu-wrapper::-webkit-scrollbar {
	display: none;
}

#secondaryNav ul {

}

#secondaryNav ul li {
	display: block;
	border-bottom: 1px solid #212121;
	font-feature-settings: normal;
}

#secondaryNav ul li a {
	font-size: 15px;
	padding: 18px 16px;
}

#secondaryNav ul > li {
	position: relative;
}

#secondaryNav ul > li > a {
	padding-left: 50px;
	margin-right: 40px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 16px center;
	background-size: 20px auto;
}

#mn0 > a {
	padding-left: 16px !important;
}

#mn1 > a {
	background-image: url(../img/sp/icon-mainnav1.svg);
}

#secondaryNav ul > li#mn2 > a {
	background-image: url(../img/sp/icon-mainnav2.svg);
	background-size: 28px auto;
	background-position: 14px center;
}

#mn3 > a {
	background-image: url(../img/sp/icon-mainnav3.svg);
}

#mn4 > a {
	background-image: url(../img/sp/icon-mainnav4.svg);
}

#mn5 > a {
	background-image: url(../img/sp/icon-mainnav5.svg);
}

#mn6 > a {
	background-image: url(../img/sp/icon-mainnav6.svg);
}
#mn7 > a {
	background-image: url(../img/sp/icon-mainnav8.svg);
}

#secondaryNav ul > li .dropdown a.category-header {
	display: none;
}

#secondaryNav .category-nav {
	background: #212121;
	padding-left: 16px;
}

#secondaryNav .category-nav li {
	border-bottom: 1px solid #424242;
}

#secondaryNav .category-nav li:last-child {
	border-bottom: none;
}

#secondaryNav .category-nav li a {
	font-size: 15px;
	padding: 18px 14px 18px 0;
	margin-right: 0;
}

#secondaryNav .sub-nav {
}

#secondaryNav .sub-nav > li a {
	font-size: 16px;
	color: #bdbdbd;
	padding-left: 16px;
}

/* dropdown */
.arrow {
	display: block;
	width: 40px;
	height: 50px;

	background: url(../img/sp/icon-arrow.svg) no-repeat center center;
	background-size: 13px auto;

	position: absolute;
	top: 0;
	right: 0;
	transition: all 0.5s;
}

.toggle-block {
	display: block;
	max-height: auto;
	overflow: visible;
	transition: all 0.5s;
}

.close .arrow {
	transform: rotate(180deg);
}

.close .toggle-block {
	max-height: 0px;
	overflow: hidden;
}

/* commonFooter */
#commonFooter {
	border-top: 1px solid #dadada;
}

#commonFooter .foot-nav {
	padding: 20px 16px;
	border-bottom: 1px solid #dadada;
}

#commonFooter .foot-nav li {
	font-size: 12px;
	display: inline-block;
	padding-right: 8px;
	position: relative;
}

#commonFooter .foot-nav li a {
	white-space: nowrap;
}

#commonFooter .address {
	font-size: 11px;
	line-height: 16px;
	font-style: normal;
	text-decoration: none;
	padding: 16px;
}

#commonFooter .address a,
#commonFooter .address span[itemprop='telephone'],
#commonFooter .address span[itemprop='faxNumber'] {
	text-decoration: none;
	color: #333;
}

#credit {
	border-top: 1px solid #dadada;
	text-align: center;
	padding: 20px 16px;
	/*0904 10:54w加筆 */
	max-width: 1080px;
	margin: 0 auto;
}

#credit .foot-logo {
	width: auto;
	height: 34px;
}

#credit .copyright {
	font-size: 11px;
	margin: 16px 0;
}

/* recommendBlock */
#recommendBlock {
	background: #FFF;
	padding: 40px 0 20px;
}

#recommendBlock h2,
#recommendBlock p.en {
	text-align: center;
	color: #004ea2;
}

#recommendBlock h2 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.075em;
	margin-bottom: 0.75em;
}

#recommendBlock .cap {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

#recommendBlock .cap:before {
	content: "";
	display: block;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #004ea2;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
}

#recommendBlock .cap span {
	display: inline-block;
	background: #FFF;
	color: #004ea2;
	position: relative;
	z-index: 2;
	padding: 0 1em;
}

#recommendPrimary,
#recommendSecondary {
	/*max-width: 344px;*/
	margin: 0 auto;
}

.recommend-item {
	width: 50%;
	float: left;
	border: 1px solid #FFF;
	position: relative;
}

.recommend-item a {
	text-decoration: none;
	color: #333;
}


.recommend-item .recommed-thumb {
	width: 100%;
	background: #313131;
	display: block;
}

.recommend-item .recommed-thumb img {
	width: 100%;
	display: block;
	opacity: 0.7;
}

.recommend-item dl {
	display: table;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
}

.recommend-item dl dt {
	display: table-cell;
	width: 100%;
	/*font-size: 3.3333vw;*/
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.4;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 0 8px rgba(0,0,0,0.8);
}

@media screen and (max-width: 375px) {
	.recommend-item dl dt a {
		font-size: 14px;
	}
}

.recommend-item dl dd {
	display: none;
}

.sp {
	display: block;
}

.pc {
	display: none;
}

.cap {
	font-family: 'Century Gothic', 'Questrial', sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}

.t-center {
	text-align: center;
}

.t-right {
	text-align: right;
}

.t-left {
	text-align: left;
}


/* margin */
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }

.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }

.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }

.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }

/* padding */
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }

.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }

.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }

.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }


@media screen and (min-width: 769px) {

	body {
		font-size: 15px;
		padding-top: 0;
	}

	.content {
		width: 1080px;
		margin: 0 auto;
		padding: 0;
	}

	/* header */
	#commonHeader {
		height: 120px;
		position: relative;
	}

	#commonHeader h1 {
		position: absolute;
		top: 44px;
		left: 50%;
		width: 270px;
		height: 76px;
		max-width: none;
		margin-left: -540px;
		background-size: 240px auto;
		z-index: 99;
		background-image: url(../img/kkj_logo_x2.png);
		background-size: auto 44px;
	}

	#menuBtn,
	#closeBtn {
		display: none;
	}

	#primaryNav {
		width: 100%;
		height: 44px;
		background-color: #004ea2;
		color: #FFF;
	}

	#primaryNav .menu-wrapper {
		width: 1080px;
		margin: 0 auto;
		position: relative;
	}

	#primaryNav a {
		color: #FFF;
		font-size: 12px;
		line-height: 1;
		text-decoration: none;
	}

	#membersNav {
		width: 130px;
		height: 44px;
		position: absolute;
		top: 0;
		right: 0;
	}

	#membersNav .members-title a,
	#membersNav .members-desc {
		color: #004ea2;
	}

	#membersCloseBtn {
		display: none;
	}

	#membersNav .dropdown:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border: 16px solid transparent;
		border-bottom: 16px solid #FFF;
		position: absolute;
		top: -24px;
		right: 40px;
	}

	#membersNav .dropdown-wrap {
		position: absolute;
		top: -6px;
		right: 0;
		left: auto;
		width: 935px;
		padding-top: 8px;
		/*z-index: 9998;*/

		display: none;
	}

	#membersNav .dropdown {
		/*position: relative;*/
		position: absolute;
		height: 355px;
		padding: 40px 48px;
		box-shadow: 0px 0px 16px rgba(0,0,0,0.3);

		display: block;
	}

	#membersNav.active .dropdown-wrap {
		display: block;
	}

	#membersNav .dropdown .members-title {
		width: 160px;
		font-size: 20px;
		font-weight: bold;
		float: left;
	}

	#membersNav .dropdown .members-title a {
		font-size: inherit;
	}

	#membersNav .dropdown .members-desc {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 32px;
		margin-left: 160px;
	}

	#membersNav .dropdown ul {
		clear: both;
	}

	#membersNav .dropdown ul li {
		display: block;
		border-bottom: 0 none;
		text-align: left;
	}

	#membersNav .dropdown ul li a , #membersNav .dropdown ul li span {
		padding: 0;
		background: none;
		color: #333333;
		font-size: 14px;
	}

	#membersNav .dropdown > ul {
		display: table;
	}

	#membersNav .dropdown > ul > li {
		display: table-cell;
		padding-right: 24px;
	}

	#membersNav .dropdown > ul > li:last-child {
		padding-right: 0;
	}

	#membersNav .dropdown > ul > li > a {
		display: inline-block;
		font-weight: bold;
		color: #004ea2;
		padding-bottom: 8px;
		margin-bottom: 20px;
		border-bottom: 1px solid #004ea2;
	}
	#membersNav .dropdown > ul > li > span {
		display: inline-block;
		font-weight: bold;
		color: #004ea2;
		padding-bottom: 8px;
		margin-bottom: 21px;
	}

	#membersNav .dropdown > ul > li > ul {
		max-height: none;
	}

	#membersNav .dropdown > ul > li > ul > li {
		padding: 8px 0px 8px 16px;
		background: url(../img/list_arrow.png) no-repeat left center;
	}

	#membersNav .dropdown > ul > li#mm0 {
		display: none;
	}


	#siteSearch {
		display: block;
		
		width: 250px;
		height: 44px;
		position: absolute;
		top: 0;
		right: 50%;
		margin-right: -408px;
	}

	#siteSearch #searchBtn,
	#siteSearch #searchCancelBtn {
		display: none;
	}

	#siteSearch .dropdown {
		display: block;
		position: static;
		padding: 6px 8px 0;
	}

	#siteSearch .dropdown form {
		display: block;
		width: 100%;
	}

	#siteSearch .dropdown input[type="text"] {
		height: 32px;
		border-radius: 16px;
	}

	#siteSearch .dropdown input[type="submit"] {
		width: 28px;
		height: 28px;
		margin-top: -14px;
	}

	#secondaryNav {
		width: 100%;
		height: auto;
		padding: 0;
		position: relative;
		top: 0;
		left: auto;
		right: auto;
		z-index: inherit;
	}

	#secondaryNav .menu-wrapper {
		width: 1080px;
		margin: 0 auto;
		background: none;
		box-shadow: none;
		overflow: visible;
	}

	#secondaryNav .menu-wrapper > ul > li {
		border: 0 none;
		position: static;
	}

	#secondaryNav ul.main-nav {
		-js-display: flex;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		height: 76px;
		margin-left: 270px;
		border-right: 1px solid #d3e6f1;
		position: relative;
	}

	#secondaryNav ul.main-nav > li {
		flex-grow: 1;
		display: block;
		text-align: center;
		border-left: 1px solid #d3e6f1;
	}

	#secondaryNav ul.main-nav > li#mn0 {
		display: none;
	}

	#secondaryNav ul.main-nav > li#mn1 {
		width: 118px;
		position: relative;
	}

	#secondaryNav ul.main-nav > li#mn2  {
		width: 142px;
		position: relative;

	}

	#secondaryNav ul.main-nav > li#mn2 a {
		background-image: none;
	}

	#secondaryNav ul.main-nav > li#mn3 {
		width: 104px;
	}

	#secondaryNav ul.main-nav > li#mn4 {
		width: 176px;
	}

	#secondaryNav ul.main-nav > li#mn5 {
		width: 136px;
	}

	#secondaryNav ul.main-nav > li#mn6 {
		width: 128px;
	}

	#secondaryNav ul.main-nav > li#mn7 {
		width: 128px;
	}

	#secondaryNav ul.main-nav > li > a {
		display: block;
		width: 100%;
		font-size: 14px;
		font-weight: bold;
		color: #004ea2;
		text-decoration: none;
		padding: 32px 0;
	}
	#secondaryNav ul.main-nav > li#mn4 > a , #secondaryNav ul.main-nav > li#mn5 > a , #secondaryNav ul.main-nav > li#mn7 > a {
		padding: 25px 0;
	}

	#secondaryNav ul.main-nav > li > a:hover {
		background: #004093;
		color: #FFF;
		opacity: 1;
	}

	#secondaryNav ul.sub-nav {
		position: absolute;
		top: -44px;
		right: 50%;
		margin-right: -160px;
		height: 44px;
	}

	#secondaryNav .sub-nav > li {
		width: auto;
		position: relative;
		padding-right: 16px;
		line-height: 44px;
		height: 44px;
		display: block;
		float: left;
	}

	#secondaryNav .sub-nav > li:before {
		content: '>';
		display: inline-block;
		color: #FFF;
		vertical-align: middle;
	}

	#secondaryNav .sub-nav > li a {
		display: inline-block;
		vertical-align: middle;
		margin: 0;
		font-size: 14px;
		color: #FFF;
		padding: 0 0 0 0.5em;
	}

	#secondaryNav ul > li .arrow {
		display: none;
	}

#secondaryNav ul > li .dropdown-wrap {
	position: absolute;
	top: 76px;
	left: 0;
	z-index: 999;
	width: 810px;
	padding-top: 10px;
	display: none;
}

	#secondaryNav ul > li .dropdown {
		position: relative;
		left:190px;
		background: #424242;
		width: 620px;
		height: 343px;
	}

	#secondaryNav ul > li .dropdown:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 10px 10px 10px;
		border-color: transparent transparent #424242 transparent;
		position: absolute;
		top: -10px;
	}

	#secondaryNav ul > li#mn1 .dropdown,
	#secondaryNav ul > li#mn2 .dropdown {
		left: 0;
	}

	#secondaryNav ul > li#mn1 .dropdown:before {
		left: 45px;
	}

	#secondaryNav ul > li#mn2 .dropdown:before {
		left: 58px;
	}

	#secondaryNav ul > li#mn3 .dropdown:before {
		left: 84px;
	}

	#secondaryNav ul > li#mn4 .dropdown:before {
		left: 205px;
	}

	#secondaryNav ul > li#mn5 .dropdown:before {
		left: 430px;
	}

	#secondaryNav ul > li#mn6 .dropdown:before {
		left: 550px;
	}
	#secondaryNav ul > li#mn7 .dropdown:before {
		left: 330px;
	}

	#secondaryNav ul > li.active .dropdown-wrap {
		display: block;
	}

	#secondaryNav ul > li .dropdown > ul {
		width: 50%;
		float: left;
		text-align: left;
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #616161;
		background: #424242;
	}

	#secondaryNav ul > li .dropdown > ul > li {
		font-size: 14px;
		line-height: 48px;
		border-bottom-color:#616161;
	}
	#secondaryNav ul > li .dropdown > ul > li.2lines {
		line-height: 180%;
	}

	#secondaryNav ul > li .dropdown > ul > li a {
		padding: 0 0 0 32px;
		margin: 0;
		background-color: #424242;
		background-repeat: no-repeat;
		background-position: 20px center;
		background-image: url(../img/icon-gnav-arrow.svg);
		background-size: 4px auto;
	}

	#secondaryNav ul > li .dropdown > ul > li a:hover {
		background-color: #212121;
	}

	#secondaryNav ul > li .dropdown a.category-header {
		width: 50%;
		height: 100%;
		display: block;
		float: left;
		border-right: 1px solid #616161;
		padding: 24px;
	}

	#secondaryNav ul > li .dropdown a.category-header:hover {
		background-color: #212121;
	}

	#secondaryNav ul > li .dropdown a.category-header .category-title {
		font-size: 20px;
		font-weight: bold;
		letter-spacing: 0.075em;
		margin-top: 1em;
		margin-bottom: 1em;
	}

	#secondaryNav ul > li .dropdown a.category-header .category-title:before {
		content: "";
		display: block;
		width: 88px;
		height: 88px;
		margin: 0 auto 24px;
		background-repeat: no-repeat;
		background-position: center center;
	}

	#secondaryNav ul > li#mn1 .dropdown a.category-header .category-title:before {
		background-image: url(../img/icon-gnav-cat1.png);
		background-size: auto 88px;
	}

	#secondaryNav ul > li#mn2 .dropdown a.category-header .category-title:before {
		background-image: url(../img/icon-gnav-cat2.png);
		background-size: auto 83px;
	}

	#secondaryNav ul > li#mn3 .dropdown a.category-header .category-title:before {
		background-image: url(../img/icon-gnav-cat3.png);
		background-size: auto 88px;
	}

	#secondaryNav ul > li#mn4 .dropdown a.category-header .category-title:before {
		background-image: url(../img/icon-gnav-cat4.png);
		background-size: auto 80px;
	}

	#secondaryNav ul > li#mn5 .dropdown a.category-header .category-title:before {
		background-image: url(../img/icon-gnav-cat5.png);
		background-size: auto 86px;
	}

	#secondaryNav ul > li#mn6 .dropdown a.category-header .category-title:before {
		background-image: url(../img/icon-gnav-cat6.png);
		background-size: auto 69px;
	}

	#secondaryNav ul > li#mn7 .dropdown a.category-header .category-title:before {
		background-image: url(../img/icon-gnav-cat8.png);
		background-size: auto 88px;
	}

	#secondaryNav ul > li .dropdown a.category-header .category-desc {
		font-size: 13px;
		line-height: 1.6;
	}

	/* footer */
	#commonFooter .foot-nav {
		width: 1080px;
		padding: 20px 0px;
		margin:  0 auto;
	}

	#commonFooter .foot-nav li a.icon-arrow {
		font-size: 14px;
	}

	#commonFooter .address {
		width: 1080px;
		padding: 20px 0px;
		margin: 0 auto;
	}

	#commonFooter .address dt,
	#commonFooter .address dd {
		font-size: 14px;
		line-height: 1.6;
	}

	#credit {
		position: relative;
		text-align: left;
	}

	#credit .copyright {
		width: 1080px;
		padding: 0;
		margin: 0 auto;
	}

	#credit .foot-logo {
		position: absolute;
		top: 50%;
		right: 16px;
		margin-top: -16px;
		height: 34px;
		/*0904 10:54w加筆 */
		right: 0;
	}

	/* recommendBlock */
	#recommendBlock {
		padding-top: 56px;
		padding-bottom: 96px;
	}

	#recommendBlock h2 {
		font-size: 20px;
	}

	#recommendBlock .cap {
		font-size: 12px;
		margin-bottom: 40px;
	}

	#recommendPrimary,
	#recommendSecondary {
		margin-bottom: 40px;
		-js-display: flex;
		display: flex;
		align-items: stretch;
	}

	.recommend-item {
		/*width: 25%;*/
		width: 20%;
		-js-display: flex;
		display: flex;
		border-top: 1px solid #dadada;
		border-bottom: 1px solid #dadada;
		border-right: 1px solid #dadada;
		border-left: 0 none;
		position: relative;
	}

	.recommend-item:first-child {
		border-left: 1px solid #dadada;
	}

	.recommend-item a {
		display: block;
	}

	.recommend-item .recommed-thumb {
		display: block;
		max-height: 178px;
		overflow: hidden;
	}

	.recommend-item .recommed-thumb img {
		width: 100%;
		opacity: 1;
	}

	.recommend-item dl {
		display: block;
		width: 100%;
		position: static;
		padding: 32px 16px 16px;
	}

	.recommend-item dl dt {
		display: flex;
		-js-display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
		min-height: 48px;
		text-shadow: none;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.05em;
		color: #004ea2;
	}

	.recommend-item  dl dd {
		display: block;
		font-size: 13px;
		line-height: 20px;
		padding-top: 16px;
	}

	.sp {
		display: none;
	}

	.pc {
		display: block;
	}

	.cap {
		font-size: 12px;
	}

}

#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
}
#pageTop a {
	display: block;
	z-index: 999;
	padding: 8px 0 0;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	background-color: #004ea2;
	color: #fff;
	font-size: 74%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#pageTop a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

#pageTop a:before{
  content: ' ';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  position: absolute;
  top: 50%;
  left: 35%;
  margin-top: -3px;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}