@charset "utf-8";
/* CSS Document */

p.up.otani.scrollin a {
	text-decoration: underline;
  color: #626262;
}
p.up.otani.scrollin a:hover {
   color: #09b01e;
	text-decoration: underline;
	font-weight: bold;
}

html, body {
  color: #666;
  font-weight: 500;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 27px;
  width:100%;
  overflow:hidden;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
html {
  overflow-y: scroll;
  scroll-padding-top: 150px;
}
.navigateMenu_item.pacut {
  margin-right: 5px;
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
  word-break: break-all;
}
a {
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  border: none;
  outline: none;
  text-decoration: none;
}
img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  border: none;
}
p, h1, h2, h3, h4, ul, li, a {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
h2 {
  font-weight: normal;
  color: #000;
  font-size: 30px;
  line-height: 0.7;
  text-align: center;
  letter-spacing: 1px;
}
h2 span {
  display: block;
  margin-top: 10px;
  color: #666;
  font-size: 18px;
}
div {
  padding: 0;
  margin: 0;
}
* {
  box-sizing: border-box;
}
::-moz-selection {
  background-color: #BED1E7;
}
::selection {
  background-color: #BED1E7;
}
.MenuWrap {
  background: #fff;
}
#wrapper {
  overflow: hidden;
}
.SPmenu {
  display: none;
}
img.SPImg {
  display: none;
}

/*
.up {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: 1s ease-out 0.3s;
}
.up.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  transition: 1s ease-out;
}
.up:nth-of-type(2) {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}
.up:nth-of-type(3) {
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
}

*/

/*nav*/
li.gentei_nav{
	width: 100%;
}

li.gentei_nav a{
	color: #ffffff;
    text-align: center;
    display: block;
    background-color: #4dbc89;
    padding: 10px;
	font-size: 1.1em;
}

