@import "reset.css";

html {
	width: 100%;
	background-color: #efefef;
	/*overflow-x: hidden;*/
  font-size: 10px;
  overflow-y: scroll;
}

@media screen and (max-width: 751px){
  font-size: 2.6vw;
}

body {
	width: 100%;
  font-size: 1.5rem;
  line-height: 1.7;
	/*overflow-x: hidden;*/
  font-family: 'Noto Sans CJK JP', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}
body > img {
	position: absolute;
	top: 0;
	left: 0;
}
a {
	text-decoration: none;
}
img {
	vertical-align: bottom;
}
#page {
	height: 100%;
	padding-left: 190px;
	overflow: hidden;
	background-color: #efefef;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	z-index: 5000;
	display: none;
}
.open_menu .overlay {
	display: block;
}
.pcNone{
	display: none;
}
.spNone{
	display: block;
}
/* ------------------------------
  header  z-index:11XX
------------------------------ */
header {
	font-family: "Helvetica Neue","Helvetica","Arial","游ゴシック体","Yu Gothic","メイリオ",Meiryo,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	width: 190px;
	background-color: #fff;
	z-index: 1100;
	border-right: 1px solid #e5e5e5;
/*	-webkit-box-shadow:#8d8d8d 0px 0px 15px;
	-moz-box-shadow:#8d8d8d 0px 0px 15px;
	-ms-box-shadow:#8d8d8d 0px 0px 15px;
	-o-box-shadow:#8d8d8d 0px 0px 15px;
	box-shadow:#8d8d8d 0px 0px 15px
*/
}

@media print, screen and (min-width: 1000px){
	header .l-header__inner {
		position: fixed;
	}
}
.open_menu header {
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 5100;
}
.corporate.open_menu header {
	top: 0px;
}
header .logo h1 a {
	display: block;
	position: relative;
	width: 190px;
	height: 240px;
	background-color: #000;
}

header .logo h1 a img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 150px;

}
header .btn-toggle {
	position: relative;
}
header .btn-toggle a {
	position: absolute;
	right: 3px;
	top: 3px;
	padding: 10px;
	line-height: 0;
}
header .btn-toggle i {
	display: block;
	width: 20px;
	height: 20px;
	background-position: center;
	background-size: 100% auto;
}
.nav-global ul {
	border-top: 1px solid #f2f2f2;
}
.nav-global ul li {
	border-bottom: 1px solid #f2f2f2;
}
.nav-global ul li a {
	position: relative;
	display: block;
	/*height: 56px;
	line-height: 56px;*/
	font-size: 13px;
	padding: 15px;
	color: #000;
}
.nav-global ul li a .icon {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -6px;
	display: inline-block;
	height: 12px;
	width: 7px;
	background-image: url(../images/icon/arrow_gray.png);
}
.nav-global ul li.current a,
.nav-global ul li.over a {
	color: #fff;
	background-color: #e63b20;
}
.nav-global ul li.current a .icon ,
.nav-global ul li.over a .icon {
	background-image: url(../images/icon/arrow_white.png);
}
.list-banners {
	display: block;
	padding: 0 0 20px;
}
.list-banners ul {
	display: block;
}
.list-banners ul li {
	display: block;
}
.list-banners ul li.txt_pic {
	padding-top: 40px;
}
.list-banners ul li a {
	display: block;
}
.list-banners .txt {
	display: block;
	width: 170px;
	font-size: 11px;
	color: #121212;
	margin: 0 auto;
	padding: 10px 0px 0;
}
.list-banners .txt2 {
	display: block;
	width: 170px;
	font-size: 10px;
	line-height: 1.4;
	color: #797979;
	margin: 0 auto;
	padding: 10px 0px 0;
}
.list-banners .pic {
	display: block;
	width: 170px;
	padding: 15px 0 0;
	margin: 0 auto;
	text-align: center;
}
.list-banners a img {
	display: block;
	border: 1px solid #e5e5e5;
}
#fixed_head {
	position: fixed;
	/*position: absolute;*/
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}
#fixed_head .nav-category {
}
#fixed_head .wrap {
	margin-left: 190px;
}
#fixed_head .wrapper {
	width: 890px;
	margin: 0 auto;
}

/* ------------------------------
  news
------------------------------ */
#news {
	position: relative;
	background-color: #efefef;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 56px;
}
.open_menu #news {
	z-index: 5200;
	position: absolute;
	top: 0;
	left: 0;
}

