@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 767px){

/* あとでcontents_resに移植 */
body {
	margin-top: 0 !important;
	min-width: 320px;
	padding: 0;
	font-size: 100% !important;
}

html,body {
	-webkit-text-size-adjust: 100%;
}

img {
	width: 100%;
	height: auto;
}

#contents,
#contents #contentsInner {
	width: 100%;
	min-width: inherit;
}
	/* ここまで */

#header,
#globalNavi,
#footer,
#footerGlobal > ul {
	width: 100%;
	min-width: inherit;
}


/* 非表示 */
#footer .footerInner {
	display: none;
}

/****************************** header ******************************/
#header,#headerOptions,#globalNavi {
	position: static;
	left: inherit;
	top: inherit;
	z-index: auto;
}
#header {
	height: 50px;
}
#headerInner {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 50px;
}
#headerLogo {
	margin-left: 0;
	width: 100%;
	height: 50px;
	padding: 0;
}
#headerLogo > p {
	float: left;
	font-size: 8px;
	margin: 0;
	line-height: 11px;
	position: absolute;
	top: 30px;
	left: 198px;
}
#headerLogo img {
	height: auto;
}
#headerLogo > a {
	margin: 0;
	width: 70px;
	display: block;
	float: none;
	padding: 17px 20px 0px 20px;
}
#headerLogo > span {
	height: auto;
	margin: 0;
	padding: 0 0 0 11px;
	width: 100px;
	float: left;
	display: block;
	position: absolute;
	top: 18px;
	left: 100px;
}
#headerLogo > span > img {
	margin: 2px 0 1px;
	height: auto;
}
/****************************** hamburger-menu ******************************/

.menuIconWrapper {
	display: block;
}
.menuIconWrapper > .menuIcon {
	width: 50px;
	height: 50px;
	overflow: hidden;
	min-width: 50px;
	top: 0;
	left: inherit;
	right: 0px;
	position: absolute;
	background: #333f48;
}
.menuIconWrapper > .menuIcon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 16px;
	width: 18px;
	height: 2px;
	background-color: #fff;
}
.menuIconWrapper > .menuIcon span:nth-of-type(1) {
	top: 17px;
}
.menuIconWrapper > .menuIcon span:nth-of-type(2) {
	top: 24px;
}
.menuIconWrapper > .menuIcon span:nth-of-type(3) {
	bottom: 17px;
}

/*************** hamburger-menu close ***************/

.menuIconWrapper > .menuIcon span:nth-of-type(2):after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 18px;
	height: 2px;
	background-color: #fff;
	transition: all .4s;
}
.menuIconWrapper > .menuIcon.active span:nth-of-type(1) {
	transform: translateY(7px) scale(0,0);
	opacity:0;
}
.menuIconWrapper > .menuIcon.active span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menuIconWrapper > .menuIcon.active span:nth-of-type(2):after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.menuIconWrapper > .menuIcon.active span:nth-of-type(3) {
	transform: translateY(-7px) scale(0,0);
	opacity:0;
}

#headerSp {
	position: absolute;
	width: 100%;
	height: auto;
	background: rgba(0,0,0,0.9);
	z-index: 3;
	top: 50px;
}
#globalNavi {
	display: none;
	height: auto;
	background: none;
}
#headerOptionsInner,
#globalNavi #globalNaviInner,
#globalNavi #globalNaviInner {
	width: 100%;
	min-width: inherit;
	height: auto;
}
#globalNavi #globalNaviInner {
	height: auto;
	float: none;
	padding: 0;
}
#globalNaviInner > ul {
	float: none;
	padding: 14px 12px 0;
	margin: 0 0 15px;
}
#globalNaviInner > ul > li {
	float: none;
	margin-left: 0;
	font-size: 100%;
	border-left: none !important;
	border-right: none;
	padding: 0;
}