li.gentei_nav a i:before {
	 content: "";
    background-image: url(../images/entry_icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    vertical-align: -0.1em;
}


li.gentei_nav a:hover{
	color: #4dbc89;
	background-color: #FFFFFF;
	border :1px solid  #4dbc89;
	font-size: 1.3em;
}

li.gentei_nav.up.ore a{
	color: #ffffff;
    text-align: center;
    display: block;
    background-color: #ff9800;
    padding: 10px;
	font-size: 1.1em;
	
}

li.gentei_nav.up.ore a:hover{
	color: #ff9800;
	background-color: #FFFFFF;
	border :1px solid  #ff9800;
	font-size: 1.3em;
}

li.gentei_nav.up.tomo a{
	color: #ffffff;
    text-align: center;
    display: block;
    background-color: #ff9800;
    padding: 25px;
	font-size: 1.8em;
	
}

li.gentei_nav.tomo a i:before {
    content: "";
    background-image: url(../images/entry_icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    vertical-align: -0.1em;
}

li.gentei_nav.up.tomo a:hover{

	 opacity: 0.8;
}

/* new menu 2colum  */
/*nav*/

a.menu {
	color: #ffffff;
    display: block;
    background-color: #4dbc89;
    padding: 10px;
    font-size: 1.1em;
}

a.menu i:before{
	content: "";
    background-image: url(../images/entry_icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    vertical-align: -0.1em;
}

a.menu:hover{
	color: #4dbc89;
	background-color: #FFFFFF;
	border :1px solid  #4dbc89;
	font-size: 1.3em;
}


a.menu_ore {
	color: #ffffff;
    display: block;
    background-color: #ff9800;
    padding: 10px;
    font-size: 1.1em;
}

a.menu_ore i:before{
	content: "";
    background-image: url(../images/entry_icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    vertical-align: -0.1em;
}

a.menu_ore:hover{
	color: #ff9800;
	background-color: #FFFFFF;
	border :1px solid  #ff9800;
	font-size: 1.3em;
}


a.menu_blue {
	color: #ffffff;
    display: block;
    background-color: #6073b1;
    padding: 10px;
    font-size: 1.1em;
}

a.menu_blue i:before{
	content: "";
    background-image: url(../images/entry_icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    vertical-align: -0.1em;
}

a.menu_blue:hover{
	color: #6073b1;
	background-color: #FFFFFF;
	border :1px solid  #6073b1;
	font-size: 1.3em;
}



/* END  */

a.chapter{
	text-decoration: underline;
    color: #626262;
}

a.chapter:hover{
	 color: #09b01e;
	text-decoration: underline;
	font-weight: bold;
}




span.new {
	display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 8px;
    border: solid 2px #FFFFFF;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 0.71429rem;
}

span.new:hover {
	display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 8px;
    background-color:#ff9800 ;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 0.71429rem;
}

#contents {
  position: absolute;
  /*width: 1200px;*/
  left: 0;
  right: 0;
  top: 90px;
  bottom: 0;
  margin: auto;
  background: #fff;
}
#contents.topcontents, #contents.topcontentsc {
  position: absolute;
  height: auto;
}
#slide {
  position: relative;
  box-sizing: border-box;
}
#slide h2 {
  margin-bottom: 52px;
  text-align: center;
}
.bx-wrapper {
  width: 1200px;
  margin: 0 auto;
}
.bx-pager {
  margin-top: 40px;
  display: flex;
}
.bx-pager .bx-pager-item {
  flex: 0 0 33.333%;
}
.bx-pager .bx-pager-item a {
  text-indent: -9999px;
  height: 2px;
  width: 100%;
  display: block;
  background: #a0a0a0;
}
.bx-pager .bx-pager-item a.active {
  background: #00a0e9;
}
.bx-wrapper ul li {
  line-height: 0;
}

#concept {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 43px 0 70px 0;
  box-sizing: border-box;
}
#concept h2 {
  margin-bottom: 60px;
  text-align: center;
}
#concept .concept-01, #concept .concept-02, #concept .concept-03 {
  margin: 0 40px;
}
#concept .concept-01 .Tx p, #concept .concept-02 .Tx p, #concept .concept-03 .Tx p {
  margin-bottom: 17px;
  line-height: 1.8;
}
#concept .concept-01 {
  position: relative;
  margin-bottom: 118px;
  box-sizing: border-box;
}
#concept .concept-01 .Tx {
  top: 48px;
  right: 10px;
  position: absolute;
}
#concept .concept-01 .Tx h3 {
  margin-bottom: 50px;
}
#concept .concept-02 {
  margin-bottom: 120px;
  position: relative;
  line-height: 0;
  background: #fff;
}
#concept .concept-02 .Tx {
  position: absolute;
  right: 28px;
  top: -27px;
  line-height: 33px;
  width: 468px;
  margin: 0 auto 0;
}
#concept .concept-02 .Tx h3 {
  margin-bottom: 54px;
}
#concept .concept-03 {
  position: relative;
  overflow: hidden;
}
#concept .concept-03 .Tx {
  position: absolute;
  top: 0;
  right: 52px;
}
#concept .concept-03 .Tx h3 {
  margin-bottom: 50px;
}
.Crumbs-LocalNavi {
  border-top: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
  margin: 0 auto;
  /*width: 1200px;*/
  max-width: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  transition-duration: 0.3s;
}
.clnavi {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  max-width: 100%;
  margin: auto;
  padding: 0 50px;
  font-family: 'Noto Serif SC', serif;
}
.Crumbs {
  flex: 0 0 auto;
  font-size: 15px;
  padding: 16px 0;
  transition-duration: 0.3s;
  display: flex;
  justify-content: flex-start;
}
.Crumbs li {
  display: inline-block;
  padding: 0 15px 0 0;
}
.Crumbs li a, .Crumbs li span {
  color: #999;
}
.Crumbs li a:hover {
  color: #003366;
}
.Crumbs li strong {
  font-weight: bold;
  color: #003366;
}
.LocalNavi {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.LocalNavi li {
  display: inline-block;
  margin-left: 32px;
  font-size: 14px;
  position: relative;
}
.LocalNavi li:first-child {
  margin-left: 0;
}
.LocalNavi li a {
  color: #555;
  padding: 16px 0;
  display: block;
  transition-duration: 0.3s;
  position: relative;
}
.LocalNavi li.current a {
  color: #111;
}
.Crumbs-LocalNavi.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 55px;
  z-index: 20;
}
.Crumbs-LocalNavi.fixed .Crumbs {
  padding: 8px 0;
}
.Crumbs-LocalNavi.fixed li a {
  padding: 8px 0;
}
x.Crumbs-LocalNavi li a::after {
  content: "";
  display: block;
  width: 0%;
  left: 50%;
  margin: auto;
  height: 1px;
  bottom: 0px;
  position: absolute;
  transition-duration: 0.3s;
}
.xCrumbs-LocalNavi li a:hover::after {
  width: 100%;
  left: 0;
  bottom: 0;
  background: #6cf;
}