#news .wrapper {
	width: 890px;
	margin: 0 auto;
}
#news div {
	display: table;
	width: 100%;
	background: #efefef;
	font-size: 13px;
}
#news div span {
	line-height: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	padding: 0 0;
	background-color: #000;
}
#news div span img {
	vertical-align: -2px;
	width: auto;
	height: auto;
}
#news div p {
	display: table-cell;
	vertical-align: middle;
	height: 56px;
	padding-left: 10px;
	line-height: 1.4;
}
#news div p a {
	color: #000;
}
#news div p a:hover {
	opacity: 0.6;
}
/* ------------------------------
  main
------------------------------ */
main {
	background-color: #efefef;
}
/* ------------------------------
  footer z-index:6XX
------------------------------ */
.navi-foot {
	position: relative;
	margin: 0 26px;
	padding-bottom: 25px;
}
.navi-foot ul {
	padding-top: 20px;
	border-top: 1px solid #d7d7d7;
	text-align: center;
}
.navi-foot p {
	color: #787878;
	font-size: 11px;
	text-align: center;
	padding-top: 20px;
}
.navi-foot ul li {
	display: inline-block;
	font-size: 11px;
}
.navi-foot ul li a {
	color: #787878;
	text-decoration: underline;
}
.navi-foot ul li a:before {
	display: inline-block;
	content:"|";
	color: #d3d3d3;
	padding: 0 0.5em;
}
.navi-foot ul li:first-child a:before {
	content: none;
}
.navi-foot ul li a:hover {
	text-decoration: none;
}
/*footer {
	background-color: #231f20;
	width: 100%;
	height: 19px;
	line-height: 19px;
	display: none;
	z-index: 600;
}
footer:after {
	content: "";
	display: block;
	float: none;
	clear: both;
}
footer .copyright {
	float: left;
	font-size: 8px;
	padding: 0 8px;
	color: #fff;
}
footer .logo {
	float:right;
}
footer .logo a {
	display: block;
}*/
.page-top {
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
}
.page-top a {
	display: block;
	background: #424242;
}
.page-top i {
	display: inline-block;
	width: 30px;
	height: 16px;
	line-height: 16px;
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}


/* Footer
---------------------------------------*/
.l-footer {
  position : relative;
  z-index : 2;
  background-color : #0f0e15;
}
.l-footer__inner {
  display : flex;
  flex-direction : column;
  max-width : 1040px;
  margin-right : auto;
  margin-left : auto;
}
.l-footer__nav {
  order : 1;
}
.l-footer__navTit {
  font-size : 1.3rem;
  position : relative;
  padding : 25px 45px 25px 25px;
  cursor : pointer;
  color : #ffffff;
  font-weight: normal;
  border-bottom : #4d4d4d 1px solid;
  background : #191823 url(/images/v2/common/icon_plus.png) right 25px center no-repeat;
  background-size : 12px;
}
.l-footer__navTit.is-show {
  background-image : url(/images/v2/common/icon_minus.png);
}
.l-footer__navTit img {
  position : absolute;
  top : 0;
  bottom : 0;
  width : 85px;
  margin : auto auto auto 10px;
}
.l-footer__navList {
  display : none;
}
.l-footer__navItem {
  border-bottom : #4d4d4d 1px solid;
}
.l-footer__navItem a {
  font-size : 1.1rem;
  display : block;
  padding : 12px 45px 12px 25px;
  color : #959595;
  background : #0f0e15 url(/images/v2/common/icon_arrow_red.png) right 25px center no-repeat;
  background-size : 13px;
}
.l-footer__navItem .logo {
  display : none;
}
.l-footer__nav2 {
  order : 2;
}
.l-footer__nav2Tit {
  font-size : 1.3rem;
  position : relative;
  padding : 25px 45px 25px 25px;
  cursor : pointer;
  color : #FFFFFF;
  font-weight: normal;
  border-bottom : #4d4d4d 1px solid;
  background : #191823 url(/images/v2/common/icon_plus.png) right 25px center no-repeat;
  background-size : 12px;
}
.l-footer__nav2Tit.is-show {
  background-image : url(/images/v2/common/icon_minus.png);
}
.l-footer__nav2List {
  display : none;
}
.l-footer__nav2Item {
  border-bottom : #4d4d4d 1px solid;
}
.l-footer__nav2Item a {
  font-size : 1.1rem;
  display : block;
  padding : 12px 45px 12px 25px;
  color : #959595;
  background : #0f0e15 url(/images/v2/common/icon_arrow_red.png) right 25px center no-repeat;
  background-size : 13px;
}
.l-footer__nav2Item2 {
  border-bottom : #4d4d4d 1px solid;
}
.l-footer__nav2Item2 a {
  font-size : 1.3rem;
  position : relative;
  display : block;
  padding : 25px 45px 25px 25px;
  cursor : pointer;
  color : #fff;
  background : #0f0e15 url(/images/v2/common/icon_arrow_red.png) right 25px center no-repeat;
  background-size : 13px;
}
.l-footer__nav3 {
  background-color : #0f0e15;

  order : 4;
}
.l-footer__nav3 ul {
  display : flex;
  padding : 30px 20px 0;

  flex-wrap : wrap;
}
.l-footer__nav3 li {
  width : 50%;
  margin-bottom : 15px;
}
.l-footer__nav3 li a {
  font-size : 1rem;
  position : relative;
  padding-left : 10px;
  cursor : pointer;
  color : #686868;
  background : #0f0e15 url(/images/v2/common/icon_arrow_red_2.png) 0 center no-repeat;
  background-size : 3px;
}
.l-footer__sns {
  font-size : 1rem;
  display : flex;
  padding : 25px;
  border-bottom : #4d4d4d 1px solid;

  order : 3;
  align-items : center;
}
.l-footer__sns p {
  padding-right : 20px;
  color : #686868;
}
.l-footer__sns img {
  width : 39px;
}
.l-footer__copyright {
  font-size : .9rem;
  padding : 15px 0;
  text-align : center;
  color : #686868;
  background-color : #0f0e15;
}
.l-footer__pagetop {
  display : none;
}
@media print, screen and (min-width: 1000px){
  .u-hidden-o-md {
      display: none;
  }
}

