@charset "UTF-8";

@media only screen and (max-width: 767px) {
	
/*----------------------------------------------------*/ 
/* common
-----------------------------------------------------*/ 
	
html, body {
	min-width: 0;
}
	
body {
	-webkit-text-size-adjust: 100%;
}
	
.sp {
	display: block !important;
}
.pc {
	display: none !important;
}
	
img {
	max-width: 100%;
}

a:hover {	text-decoration: none;}
	


	
/*----------------------------------------------------*/ 
/* header
-----------------------------------------------------*/ 
	
#header {
	display: none;
}

#header_sp {
	display: block;
	padding-top: 60px;
}

#header_sp header {
	border-bottom: solid 1px #DDDDDD;
	position: fixed;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 10;
}

#header_sp .logo {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 11;
	transition: all .3s;
}

#header_sp .logo a {
	display: block;
	width: 93px;
	height: 22px;
	background: url(/lib/image/cmn/logo.png) no-repeat;
	background-size: 93px auto;
}

#header_sp .logo a span {
	visibility: hidden;
}

#header_sp .btn_menu {
	position: fixed;
	top: 9px;
	right: 20px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	background: url(/lib/image/cmn/header_btn_spmenu.png) no-repeat center center;
	background-size: 20px auto;
	z-index: 12;
}

#header_sp .menu_sp {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #6F6D6A;
	color: #fff;
	z-index: 10;
	transition: all .3s;
	transform: translateX(100%);
}

#header_sp .menu_sp a {
	color: #fff;
}

#header_sp .menu_sp .wrap {
	overflow-y: auto;
	height: 100%;
	-webkit-overflow-scrolling: touch;
}

#header_sp .menu_sp header {
	background: #62615E;
	border: none;
}

#header_sp .menu_sp .logo a {
	background-image: url(/lib/image/cmn/logo_white.png);
}

#header_sp .menu_sp .btn_menu {
	background-image: url(/lib/image/cmn/header_btn_spmenu_close.png);
}
	
.js-menu-open {
	position: fixed;
	overflow: hidden;
	width: 100%;
}

.js-menu-open #header_sp .menu_sp {
	transform: translateX(0);
}

/* search_item */

#header_sp .search_item {
	padding: 118px 0 40px;
	text-align: center;
	background: #62615E;
}

#header_sp .search_item h2 {
	font-size: 1.8rem;
	line-height: 1;
	margin-bottom: 30px;
}

#header_sp .search_item ul.type {
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}

#header_sp .search_item ul.type li {
	margin: 0 5px;
}

#header_sp .search_item ul.type a {
	display: block;
	background: #fff;
	color: #555555;
	padding: 13px 30px 0 25px;
	position: relative;
	border-radius: 22px;
	box-sizing: border-box;
	height: 44px;
	font-weight: bold;
}

#header_sp .search_item ul.type a:after {
	content: "";
	width: 9px;
	height: 15px;
	background: url(/lib/image/cmn/icon_arrow_05.png) no-repeat;
	background-size: 9px auto;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
}

#header_sp .search_item .inquiry a {
	display: inline-block;
	border: solid 1px #fff;
	width: 80%;
	box-sizing: border-box;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 16px 0 13px;
	text-align: center;
	position: relative;
}

#header_sp .search_item .inquiry a:after {
	content: "";
	width: 9px;
	height: 16px;
	background: url(/lib/image/cmn/icon_arrow_06.png) no-repeat;
	background-size: 9px auto;
	position: absolute;
	right: 8vw;
	top: 50%;
	transform: translateY(-50%);
}

/* gnavi */

#header_sp .gnavi > li {
	border-bottom: solid 1px #7D7B78;
	font-weight: bold;
}

#header_sp .gnavi > li > a {
	display: block;
	padding: 17px 20px 15px;
	position: relative;
	font-size: 1.5rem;
}

#header_sp .gnavi > li > a:after {
	content: "";
	width: 9px;
	height: 16px;
	background: url(/lib/image/cmn/icon_arrow_06.png) no-repeat center center;
	background-size: 9px auto;
	position: absolute;
	right: 23px;
	top: 50%;
	transform: translateY(-50%);
}

#header_sp .gnavi > li > a.ext_wb:after {
	width: 18px;
	height: 18px;
	background-image: url(/lib/image/cmn/icon_ext_03.png);
	background-size: 18px auto;
	right: 20px;
}

