/*--------------------------------------
    page header
--------------------------------------*/
.page_header {
  display: flex;
  flex-direction: column;
  /*for absolute position menu*/
  position: relative;
  /*for index_searchbox*/
  z-index: 10;
  margin-bottom: 1.5em;
}
.navi_global_container{
  order: -1;
  /*for ie11*/
  height: 100%;
}
.navi_global {
  background: #404040;
  text-align: center;
}
.navi_global > ul {
  letter-spacing: -.4em;
}
.navi_global > ul > li {
  display: inline-block;
  letter-spacing: normal;
  position: relative;
}
.navi_global > ul > li:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #777;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.navi_global > ul > li > a, .navi_global > ul > li > span.parent {
  display: block;
  padding: 12px 18px;
  color: #eee;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
}
.navi_global > ul > li > a:hover, .navi_global > ul > li:hover > span.parent {
  background: #333;
}
.navi_global > ul > li > span.parent {
  cursor: default;
}
.navi_global .hasmenu {
  position: relative;
}
.navi_global .hasmenu a {
  color: #eee;
}
.navi_global .hasmenu .submenu {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 100%;
  z-index: 2;
  background: #333;
  padding: 10px 25px;
  line-height: 1;
  text-align: left;
  box-shadow: 0 1px 5px rgba(0,0,0,.15);
}
.navi_global .hasmenu:hover .submenu {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.1s;
}
.navi_global .hasmenu .submenu li {
  padding: .7em 0;
}
.navi_global .hasmenu .submenu a {
  white-space: nowrap;
  color: #eee;
  font-size: 1.2rem;
  font-weight: bold;
}
.page_header_container_shadow{
  box-shadow: 0 2px 3px  rgba(0,0,0,.05);
  margin-bottom: 2rem;
}
.page_header_container {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo_contanier {
  display: flex;
  align-items: center;
}
.logo_contanier .logo {
  margin-right: 10px;
}
.logo_contanier .summary {
  font-weight: normal;
  color: #888;
  font-size: 1rem;
  line-height: 1.2;
}
.personal_menu ul {
  display: flex;
  align-items: center;
  line-height: 20px;
}
.personal_menu li {
  padding-left: 13px;
}
.personal_menu li a {
  color: #333;
  font-size: 1.2rem;
}
.personal_menu .num {
  display: inline-block;
  line-height: 1;
  padding: 3px 5px;
  background: #c00;
  color: #fff;
  font-size: 1rem;
  border-radius: 8px;
  margin-left: 3px;
}
.personal_menu .avatar {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

/*--------------------------------------
    page title
--------------------------------------*/
#pagetitle {
  order: 100;
}
.pagetitle{
  width: 1000px;
  margin: .5em auto .3em;
  color: #333;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.2;
}
.pagetitle.no_w{
  width: 100%;
}
/*.pagetitle .inner a{
	text-decoration:underline;
	color:#333;
}
.pagetitle .inner a:hover{
	text-decoration:none;
}*/
.pagetitle .summary,.page_summary {
	display:block;
	font-size:1.4rem;
  color:#666;
	font-weight:bold;
  line-height: 1.5;
  width: 1000px;
	margin:0 auto 2em;
}
/*--------------------------------------
    page footer
--------------------------------------*/
.footer_link_wrapper {
  background: #f2f2f2;
  padding: 2em 0 1.4em;
}
.footer_link_container {
  display: flex;
  font-size: 1.2rem;
}
.footer_link_container .navi_search {
  padding-right: 20px;
  width: 500px;
  box-sizing: border-box;
}
.footer_link_container .navi_othercontents, .footer_link_container .navi_otherservice {
  border-left: 1px solid #eee;
  padding-left: 20px;
  width: 250px;
  box-sizing: border-box;
}
.footer_link_container .maker_list {
  border-bottom: 1px solid #eee;
  padding-bottom: .6em;
  margin-bottom: 1.2em;
}
.footer_link_container .navi_search .list {
  display: flex;
  flex-wrap: wrap;
}
.footer_link_container .navi_search .list li {
  margin-right: 1.5em;
  margin-bottom: .6em;
  line-height: 1.1;
}
.navi_othercontents .list li, .navi_otherservice .list li {
  margin-bottom: .8em;
  line-height: 1.1;
}
.copyright_container {
  display: flex;
  padding: 1.3em 0;
  justify-content: space-between;
  align-items: center;
}
.copyright_container .copyright {
  order: -1;
  color: #999;
  font-size: 1.1rem;
}
.copyright_container .menu .list {
  display: flex;
  justify-content: flex-end;
  font-size: 1.2rem;
}
.copyright_container .menu a {
  color: #666;
}
.copyright_container .menu .list li {
  margin-left: 1.5em;
}
.copyright_container .menu .list.upper {
  margin-bottom: .8em;
}
.btn_pagetop {
  position: fixed;
  right: 20px;
  bottom: 100px !important;
  overflow: hidden;
  z-index: 99;
}
.btn_pagetop a {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  background: rgba(68,68,68,.95);
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  box-shadow: 0 1px 5px rgba(0,0,0,.15);
  border-radius: 2px;
}
.btn_pagetop a:hover {
  background: rgba(51,51,51,.95);
}
.btn_pagetop a span {
  position: absolute;
  right: -200px;
}
/*--------------------------------------
    page footer simple
--------------------------------------*/
.page_footer_simple{
  background: #f7f7f7;
  padding: 1em;
  text-align: center;
  color: #999;
  font-size: 1.1rem;
}