@media print, screen and (min-width: 750px) and (max-width: 999px) {
  .l-footer__navTit {
    padding : 6.6666667vw 12vw 6.6666667vw 6.6666667vw;
    background : #191823 url(/images/v2/common/icon_plus.png) right 6.6666667vw center no-repeat;
    background-size : 3.2vw;
  }
  .l-footer__navTit.is-show {
    background-image : url(/images/v2/common/icon_minus.png);
  }
  .l-footer__navTit img {
    width : 22.666667vw;
    margin : auto auto auto 2.66667vw;
  }
  .l-footer__navItem a {
    padding : 3.2vw 12vw 3.2vw 6.6666667vw;
    background : #0f0e15 url(/images/v2/common/icon_arrow_red.png) right 6.6666667vw center no-repeat;
    background-size : 3.4666667vw;
  }
  .l-footer__nav2Tit {
    padding : 6.6666667vw 12vw 6.6666667vw 6.6666667vw;
    background : #191823 url(/images/v2/common/icon_plus.png) right 6.6666667vw center no-repeat;
    background-size : 3.2vw;
  }
  .l-footer__nav2Tit.is-show {
    background-image : url(/images/v2/common/icon_minus.png);
  }
  .l-footer__nav2Item a {
    padding : 3.2vw 12vw 3.2vw 6.6666667vw;
    background : #0f0e15 url(/images/v2/common/icon_arrow_red.png) right 6.6666667vw center no-repeat;
    background-size : 3.4666667vw;
  }
  .l-footer__nav2Item2 a {
    padding : 6.6666667vw 12vw 6.6666667vw 6.6666667vw;
    background : #0f0e15 url(/images/v2/common/icon_arrow_red.png) right 6.6666667vw center no-repeat;
    background-size : 3.4666667vw;
  }
  .l-footer__nav3 ul {
    padding : 30px 20px 0;
  }
  .l-footer__nav3 li {
    margin-bottom : 4vw;
  }
  .l-footer__nav3 li a {
    padding-left : 2.66667vw;
    background : #0f0e15 url(/images/v2/common/icon_arrow_red_2.png) 0 center no-repeat;
    background-size : 0.8vw;
  }
  .l-footer__sns {
    padding : 6.6666667vw;
  }
  .l-footer__sns p {
    padding-right : 5.33333vw;
  }
  .l-footer__sns img {
    width : 10.4vw;
  }
  .l-footer__copyright {
    padding : 4vw 0;
  }
}
@media print, screen and (min-width: 1000px) {
  .l-footer {
    background-color : #242424;
  }
  .l-footer__inner {
    display : -ms-grid;
    display :     grid;
    padding : 60px 20px;

    grid-gap : 0;
    -ms-grid-columns : 310px 1fr 1fr 1fr;
    grid-template-columns : 310px 1fr 1fr 1fr;
    -ms-grid-rows : auto auto;
    grid-template-rows : auto auto;
  }
  .l-footer__inner2 {
    display : flex;

    -ms-grid-column : 2;
    -ms-grid-column-span : 3;
        grid-column : 2 / 5;
    -ms-grid-row : 1;
    -ms-grid-row-span : 1;
        grid-row : 1 / 2;
  }
  .l-footer__nav {
    -ms-grid-row : 1;
    -ms-grid-row-span : 1;
        grid-row : 1 / 2;
  }
  .l-footer__navTit {
    position : relative;
    padding : 0;
    cursor : default;
    color : #959595;
    border-bottom : none;
    background : none;
  }
  .l-footer__navTit img {
    display : none;
  }
  .l-footer__navList {
    display : block;
  }
  .l-footer__navItem {
    border-bottom : none;
  }
  .l-footer__navItem span {
    font-size: 1.3rem;
    position: relative;
    padding: 0;
    color: #959595;
    font-weight: normal;
    margin-bottom: 10px;
  }
  .l-footer__navItem a {
    font-size : 1.2rem;
    display : inline-block;
    padding : 0 0 0 15px;
    color : #959595;
    background : url(/images/v2/common/icon_arrow_red.png) 0 center no-repeat;
    background-size : 9px;
  }
  .l-footer__navItem .logo {
    display : block;
    margin-bottom : 5px;
    padding: 0;
    background : none;
  }
  .l-footer__nav2 {
    margin-right : 30px;
    padding-bottom : 40px;
  }
  .l-footer__nav2Tit {
    font-size : 1.2rem;
    margin-bottom : 10px;
    padding : 0 0 0 15px;
    color : #959595;
    border-bottom : none;
    background : url(/images/v2/common/icon_arrow_red.png) 0 center no-repeat;
    background-size : 9px;
  }
  .l-footer__nav2List {
    display : block;
  }
  .l-footer__nav2Item {
    margin-bottom : 5px;
    padding-left : 22px;
    border-bottom : none;
  }
  .l-footer__nav2Item a {
    font-size : 1.1rem;
    display : block;
    padding : 0 0 0 12px;
    color : #959595;
    background : url(/images/v2/common/icon_arrow_red_2.png) 0 center no-repeat;
    background-size : 3px;
  }
  .l-footer__nav2Item2 {
    margin-bottom : 10px;
    border-bottom : none;
  }
  .l-footer__nav2Item2 a {
    font-size : 1.2rem;
    padding : 0 0 0 15px;
    color : #959595;
    border-bottom : none;
    background : url(/images/v2/common/icon_arrow_red.png) 0 center no-repeat;
    background-size : 9px;
  }
  .l-footer__nav3 {
    background-color : transparent;

    -ms-grid-column : 2;
    -ms-grid-column-span : 3;
        grid-column : 2 / 5;
    -ms-grid-row : 2;
    -ms-grid-row-span : 1;
        grid-row : 2 / 3;
  }
  .l-footer__nav3 ul {
    padding : 0 0 0 22px;
  }
  .l-footer__nav3 li {
    width : 33.333%;
    margin-bottom : 5px;

    justify-content : space-between;
  }
  .l-footer__nav3 li a {
    font-size : 1.1rem;
    padding-left : 10px;
    color : #959595;
    background : url(/images/v2/common/icon_arrow_red_2.png) 0 center no-repeat;
    background-size : 3px;
  }
  .l-footer__sns {
    padding : 0;
    border-bottom : none;

    -ms-grid-column : 1;
    -ms-grid-column-span : 1;
        grid-column : 1 / 2;
    -ms-grid-row : 2;
    -ms-grid-row-span : 1;
        grid-row : 2 / 3;
    align-items : start;
  }
  .l-footer__sns p {
    display : none;
  }
  .l-footer__sns img {
    width : auto;
  }
  .l-footer__copyright {
    font-size : 1.2rem;
    padding : 12px 0;
    color : #686868;
    background-color : #161616;
  }
}
@media screen and (max-width: 479px) {
  .u-hidden-u-sm {
    display : none;
  }
}