#globalNaviInner > ul > li > a {
	display: block;
	padding: 14px 20px 11px 16px;
	text-align: left;
	border-bottom: 1px solid #333f48;
	background: none;
	position: relative;
	width: auto !important;
	color: #fff;
	min-height: inherit;
}
#globalNaviInner > ul > li > a:before {
	background: url(../images/gnavi_open.png) no-repeat center;
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -6px;
}
#globalNaviInner > ul > li.hasnoMenu > a:before {
	display: none;
}
#globalNaviInner > ul > li > a.active {
	padding: 14px 16px 11px;
	text-align: left;
	border-bottom: none;
	background: #333f48;
	min-height: inherit;
}
#globalNaviInner > ul > li > a.active:before {
	background: url(../images/gnavi_close.png) no-repeat center;
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -6px 0 0 0;
	border: none;
	left: inherit;
}

#globalNaviInner > ul > li > a:after,
#globalNaviInner > ul > li:hover > a:after,
#globalNaviInner > ul > li.current > a:after {
	display:none;
}


#globalNavi .subMenuWrapper {
	position: static;
	background: none;
}
#globalNavi .subMenuWrapper .CloseWrapper {
	display: none;
}
#globalNavi .subMenuWrapper > ul {
	width: 100%;
	margin: 0;
	padding: 0;
	background: none;
	border:none;
}
#globalNavi .subMenuWrapper .subCategory > li {
	margin: 0 0 10px 0 !important;
	border-bottom: 1px solid #333f48;
	padding-bottom: 10px;
	text-align: center;
}
#globalNavi .subMenuWrapper .subCategory > li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin: 0 !important;
}
#globalNavi .subMenuWrapper .subCategory > li > .subMenu {
	border-left: none;
	padding-left: 0;
	float: none;
	margin: 0;
	width: auto;
	box-sizing: border-box;
	text-align: left;
}
#globalNavi .subMenuWrapper .subCategory > li > .subMenu li {
	display: block;
	width: auto;
	margin:0 0 10px;
	vertical-align: top;
	text-align: center;
	margin:0;
	font-size: 90%;
	_color: #00adb0!important;
	border-bottom: solid 1px #333;
}
#globalNavi .subMenuWrapper .subCategory > li > .subMenu li:nth-child(2n){
	margin-left:0;
}
#globalNavi .subMenuWrapper .subCategory > li > .subMenu li a {
	padding: 5px 0;
	display: block;
	_color: #fff;
	color: #00adb0!important;
}

#globalNavi .subMenuWrapper .subCategory > li > .subMenu li a.icOtherW {
	background:url(../../kocec/images/ic_other.png) no-repeat right 0.7em;
}
#globalNavi .subMenuWrapper .subCategory > li.hasnoMenu {
	margin-left:0;
	float: none;
}
#globalNavi .subMenuWrapper .subCategory > li.hasnoMenu:first-child {
	margin-left:0;
}
#globalNavi .subMenuWrapper .subCategory > li > a {
	float: none;
	font-size: 100%;
	display: block;
    padding: 10px 0;
}
#headerOptions {
	display: none;
	background: none;
	height: auto;
}

#headerOptions > #headerOptionsInner > ul {
	float: none;
	padding: 0 12px;
	line-height: 1.4;
	padding-bottom: 20px;
	position: relative;
	height: auto;
	overflow: hidden;
	top: 0;
	right: 0;
}
#headerOptions > #headerOptionsInner > ul li {
	float: none;
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 100%;
}
#headerOptions > #headerOptionsInner > ul li a {
	display: block;
	padding: 5px 16px;
	text-align: center;
	border-bottom: none;
}

#headerOptions > #headerOptionsInner > ul li.globalLink {
	margin: 5px 0 20px;
}
#headerOptions > #headerOptionsInner > ul li.globalLink a {
	display: block;
	padding: 12px 0;
	text-align: center;
	background: none;
	border: #fff 1px solid;
	color: #fff !important;
	border-radius: 16px;
	width: 70%;
	margin: 0 auto;
}
#headerOptions > #headerOptionsInner > ul > li.headerSearch > a,
#headerOptions > #headerOptionsInner > ul > li.jp,
#headerOptions > #headerOptionsInner > ul > li.en {
	display: none;
}
#headerOptions > #headerOptionsInner > ul > li.headerSearch {
	position: relative;
	width: 100%;
	height: auto;
	bottom: 0;
	height: 35px;
	left: 0;
	float: none;
	margin: 15px 0 30px;
	font-size:85%;
}
#headerOptions > #headerOptionsInner > ul > li.headerCloseWrapper {
	display: block;
}