#header_sp .gnavi > li.parent > a:after {
	width: 18px;
	height: 18px;
	background-image: url(/lib/image/cmn/header_icon_plus.png);
	background-size: 18px auto;
	right: 20px;
}

#header_sp .gnavi > li.parent > a.close:after {
	background-image: url(/lib/image/cmn/header_icon_minus.png);
}

#header_sp .gnavi > li.parent > ul {
	padding: 10px 20px 0;
	display: none;
}

#header_sp .gnavi > li.parent > ul > li {
	margin-bottom: 20px;
}

#header_sp .gnavi > li.parent > ul > li > a {
	padding-left: 13px;
	display: inline-block;
	position: relative;
}

#header_sp .gnavi > li.parent > ul > li > a:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 9px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	left: 2px;
	top: 3px;
}
	
#header_sp .gnavi > li.parent > ul > li > a.ext_w:before {
	display: none;
}

#header_sp .gnavi > li.parent > ul > li > ul {
	padding: 20px 13px 0;
}

#header_sp .gnavi > li.parent .catalog {
	padding-bottom: 20px;
	display: none;
}

#header_sp .gnavi > li.parent .catalog ul {
	display: flex;
	justify-content: center;
}

#header_sp .gnavi > li.parent .catalog ul > li {
	margin: 0 5px;
}

#header_sp .gnavi > li.parent .catalog ul > li > a {
	padding: 10px 25px;
	display: block;
	text-align: center;
	border: solid 1px #fff;
	border-radius: 3px;
}

/* global */

#header_sp .global {
	padding: 10px 20px;
	display: flex;
	align-items: center;
	border-bottom: solid 1px #7D7B78;
}

#header_sp .global > * {
	width: 21%;
	font-weight: bold;
}

#header_sp .global > dt {
	font-size: 1.5rem;
}

#header_sp .global dd {
	color: #999999;
	border-right: solid 1px #7D7B78;
	text-align: center;
}

#header_sp .global dd:last-child {
	border-right: none;
}

#header_sp .global dd span,
#header_sp .global dd a {
	display: block;
	padding: 5px 0;
}

#header_sp .global dd a:after {
	content: "";
	width: 11px;
	height: 11px;
	background: url(/lib/image/cmn/icon_ext_02.png) no-repeat;
	background-size: 11px auto;
	margin-left: 5px;
	vertical-align: middle;
	display: inline-block;
}

/* utility */

#header_sp .utility {
	padding: 30px 20px;
	font-weight: bold;
	border-bottom: solid 1px #7D7B78;
}

#header_sp .utility li {
	margin-bottom: 20px;
}

#header_sp .utility {
	padding: 30px 20px 10px;
	font-weight: bold;
	border-bottom: solid 1px #7D7B78;
}

/* search */

#header_sp .search {
	margin: 40px 30px;
	border-bottom: solid 1px #999999;
	position: relative;
	padding-right: 36px;
}

#header_sp .search:after {
	content: "";
	width: 22px;
	height: 25px;
	background: url(/lib/image/cmn/header_icon_glass_02.png) no-repeat;
	background-size: 22px auto;
	position: absolute;
	right: 7px;
	bottom: 5px;
}

#header_sp .search input[type=text] {
	border: none;
	background: none;
	outline: none;
	color: #fff;
	padding: 10px 0 10px 10px;
	box-sizing: border-box;
	width: 100%;
	font-size: 1.6rem;
}

#header_sp .search input[type=text]::placeholder {
	color: #fff;
}

#header_sp .search input[type=submit] {
	position: absolute;
	width: 36px;
	height: 36px;
	right: 0;
	top: 0;
	-webkit-appearance: none;
	border: none;
	z-index: 1;
	opacity: 0;
}

/* sns */

#header_sp .sns {
	letter-spacing: -.4em;
	text-align: center;
	margin-bottom: 35px;
}

#header_sp .sns dt {
	letter-spacing: normal;
	font-weight: bold;
	margin-bottom: 15px;
}

#header_sp .sns dd {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

#header_sp .sns dd img {
	width: 32px;
}

/* btn_close */

#header_sp .btn_close_btm {
	width: 140px;
	margin: 0 auto 35px;
	border: solid 1px #BBBBBB;
	border-radius: 5px;
	padding: 10px 0;
	line-height: 1.3;
	cursor: pointer;
	text-align: center;
}

/*----------------------------------------------------*/ 
/* container
-----------------------------------------------------*/ 