@media screen and (max-width: 767px) {
  .u-hidden-u-md {
    display : none;
  }
}

@media screen and (max-width: 1079px) {
  .u-hidden-u-lg {
    display : none;
  }
}

@media print, screen and (min-width: 480px) {
  .u-hidden-o-sm {
    display : none;
  }
}

@media print, screen and (min-width: 1000px) {
  .u-hidden-o-md {
    display : none;
  }
}

@media print, screen and (min-width: 1080px) {
  .u-hidden-o-lg {
    display : none;
  }
}



/* ------------------------------
  visual
------------------------------ */
#visual {
	height: 345px;
	position: relative;
	background-color: #000000;
	overflow: hidden;
}
.slide li a {
	display: block;
	width: 100%;
}
.slide li a span {
	display: block;
	width: 100%;
}
.slide li a span img {
	width: 678px;
	height: 345px;
}
.visual-pager {
	position: absolute;
	bottom: 10px;
	width: 100%;
}
.visual-pager ul {
	display: block;
	width: 870px;
	margin: 0 auto;#visual
	text-align: center;
}
.visual-pager li {
	display: inline-block;
	width: 12px;
	text-align: center;
}
.visual-pager li a {
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 auto;
	line-height: 8px;
	background-color: #666666;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
}
.visual-pager li.current a {
	background-color: #e63b21;
}
ul.bxslider {
  margin: 0;
  padding: 0;
}
.bx-wrapper img {
	height: auto;
}
.this-discription {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-image: url(../images/slide/bg_discription.png);
	background-repeat: repeat-x;javascript:void(0)
}
.this-discription .wrapper {
	width: 678px;
	margin: 0 auto;
}
.this-discription .wrapper:after {
	content: "";
	display: block;
	float: none;
	clear: both;
}
.this-discription .title {
	float: left;
	color: #fff;
	overflow: hidden;
	padding: 17px 0 0 10px;
}
.this-discription .title .title-en {
	font-family: 'Open Sans', sans-serif;
}
.this-discription .title .title-ja{
	float: left;
	font-size: 11px;
	line-height: 1.25em;
	padding: 5px 0 0 0;
}
.this-discription .title .title-ja .pc {
	display: block;
}
.this-discription .title .title-ja .sp {
	display: none;
}
.visual-ctrl {
	float: right;
	padding: 7px 10px;
}
.visual-ctrl li {
	float: left;
	margin-left: 8px;
}
.visual-ctrl li a {
	display: block;
	border: 1px solid #303030;
}
.visual-ctrl li a.selected {
	border: 1px solid #e63b21;
}
/* ------------------------------
  subnavi
------------------------------ */
#subnavi {
	background-color: #595757;
}
#subnavi .wrapper {
	width: 890px;
	margin: 0 auto;
}
.service_navi {
	height: 85px;
}
.company_navi {
	height: 85px;
}
.nav-category {
	position: relative;
	background-color: #595757;
	z-index: 1000;
}
.nav-category .current-category {
	position: relative;
	background-color: #3c3c3c;
	display: none;
}
.nav-category .current-category a {
	display: block;
}
.nav-category .current-category a span {
	display: block;
	color: #fff;
	font-size: 14px;
	height: 44px;
	line-height: 44px;
	padding-left: 14px;
}
.nav-category .current-category a span i {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	vertical-align: -0.25em;
	background-size: auto 100%;
}