/* pdf  */
a.pdf {
    padding: 10px 0 10px 35px;
    background: url(../images/icon_pdf.gif) no-repeat;
	text-decoration: underline;
    color: #626262;
}

a.link {
    padding: 10px 0 10px 35px;
    background: url(../images/icon_link.gif) no-repeat;
	text-decoration: underline;
    color: #626262;
}


/* 200624 追加  */
/* WEB講演会・セミナー  */
.swiper-container{
	padding-top: 100px;
}

	header  {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  background-color: rgba(255,255,255,0);
  height: 200px;
}

.is-fixed  {
  position:  fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background-color: rgba(255,255,255,0.9);
  -webkit-transition: all .4s ease 0s,background .6s ease .2s;
  transition: all .4s ease 0s,background .6s ease .2s;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  height: 80px;
  /* border-bottom: 7px solid #4CAF50; */
}

p.main_title{
	font-size: 4.5rem;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 30px;
}

.mainVisual_img.webl{
	width: 100%;
    height: auto;
}

/* 新着情報  */
.globalNotices {
    position: relative;
    margin: 0;
    padding: 0 1em;
    min-height: 86px;
    overflow: hidden;
    background-color: #f4f4f4;
    -webkit-transition: .3s;
    transition: .3s;
}
.globalNotices_bars {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.globalNotices_category {
    position: relative;
    margin: 0 0 0 .3em;
    min-width: 144px;
    top: -.1em;
}
.globalNotices_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    padding: 10px 0 10px;
    max-width: 1200px;
    text-align: left;
    line-height: 1.25;
    overflow: hidden;
}
.globalNotices_headliine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0;
    width: 258px;
    min-width: 158px;
    letter-spacing: .05em;
    z-index: 5;
}

.globalNotices_news {
    position: relative;
    margin: 0;
    padding-left: 10px;
    width: 100%;
    list-style-type: none;
    overflow: hidden;
    border-left: 1px solid #acb2b0;
}
.globalNotices_item {
    margin: 0;
    padding: 0;
}
.globalNotices_item>a, .globalNotices_item>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 8px;
    color: #333;
    text-decoration: none;
}
.globalNotices_headliine .title {
    color: #333;
    font-size: 20px;
    font-size: 32px;
    font-size: 1.4rem;
    font-weight: 600;
}

.globalNotices_headliine .en {
    margin-left: 12px;
    color: #15af5c;
    font-size: 14px;
    font-size: 22.4px;
    font-size: 1.4rem;
    font-weight: 500;
    padding-top: 0.2em;
}
.tag {
    position: relative;
    display: inline-block;
    padding: 4px 10px 3px;
    text-align: center;
    line-height: 1.2;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    word-break: break-word;
    font-family: Arial,sans-serif;
    letter-spacing: .05em;
    background-color: #959595;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-decoration: none;
    z-index: 1;
}
.globalNotices_date>* {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    margin: 0 0 0 .5em;
    font-size: 16px;
    font-size: 25.6px;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: .1em;
}
.globalNotices_item>a, .globalNotices_item>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 16px 8px 8px 8px;
    color: #333;
    text-decoration: none;
}
.globalNotices_title {
    margin: 0 0 0 0.em;
    padding-top: 1px;
    font-size: 16px;
    font-size: 25.6px;
    font-size: 1.1rem;
}
header + div p, header + main p {
    margin-top: 0;
    margin-bottom: 0.3em;
}

/* 友の会ご案内リンク */

li.gentei_nav.up.tomo a {
    color: #ffffff;
    text-align: center;
    display: block;
    background-color: #15af5c;
    padding: 25px;
    font-size: 1.6em;
}


#skillup ul li a:hover {
    color: #ffffff;
}


li.gentei_nav a {
    color: #ffffff;
    text-align: center;
    display: block;
    background-color: #4dbc89;
    padding: 10px;
    font-size: 1.1em;
}
.up.scrollin {
    opacity: 1;
    transform: translate(0, 0);
    transition: 1s ease-out;
}