#container {
	width: auto;
	padding: 30px 20px 60px;
}

/*----------------------------------------------------*/ 
/* topicpath
-----------------------------------------------------*/ 

.topicpath_spwrap {
	background: #F5F5F7;
	padding: 12px 0 10px 15px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
	
.topicpath_spwrap .topicpath {
	margin: 0;
	width: auto;
	display: table;
}
	
.topicpath_spwrap .topicpath li {
	float: none;
	display: table-cell;
	white-space: nowrap;
}


/*----------------------------------------------------*/ 
/* title
-----------------------------------------------------*/ 

#title {
	border-bottom: none;
}

#title > div {
	width: auto;
	min-height: 26.7vw;
}

#title h1 {
	font-size: 2.4rem;
}

#title h1 .sub_pre {
	font-size: 1.8rem;
}

#title h1 span.h1small {
	font-size: 1.7rem;
}


/*----------------------------------------------------*/ 
/* footer
-----------------------------------------------------*/ 


#footer .btn_search {
	right: 10px;
	bottom: 30px;
}

#footer .btn_search a {
	width: 80px;
	height: 80px;
	padding-top: 15px;
}

#footer .btn_search a:before {
	margin-bottom: 8px;
}

#footer .location > * {
	width: auto;
}

#footer .location .logo {
	float: left;
	padding: 34px 0 0 20px;
	width: 93px;
	height: 22px;
}

#footer .topicpath_btm {
	display: none;
}

#footer .sns {
	padding: 28px 20px 38px 0;
}

#footer .sns > * {
	margin-left: 10px;
}

#footer .sns > dt {
	display: none;
}

#footer .fnavi,
#footer .relation {
	display: none;
}

#footer footer {
	background: #6F6D6A;
}

#footer footer > div {
	width: auto;
	padding: 0;
}

#footer .company > li {
	border-bottom: solid 1px #7D7B78;
}

#footer .company > li > a {
	display: block;
	padding: 17px 20px 15px;
	position: relative;
	font-size: 1.5rem;
	font-weight: bold;
}

#footer .company > li > a:after {
	content: "";
	width: 18px;
	height: 18px;
	background: url(/lib/image/cmn/icon_ext_03.png) no-repeat;
	background-size: 18px auto;
	background-position: center center;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -9px;
}

#footer .company > li.parent > a:after {
	width: 18px;
	height: 18px;
	background-image: url(/lib/image/cmn/header_icon_plus.png);
	background-size: 18px auto;
	right: 20px;
}

#footer .company > li.parent > a.close:after {
	background-image: url(/lib/image/cmn/header_icon_minus.png);
}

#footer .company > li.parent > ul {
	padding: 10px 20px 0;
	display: none;
}

#footer .company > li.parent > ul > li {
	margin-bottom: 20px;
}

#footer .company > li.parent > ul > li > a {
	padding-left: 13px;
	display: inline-block;
	position: relative;
}

#footer .company > li.parent > ul > li > a:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 9px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	left: 2px;
	top: 3px;
}
	
#footer .company > li.parent > ul > li > a.ext_w:before {
	display: none;
}
	
#footer .global {
	padding: 10px 20px;
	display: flex;
	align-items: center;
	border-top: solid 1px #7D7B78;
}

#footer .global > * {
	width: 21%;
	font-weight: bold;
}

#footer .global > dt {
	font-size: 1.5rem;
}

#footer .global dd {
	color: #999999;
	border-right: solid 1px #7D7B78;
	text-align: center;
}

#footer .global dd:last-child {
	border-right: none;
}

#footer .global dd span,
#footer .global dd a {
	display: block;
	padding: 5px 0;
}

#footer .global dd a:after {
	content: "";
	width: 11px;
	height: 11px;
	background: url(/lib/image/cmn/icon_ext_02.png) no-repeat;
	background-size: 11px auto;
	margin-left: 5px;
	vertical-align: middle;
	display: inline-block;
}

#footer .utility {
	float: none;
	margin-top: 0;
	padding: 30px 20px 0;
}

#footer .utility li {
	float: none;
	font-size: 1.3rem;
	border-left: none;
	margin: 0 0 25px;
	padding-left: 0;
}

#footer .copy {
	float: none;
	text-align: center;
	padding: 18px 0;
	border-top: solid 1px #7D7B78;
}

#footer .copy > * {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
}

#footer .copy p {
	font-size: 1.0rem;
}
	
}