.nav-category .current-category a .icon-pulldown_b ,
.nav-category .current-category a .icon-pulldown_t {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px 5px;
}
.nav-category .current-category a .icon-pulldown {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	background-color: #181818;
}
.nav-category .current-category a .icon-pulldown img {
	display: block;
	margin: 19px 0 0 18px;
}
.nav-category ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.nav-category ul li {
	display: table-cell;
	text-align: center;
}
.nav-category ul li.over a,
.nav-category ul li.current a {
	background-color: #e63b21;
}
.nav-category ul li a {
	display: block;
	padding: 10px 0;
	border-left: 1px solid #595757;
	margin-right: -1px;
	cursor: pointer;
}
.nav-category ul li a span {
	position: relative;
	display: block;
	font-size: 13px;
	border-right: 1px solid #727070;
	padding-top: 46px;
	padding-bottom: 6px;
	color: #fff;
}
.nav-category ul li a i {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
}
.nav-category ul li:first-child a span {
	border-left: 1px solid #727070;
}
#select-date {
	position: relative;
	/*overflow-x: hidden;*/
	background-color: #4f4f4f;
}
#datepicker {
	background-color: #4f4f4f;
	display: block;
	font-size: 15px;
	width: 90%;
	height: 50px;
	margin: 0 auto;
	border: none;
	line-height: 50px;
	color: #fff;
	text-align: center;
	display: block;
	vertical-align: middle;
}
#datepicker:before {
	display: block;
	content: "";
	background-image: url("../images/icon/cal.png");
	width: 10px;
	height: 10px;
}
#select-date a {
	display: block;
	font-size: 13px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	display: block;
	vertical-align: middle;
}
#select-date i {
	position: absolute;
	left: 50%;
	top: 50%;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -5.5em;
}
/*for Webkit*/
input::-webkit-input-placeholder {
    color: #fff;
}
/*for Firefox*/
input:-moz-placeholder {
    color: #fff;
}
/* ------------------------------
  search
------------------------------ */
.search-block .search-title {
	margin: 35px 0;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
	color: #333333;
}
.search-block .search-box {
	margin: 0 22px 0 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	border-bottom: 1px solid #fff;
}
.search-block .search-box:last-of-type{
	border-bottom: none;
}
.search-block .search-heading{
	width: 35%;
	padding: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.search-block .search-list{
	width:65%;
	padding: 25px 16px 10px;
}
.search-list .list-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.search-block .search-list .list-category-item {
	position: relative;
	padding-left: 14px;
	margin: 0 18px 14px 0;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 6px auto;
	font-size: 14px;
}
.search-list .list-category-item a{
	color: #333333;
}
.search-list .list-category-item a:hover{
	text-decoration: underline;
}
.search-list .list-category-item.balloon-active {
	margin: 0 18px 75px 0;
}
.search-list .list-category-item.active > a{
	font-weight: bold;
	text-decoration: underline;
}
/* .pink-box */
.pink-box .search-heading{
	background-color: rgba(255,0,1,1);
}
.pink-box .search-list{
	background-color: #ede1e0;
}
.pink-box .list-category-item{
	background-image: url(../common/img/arrow_pink.png);
}
.pink-box .list-category-item.active > a{
	color: rgba(255,0,1,1);
}
/* .blue-box */
.blue-box .search-heading{
	background-color: rgba(0,153,255,1);
}
.blue-box .search-list{
	background-color: #dce5ec;
}
.blue-box .list-category-item{
	background-image: url(../common/img/arrow_blue.png);
}
.blue-box .list-category-item.active > a{
	color: rgba(0,153,255,1);
}
/* .green-box */
.green-box .search-heading{
	background-color: rgba(102,204,1,1);
}
.green-box .search-list{
	background-color: #e4eadb;
}
.green-box .list-category-item{
	background-image: url(../common/img/arrow_green.png);
}
.green-box .list-category-item.active > a{
	color: rgba(102,204,1,1);
}

.balloon {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	margin: 15px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	white-space: nowrap;
	padding: 8px 10px;
	color: rgba(255,0,1,1);
	font-size: 13px;
	background: #FFF;
	border: solid 2px rgba(255,0,1,1);
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 9;
}
_:-ms-input-placeholder, :root .balloon {
	width: 480px;
}
.balloon:before{
      content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: 3px;
    border: 6px solid transparent;
    border-bottom: 6px solid #FFF;
    z-index: 9;
}
.balloon:after{
	content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: 0;
    border: 9px solid transparent;
    border-bottom: 9px solid rgba(255,0,1,1);
    z-index: 1;
}
.balloon .balloon-item {
    padding: 0 10px;
    border-right: 1px solid rgba(255,0,1,1);
}
.balloon .balloon-item a{
	padding: 5px 0;
	display: block;
	color: rgba(255,0,1,1);
}
.balloon .balloon-item.active a{
	text-decoration: underline;
	font-weight: bold;
}
.balloon .balloon-item:first-of-type{
    padding: 0 10px 0 0;
}
.balloon .balloon-item:last-of-type{
    padding: 0 0 0 10px;
    border-right: none;
}
/* ------------------------------
  banner-block
------------------------------ */
.banner-block{
	width: 100%;
	max-width: 600px;
	margin: 50px auto;
}
.banner-block a{
	transition: 0.4s
}
.banner-block a:hover{
	opacity: 0.6;
}
.banner-block img{
	width: 100%;
	height: auto;
}
/* ------------------------------
  cards z-index:5XX
------------------------------ */
.card .category-tab{
	position: absolute;
	top: -34px;
	left: 0;
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	z-index: 999;
	background-color: rgba(102,204,1,1);
}
.cards-label {
	margin: 0 0 0 26px;
	padding: 26px 0 0;
	background-image: url(../images/common/bg_label.png);
	background-position: 0px 32px;
	background-repeat: repeat-x;
}
.cards-label:after {
	content: "";
	display: block;
	float: none;
	clear: both;
}
.cards-label span {
	float: right;
	display: block;
	height: 16px;
	line-height: 16px;
	padding-left: 10px;
	font-size: 12px;
	color: #696969;
	background-color: #efefef;
}
.no-card {
	position: relative;
	margin: 26px 0 0 26px;
}
.no-card p {
	font-size: 16px;
	color: #696969;
	padding: 26px;
	text-align: center;
	background-color: #dadada;

	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}
#cards {
	position: relative;
	/*padding: 0px 26px 30px 0 ;*/
	background-color: #efefef;
	z-index: 499;
}
#cards section {
	width: 100%;
}
#cards section:after {
	content: "";
	display: block;
	float: none;
	clear: both;
}
#cards .card-table section {
	padding: 26px 0 10px;
}
#cards article {
	float: left;
	width: 288px;
	margin-top: -10px;
	margin-bottom: 10px;
	opacity: 0;
	display: none;
}
#cards .card-msnry article {
	width: 260px;
	margin-top: 26px;
	margin-bottom: 0px;
	opacity: 1;
	display: block;
}
#cards article.current {
/*	margin-top: 0px;
	margin-bottom: 0px;
	opacity: 1;
	display: block;
*/}
.card-section-header{
  margin-bottom: 30px;
  padding: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: #595757;
  display: none;
}
.current > .card-section-header{
  display: block;
}
.card {
	position: relative;
	background-color: #ffffff;
	width: 260px;
	height: 355px;
	margin: 34px 13px 26px;
	border-right: 1px solid #d8dadc;
	border-bottom: 1px solid #d8dadc;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;

	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}