.pcttl{
		display: block;
	}
.spttl{
		display: none;
	}
	
#skillup ul li a {
    color: #FFFFFF;
}
#skillup ul li a.news {
    color: #424242;
}

p.s_title{
	color: #ffffff;
    text-align: center;
    font-size: 3.5rem;
    font-weight: bold;
	border-bottom: 5px solid #159a1a;
}

	
p.logo {
		float: right;
	    width: 30%;
	    margin-top: 25px;
	}	
h1.title{
	float: left;
	width: 60%;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 35px;
    margin-left: 15px;
	}
/* 200624 追加  */





@media screen and (max-width: 1100px) {
  .Crumbs-LocalNavi {}
  .clnavi {
    padding: 0 5px;
  }
  .LocalNavi li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
	li.up.sp.scrollin {
		display: none;
	}
  .clnavi {
    flex-wrap: wrap;
  }
  img.SPImg {
    display: block;
  }
  img.PCImg {
    display: none;
  }
  .SubNaviOption {
    background: none;
    display: none;
  }
  html, body {
    font-size: 14px;
    line-height: 33px;
  }

  #contents {
    top: 50px;
  }

  .bx-viewport {
    width: 100%;
    max-width: none;
  }
  .bx-pager {
    margin: 30px 15px 0 15px;
  }
  .scroll-bottom {
    bottom: 100px;
    width: 60px;
  }
  .scroll-bottom p {
    bottom: 36px;
  }
  #concept {
    padding: 63px 0 0 0;
  }
  #slide {
    padding: 100px 0 80px 0;
  }
  #slide h2 {
    margin-bottom: 40px;
  }
  #concept .concept-01, #concept .concept-02, #concept .concept-03 {
    background: none;
    margin: 0;
  }
  #concept .concept-01 {
    padding: 0;
  }
  #concept .concept-01 .Tx, #concept .concept-02 .Tx, #concept .concept-03 .Tx {
    margin-top: 40px;
  }
  #concept .concept-01 .Tx {
    position: static;
    padding: 0 30px;
    border: none;
  }
  #concept .concept-01 .Tx h3 {
    margin-right: 0;
    margin-bottom: 55px;
    width: 245px;
  }
  #concept .concept-02 {
    padding: 40px 0 30px 0;
  }
  #concept .concept-02 .Tx {
    padding: 0 30px;
    position: static;
    border: none;
  }
  #concept .concept-02 .Tx h3, #concept .concept-02 .Tx p {
    text-align: left;
    padding: 0;
  }
  #concept .concept-02 .Tx h3 {
    width: 80%;
    margin-bottom: 10px;
  }
  #concept .concept-02 .Tx h3 img {}
  #concept .concept-02 .Tx p {
    padding-top: 30px;
  }
  #concept .concept-03 {
    padding: 0;
  }
  #concept .concept-03 .Tx h3 {
    width: 91%;
  }
  #concept .concept-03 .Tx, #concept .concept-03 .Ph {
    display: block;
  }
  #concept .concept-03 .Tx {
    position: static;
    padding: 0 30px;
    height: auto;
    margin-right: 0;
    border-left: none;
  }
  #concept .concept-03 .Ph {
    width: 100%;
  }
  .Crumbs {
    display: block;
  }
  .Crumbs-LocalNavi {
    display: block;
    width: auto;
  }
  .LocalNavi {
    text-align: left;
    flex-wrap: wrap;
  }
  .LocalNavi li {
    margin: 0 0 0 10px;
    font-size: 13px;
  }
  .Crumbs li {
    margin: 0 0;
    white-space: nowrap;
    line-height: 1;
  }
  .Crumbs-LocalNavi .Crumbs {
    padding: 0 0 0 1px;
  }
  .Crumbs-LocalNavi.fixed .Crumbs {
    padding: 8px 0 0 1px;
    display: none;
  }
  .Crumbs-LocalNavi li a, .Crumbs-LocalNavi.fixed li a {
    padding: 0 0 0px;
    line-height: 1.4;
  }
  .Crumbs-LocalNavi {
    padding: 0;
  }


	
/* 200624 追加 */
		
/* 講演会、セミナ */
p.main_title{
	font-size: 2.5rem;
    padding: 1px 15px;
}	
	