#headerOptions > #headerOptionsInner > ul > li.headerCloseWrapper > a {
	display: block;
	padding: 15px 20px 13px;
	background: #333f48;
	position: relative;
}
#headerOptions > #headerOptionsInner > ul > li.headerCloseWrapper > a:after {
	background: #333f48 url(../images/icon_close.png) no-repeat center;
	display: block;
	content:'';
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -8px;
}
#headerOptions > #headerOptionsInner > ul > li.headerSearch.active {
	width: 100%;
	left: 0;
}
#headerOptions > #headerOptionsInner > ul > li.headerSearch form {
	display: block;
	height: 40px;
	left: 0;
	overflow: hidden;
	width: 100%;
}
#headerOptions > #headerOptionsInner > ul > li.headerSearch.active form {
	height: 35px;
}
#headerOptions > #headerOptionsInner > ul > li.headerSearch form input.headerSearchWindow,
#headerOptions > #headerOptionsInner > ul > li.headerSearch.active form input.headerSearchWindow {
	width: 100%;
	padding: 8px 0 8px 5px;
	height: 24px;
	max-height: inherit;
	transition: none;
	right:-5px;
	border-radius: 0;
}

#headerOptions > #headerOptionsInner > ul > li.headerSearch form input.headerSearchSubmit,
#headerOptions > #headerOptionsInner > ul > li.headerSearch.active form input.headerSearchSubmit {
	width: 40px;
	height: 40px;
	background: url(../images/icon_search_sp.gif) no-repeat left top;
	background-size: 40px;
	text-indent: -5000px;
	margin: 0;
	cursor: pointer;
	float: none;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	border-radius: 0;
}

#headerTrueBlue {
	display: none;
}


/****************************** footer ******************************/


#footerGlobal {
	border-top: none;
	height: auto;
}
#footerGlobal > ul {
	margin: 0 auto;
	padding: 10px 0;
}
#footerGlobal > ul > li {
	margin-left: 35px;
	font-size: 90%;
	display: block;
	padding: 5px 25px;
	margin: 0 0 5px 0;
}
#footerGlobal > ul > li > a {
	display: block;
}
#footerGlobal > ul > li.iconMovie img {
	width: 18px;
	height: auto;
	vertical-align: middle;
}

/*#footerCredit:before {
	display: block;
	content: "";
	background-size: 100%;
	margin: 0 auto 20px;
}*/
#footerCredit {
/*	min-height: 64px;*/
	height: auto;
	padding:20px 0;
}
#footerCredit > p {
	font-size: 65%;
	margin: 0;
}
#footerCredit > p > span {
	display: inline-block;
}





/*次階層のナビ*/
.nextNav{
	position:static;
	min-width:100%;
	height:auto;
	padding:0 0 0 0;
	background:#fff;
}

/* 1802 第一階層用スタイルシート*/
.nextNav.nextNavFirstHierarchy {
	padding-bottom: 0;
}
/* 1802 第一階層用スタイルシート　ここまで*/


.nextNavTitle{
	border-top:3px solid #00a7ac;
	border-bottom:solid 1px #e0e0e0;
	padding:20px 10px;
	text-align:left;
	background:#333f48;
	color: #fff!important;
	font-size:130%;
}
.nextNavBox{
	position:static;
	padding:0;
	top:auto;
}
.nextNavUl{
	position:static;
	display:block;
	border-collapse:none;
    border-spacing:none;
}
.nextNavUl li{
	display: block;
}
.nextNavUl li a{
	display:block;
	padding:20px 10px;
    min-width: inherit;
	height:auto;
	background:#fff;
	border:none;
	border-bottom:solid 1px #e0e0e0;
	font-size:90%;
	text-align:left;
}
.nextNavUl li a p{
	position: static;
	top: auto;
	margin:0;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
.nextNavUl li a:hover{
	color:#00adb0;
	background:#f3f3f3;
}
.nextNavUl li.current{
}
.nextNavUl li.current a{
	height:auto;
	border-color: #e0e0e0;
}
.nextNavUnderline{
	display:none;
}


/*次階層本文領域*/
.nextContents{
	/*padding:0px 0 50px 0;*/
	padding: 0;
}
.nextContents h3.nextPageTitle{
	width:90%;
	font-size:160%;
	margin:30px 0 20px 0;
	padding:0 5%;
}
.nextContents .wrapBox{
	width:90%;
	padding:0px 5%;
}
.nextContents .wrapBox h4{
	margin:0 auto 20px;
	font-size:110%;
}
.nextContents .nextPageIntro p {
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
}


/**/
.pcBr{
	display:none;
}
.spBr{
	display:inline;
}

/*170122_custom*/
#header span a {
    font-size: 13px;
    letter-spacing: 0;
}
#headerLogo > span {
	width: 140px;
	top: 18px;
}