.card-discription {
	position: absolute;
	bottom: 45px;
	background-color: #ffffff;
	z-index:510;
	padding-top: 15px;
	padding-bottom: 4px;
}
.card-table .card-discription {
	cursor: pointer;
}
.card-title {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.card-title span {
	display: table-cell;
	height: 36px;
	padding: 0 10px;
	vertical-align: middle;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.25em;
}
.card-copy {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.card-copy span {
	display: table-cell;
	height: 34px;
	padding: 0 10px;
	vertical-align: middle;
	font-size: 11px;
	line-height: 1.25em;
	color: #696969;
}
.card-detail {
	/*display: none;*/
	overflow: hidden;
	height: 0;
	padding: 0 10px;
	font-size: 11px;
	line-height: 1.5em;
	color: #696969;
}
.card-detail.over {
}
.card-detail > p {
	padding-top: 4px;
}
.card-link-detail {
	text-align: right;
}
.card-co-txt .shorten {
	display: block;
}
.card-co-txt.open .shorten {
	display: none;
}
.card-co-txt .full {
	display: none;
}
.card-co-txt.open .full {
	display: block;
}
.card-link-detail a {
	display: block;
	color: #696969;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
}
.card-msnry .card-link-detail a:hover {
	text-decoration: underline;
}
.card-table .card-link-detail i {
	display: inline-block;
	width: 8px;
	height: 12px;
	margin-left: 8px;
	vertical-align: -0.15em;
}
.card-msnry .card-link-detail i {
	display: inline-block;
	width: 12px;
	height: 8px;
	margin-left: 8px;
	vertical-align: -0.15em;
}
.card-co-date {
	position: relative;
	font-size: 11px;
	line-height: 1.25em;
	color: #696969;
	margin: 0 10px;
	padding: 15px 0 0;
}
.card-category {
	position: absolute;
	top: 15px;
	right: 0;
}
.card-category i {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 0.25em;
	vertical-align: -0.3em;
	background-position: center;
	background-size: 100% auto;
}
.card-co-txt {
	font-size: 13px;
	line-height: 1.4em;
	color: #696969;
	margin: 0 10px;
	padding: 15px 0 0;
}
.card-co-txt > p {
	position: relative;
	/*max-height: 5em;*/
	overflow: hidden;
	line-height: 1.75em;
}
.card-co-txt > p > a {
	color: #e63b20;
}
.card-co-txt > p > a:hover {
	text-decoration: underline;
}
.card-co-txt.open > p {
	max-height: auto;
	max-height: inherit;
	overflow: hidden;
	line-height: 1.75em;
}
.card-co-txt > p:before {
	position: absolute;
	display: block;
	right: 0;
	bottom: 0;
	line-height: 15px;
	z-index: 560;
	color: #000;
}
.card-co-txt > p:after {
	position: absolute;
	display: block;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 15px;
	background-color: #ffffff;
	z-index: 550;
}
.card-co-txt.open > p:before {
	display: none;
}
.card-co-txt.open > p:after {
	display: none;
}

.card-co-pic {
	margin: 0 10px;
}
.card-co-pic img {
	display: block;
	width: 100%;
	height: auto;
}
.card-co-link {
	width: 100%;
	background-color: #ffffff;
}
.card-co-link a {
	overflow: hidden;
	display: block;
	vertical-align: middle;
	font-size: 11px;
	color: #ababab;
	height: 44px;
	line-height: 44px;
	margin: 0 10px;
}
.card-co-link a:hover {
	text-decoration: underline;
}
.card-contact {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #ffffff;
	z-index: 520;
}
.card-contact a {
	display: block;
	vertical-align: middle;
	font-size: 13px;
	color: #000;
	height: 44px;
	line-height: 44px;
	margin: 0 10px;
	border-top: 1px solid #d7d9db;
}
.card-contact a:hover {
	text-decoration: underline;
}
.card-contact i {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background-color: #e63b21;
	background-position: center;
	background-repeat: no-repeat;
	width: 26px;
	height: 26px;
	margin-right: 10px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	-ms-border-radius: 13px;
	-o-border-radius: 13px;
	border-radius: 13px;
}
.card-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index:500;
}
.card-bg img {
	width: 100%;
	height: auto;
	-webkit-border-radius: 3px 3px 0px 0px / 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px / 3px 3px 0px 0px;
	-ms-border-radius: 3px 3px 0px 0px / 3px 3px 0px 0px;
	-o-border-radius: 3px 3px 0px 0px / 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px / 3px 3px 0px 0px;
}
.card-table .card-bg {
	cursor: pointer;
}

#cards-btn-more {
	text-align: center;
	padding: 40px 0 0 26px;
}
#cards-btn-more a {
	display: block;
	width: 312px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	margin: 0 auto;
	background-color: #4f4f4f;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}