p.s_title{
	color: #ffffff;
    text-align: center;
    font-size: 2.1rem;
    font-weight: bold;
}	

.globalNotices_headliine {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px;
    width: 100%;
    min-width: 0;
    border-bottom: 1px solid #e5e5e5;
}

.globalNotices_category .tag {
    min-width: 0;
    max-width: none;
    font-size: 10px;
    font-size: 1rem;
}
	.globalNotices_category {
    margin: 0 0 0 .5em;
    min-width: 98px;
}
.globalNotices_title {
    margin: .4em 0 0;
    font-size: 14px;
    font-size: 0.9rem;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
}
	.globalNotices_item>a, .globalNotices_item>div {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 7px 5px;
}
	.globalNotices_news {
    margin-top: 3px;
    padding-left: 0;
    border-left: none;
}
	.globalNotices {
    margin-top: 5px;
    padding: 5px;
    min-height: 56px;
}
.globalNotices_inner {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px 0;
    max-width: none;
}
	.globalNotices_headliine .en {
    margin-left: 10px;
    font-size: 10px;
    font-size: 1.5rem;
}
	
.globalNotices_bars {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.globalNotices_date>* {
    font-size: 12px;
    font-size: 0.9rem;
}
.globalNotices_category {
    margin: 0 0 0 .5em;
    min-width: 98px;
}
	.globalNotices_more {
    margin: .3em 0 0;
    width: 100%;
    min-width: 100%;
    text-align: right;
}
	
.pcttl{
		display: none;
	}
.spttl{
		display: block;
	}
	
.globalNotices_headliine .title {
    font-size: 1.3rem;
}
	
p.logo {
		float: right;
	    width: 40%;
	}
	 h1.title {
    float: left;
    width: 50%;
    font-size: 1.5rem;
    font-weight: bold;
	 margin-top: 25px;
}

/* 200624 追加 */	

	
}
@media screen and (max-width: 640px) {

}
@media screen and (max-width: 340px) {
	

	h1.title{
	width: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
	margin: 0;
	padding: 0;
	}


}

/*////MENU START*/
#menu {
  width: 100%;
  height: 110px;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  background: rgba(255, 255, 255, 0.95);
}