#headerOptions > #headerOptionsInner > ul li {
	background:none;
	margin:0 auto 25px;
	padding:0;

}
#headerOptions > #headerOptionsInner > ul li.globalLink{
	margin:20px auto 10px auto;
}
#headerOptions > #headerOptionsInner > ul li.contactLink{
	margin-bottom:35px;
}
#headerOptions > #headerOptionsInner > ul li.globalLink a,
#headerOptions > #headerOptionsInner > ul li.contactLink a,
#headerOptions > #headerOptionsInner > ul li.entryLink a,
#headerOptions > #headerOptionsInner > ul li.internLink a{
	padding: 15px 0;
	text-align: center;
	background: none;
	border: #fff 1px solid;
	color: #fff !important;
	border-radius: 30px;
	width: 90%;
	margin: 0 auto;
}
#headerOptions > #headerOptionsInner > ul li.globalLink a span {
	padding: 0 0 0 25px;
	background: url(../images/ico_global.png) 0px center no-repeat;
}
#headerOptions > #headerOptionsInner > ul li.contactLink a span {
	padding: 0 0 0 25px;
	background: url(../images/ico_contact.png) 0px center no-repeat;
}
#headerOptions > #headerOptionsInner > ul li.entryLink{
	margin: 0 auto;
}
#headerOptions > #headerOptionsInner > ul li.entryLink a{
	color: #00a7ac !important;
	border: #00a7ac 1px solid;
}
#headerOptions > #headerOptionsInner > ul li.entryLink a span{
	padding: 0 0 0 25px;
	background: url(../images/ico_entry.png) 0px center no-repeat;
	background-size: 17px;
}
#headerOptions > #headerOptionsInner > ul li.contactLink{
	margin: 10px auto 30px;
}



#headerOptions > #headerOptionsInner > ul li.internLink {
	margin: 0 auto 10px;
	padding: 0;
	background:none;
}
#headerOptions > #headerOptionsInner > ul li.internLink a span{
	padding: 0 0 0 20px;
	background: url(../images/ico_internship.png) 0px center no-repeat;
	background-size: 11.5px;
}




/*170131_custom*/
#headerInner #LogoJP{
	display:none;
}
/*170207*/
#page-top a {
    width: 40px;
	opacity: .2;
	-webkit-opacity: .2;
	-moz-opacity: .2;
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	transition:none;
}
#page-top a:hover {
	opacity: .2;
	-webkit-opacity: .2;
	-moz-opacity: .2;
}

#page-top a img {
    width: 40px;
}

.wrapBox.wrapFull {
	width: 100%!important;
	padding: 0 !important;
}


/* 190124_メニュー固定表示　ここから */
#header {
	position: static;
	z-index: 2;
}
#headerSp {
	width: 100%;
	position: absolute;
	z-index: 3;
	top: 50px;
}
.nextContents{
	padding: 0 0 50px 0;
}

/* 190124_メニュー固定表示　ここまで */
/* エントリーボタンFIX　ここから */
#sideEntryBtn{
	position:inherit;
	display: none !important;
}
/* エントリーボタンFIX　ここまで */
/* 190301_headerからエントリーを消す */
#globalNaviInner > ul {margin: 0 0 30px;}
#headerOptions > #headerOptionsInner > ul li.entryLink{
	display: inherit;
	margin-bottom: 10px;
}
#headerOptions > #headerOptionsInner > ul li.globalLink{
	margin:0 auto 10px;
}
/* 190301_headerからエントリーを消す */




}