#cards .card-msnry {
	margin-left: 26px;
}
#cards .card-msnry section {
	width: 100%;
	margin: 0 0 0 0;
	padding-top: 26px;
}
#cards .card-msnry section:after {
}
#cards .card-msnry section .grid-sizer {
	width: 33.33%;
}
#cards .card-msnry section article {
	/*width: 33.33%;*/
	opacity: 0;
	margin-top: 10px;
	margin-bottom: -10px;
}
#cards .card-msnry section .card {
	height: auto;
	min-width: inherit;
	min-width: auto;
	margin: 0 0 0 0;
	margin: 0 0 26px 0;
}

/* ------------------------------
  icons
------------------------------ */
.icon-restaurant {
	background-image: url(../images/icon/restaurant.png);
}
.icon-store {
	background-image: url(../images/icon/store.png);
}
.icon-office {
	background-image: url(../images/icon/office.png);
}
.icon-beauty {
	background-image: url(../images/icon/beauty.png);
}
.icon-medical {
	background-image: url(../images/icon/medical.png);
}
.icon-hotels {
	background-image: url(../images/icon/hotels.png);
}
.icon-inbound {
	background-image: url(../images/icon/inbound.png);
}
.icon-person {
	background-image: url(../images/icon/person.png);
}
.icon-arrow_gray {
	background-image: url(../images/icon/arrow_gray.png);
}
.icon-arrow_gray_up {
	background-image: url(../images/icon/arrow_gray_up.png);
}
.icon-arrow_gray_down {
	background-image: url(../images/icon/arrow_gray_down.png);
}
.icon-arrow_white {
	background-image: url(../images/icon/arrow_white.png);
}
.icon-all {
	background-image: url(../images/icon/all.png);
}
.icon-ir {
	background-image: url(../images/icon/ir.png);
}
.icon-service {
	background-image: url(../images/icon/service.png);
}
.icon-communication {
	background-image: url(../images/icon/communication.png);
}
.icon-corporate {
	background-image: url(../images/icon/corporate.png);
}
.icon-media {
	background-image: url(../images/icon/media.png);
}
.icon-all_gray {
	background-image: url(../images/icon/all_gray.png);
}
.icon-ir_gray {
	background-image: url(../images/icon/ir_gray.png);
}
.icon-service_gray {
	background-image: url(../images/icon/service_gray.png);
}
.icon-communication_gray {
	background-image: url(../images/icon/communication_gray.png);
}
.icon-corporate_gray {
	background-image: url(../images/icon/corporate_gray.png);
}
.icon-media_gray {
	background-image: url(../images/icon/media_gray.png);
}
.icon-cal {
	background-image: url(../images/icon/cal.png);
}
.icon-pulldown_b {
	background-image: url(../images/icon/pulldown_b.png);
}
.icon-pulldown_t {
	background-image: url(../images/icon/pulldown_t.png);
}
.icon-menu {
	background-image: url(../images/icon/menu.png);
}
.icon-close {
	background-image: url(../images/icon/close.png);
}
.icon-pagetop {
	background-image: url(../images/icon/pagetop.png);
}
.icon-others {
	background-image: url(../images/icon/others.png);
}