h1 {
  display: inline-block;
}
.lefttop {
  width: 100%;
  max-width: 1100px;
  padding: 30px 0 0;
  display: table;
  margin: 0 auto;
  z-index: 2000;
  left: 0;
  right: 0;
}
.lefttop h1 {
  transition-duration: 0.3s;
  line-height: 0;
  padding: 5px 0 0;
  display: table-cell;
  vertical-align: top;
  width: 234px;
}
/*
.eomaqua-top .lefttop{
 border: 0;
}*/
.lefttop .PCmenu {
  display: table-cell;
  vertical-align: top;
  padding-top: 0;
}
.lefttop .PCmenu ul {
  display: flex;
  margin-left: auto;
  margin-bottom: 5px;
  justify-content: flex-end;
  align-items: center;
}
.lefttop .PCmenu ul.SubNavi {
  margin-bottom: 0;
  display: none;
}
.lefttop .PCmenu ul li {
  box-sizing: border-box;
}
.lefttop .PCmenu ul li a {
  display: block;
  padding: 0 12px;
  box-sizing: border-box;
  position: relative;
  bottom: 0;
  z-index: 2;
  transition-duration: 0.2s;
  white-space: nowrap;
  line-height: 1.4;
}
.lefttop .PCmenu ul li a:hover {
  color: #000;
}
.lefttop .PCmenu ul li:last-child a {
  padding-right: 0;
}
.lefttop .PCmenu ul li.PCmenu-inq a {
  padding-right: 32px;
}
.lefttop .PCmenu ul li.PCmenu-GC a {
  border-left: 1px solid #666;
  padding-right: 0;
  padding-left: 32px;
}
.lefttop.fixed .PCmenu ul li:last-child a img {
  width: 130px;
}
.lefttop .PCmenu ul li a {
  color: #666;
  font-size: 14px;
}
.lefttop .PCmenu ul li.current a {
  color: #003366;
  font-weight: bold;
}
/*FIX*/
#menu.fixed {
  height: 55px;
}
.lefttop.fixed {
  transition-duration: .8s;
  padding: 5px 0px;
}
.lefttop.fixed h1 {
  flex: 0 0 auto;
  padding-top: 10px;
}
.lefttop.fixed h1 img {
  width: 160px;
}
.lefttop.fixed .PCmenu {
  padding-top: 10px;
}
.lefttop.fixed .PCmenu .SubNavi {}
.lefttop.fixed .PCmenu ul li {}
.lefttop.fixed .PCmenu ul li a {}
.fixed .PCmenu {}
.fixed .PCmenu ul li {}
@media screen and (max-width: 1180px) {
  .lefttop {
    padding: 0 10px 0;
  }
  .lefttop .PCmenu ul li {
    margin-right: 0;
  }
  .lefttop.fixed {
    padding: 5px 10px 0;
    height: 55px;
  }
  .lefttop .PCmenu ul li {}
}
@media screen and (max-width: 980px) {
  .lefttop {
    max-width: 100%;
  }
  .lefttop .PCmenu ul li {}
}
@media screen and (max-width: 768px) {
  .product-ContentBox, .ContentBox, .lineup-colorBox {
    padding-top: 55px;
  }
  #menu {
    height: 55px;
  }
  .menu {
    display: none;
  }
  .lefttop .PCmenu {
    display: none;
  }
  .SPmenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    display: block;
  }
  nav {
    background: rgba(255, 255, 255, 0.95);
    padding: 15px;
    height: 100vh;
    width: 100%;
    line-height: 1;
    display: none;
    overflow-y: scroll;
  }
  #nav_toggle {
    position: absolute;
    top: 4px;
    right: 10px;
    padding-top: 10px;
    display: block;
    width: 30px;
    height: 30px;
    z-index: 100;
  }
  #nav_toggle div {
    position: relative;
  }
  #nav_toggle span {
    width: 100%;
    display: block;
    height: 1px;
    background: #555;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top: 0px;
  }
  #nav_toggle span:nth-child(2) {
    top: 10px;
  }
  #nav_toggle span:nth-child(3) {
    top: 20px;
  }
  nav ul {
    margin-top: 15px;
    padding: 0 0 30px;
    border-bottom: 1px solid #666;
  }
  nav ul ul {
    border-top: 0;
    border-bottom: 0;
    padding-left: 1em;
    padding: 0 0.5em;
  }
  nav ul li {
    padding: 16px 0;
    border-bottom: 1px dotted #ddd;
  }
  nav ul li li {
    padding: 13px 0;
    border-bottom: none;
  }
  nav ul li li.menusimulation {
    background: #deecf9;
    border-radius: 20px;
    letter-spacing: -2px;
    text-align: center;
    font-size: 14px;
    padding: 7px 0;
  }

  li.current .SubNaviOption li.menusimulation {
    background: #fff;
  }
  nav ul li.current {
    background: #deecf9;
  }
  nav ul li:last-child {
    margin-bottom: 0;
  }
  nav ul li a {
    padding: 0 10px;
    font-size: 15px;
    color: #666;
  }

  .lefttop {
    width: 100%;
    background: rgba(255, 255, 255, 1.05);
    overflow: inherit;
    line-height: 0;
    height: auto;
    padding: 10px 0 8px 10px;
  }
  .lefttop h1 {
    padding: 0;
    vertical-align: middle;
  }
  .lefttop img {
    width: 180px
  }
  .lefttop.fixed {
    height: 55px;
  }
  .lefttop.fixed h1 {
    padding: 0 0 10px 0;
  }
  .subNaviB {
    position: relative;
  }
  .nav_toggle02 {
    position: absolute;
    top: 4px;
    right: 10px;
    padding-top: 7px;
    display: block;
    width: 20px;
    height: 20px;
    z-index: 100;
  }
  .nav_toggle02 div {
    position: relative;
  }
  .nav_toggle02 span {
    width: 100%;
    display: block;
    height: 1px;
    background: #33302b;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto;
  }
  .nav_toggle02 span:nth-child(1) {
    top: 12px;
  }
  .nav_toggle02 span:nth-child(2) {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 12px;
  }
  .nav_toggle02 span:nth-child(1) {
    top: 12px;
  }
  .nav_toggle02 span:nth-child(2) {
    transition-duration: 0.3s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 12px;
  }

.is-fixed  {
  height: 73px;

}

}