/* --------------------
// calender
-------------------- */
.picker__footer .picker__button--today ,
.picker__footer .picker__button--close {
	display: none;
}
.picker__footer .picker__button--clear {
	background-color: #383838;
	border-color: #383838;
	color:  #fff;
}
.picker__button--clear:before {
	border-color: #fff;
}
.cal-container {
	width: 466px;
	margin: 0 auto;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-khtml-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.ui-datepicker {
	background-color: #4f4f4f;
}
.ui-datepicker table th,
.ui-datepicker table td {
			width: auto;
			border: 1px solid #4f4f4f;
			background: #fff;
}
.ui-widget-content {
	border: none;
	background-image: none;
	top: 0px;
	left: 50%;
}
.ui-widget-header {
	background-color: #4f4f4f;
	background-image: none;
	background: none;
	border: none;
	color: #fff;
}
.ui-widget-header a ,
.ui-widget-content a {
	color: #4f4f4f;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: none;
	background: #fff;
	font-weight: normal;
	color: #555555;
}
.contact_sec {
	float: left;
	width: 210px;
	height: 345px;
	background-image: url(../images/contact_bg.png);
}
.contact_sec h3 {
	padding: 15px 0 0 10px;
}
.contact_sec .contact_h3_01 {
	padding: 13px 0 0 10px;
}
.contact_sec .contact_h3_02 {
	padding: 30px 0 0 10px;
}
.contact_sec li {
	padding: 8px 0 0 10px;
}
.contact_sec li a:hover {
	opacity: 0.6;
}
/* --------------------
// ticker
-------------------- */
.ticker {
	height: 56px;
	line-height: 1.4;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}
.ticker ul li a {
	color: #787878;
	text-decoration: underline;
}
.ticker ul li a:hover {
	text-decoration: none;
}
.ticker span {
	background-color: #000;
	height: 15px;
	line-height: 15px;
	margin: 0 5px 0 0;
	padding: 0;
}
.ticker  span img {
	height: auto;
	vertical-align: -2px;
	width: auto;
}
