@charset "UTF-8";
/*	fontsize : 12px[default]
---------------------------------
10px	84%		19px	159%
---------------------------------
11px	92%		20px	167%
---------------------------------
12px	100%	21px	175%
---------------------------------
13px	109%	22px	184%
---------------------------------
14px	117%	23px	192%
---------------------------------
15px	125%	24px	200%
---------------------------------
16px	134%	25px	209%
---------------------------------
17px	142%	26px	217
---------------------------------
18px	150%
---------------------------------*/
html {
  color: #333333;
  width: 100%;
  line-height: 1.6;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 14px;
}

body {
  line-height: 1.9;
  letter-spacing: 0.02em;
}

body.fz-s {
  font-size: 85%;
}

body.fz-m {
  font-size: 100%;
}

body.fz-l {
  font-size: 114%;
}

a {
  color: #0088cc;
  text-decoration: none;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
}

li {
  list-style: none;
}

.header {
  padding: 15px 0 13px;
  position: relative;
  z-index: 400;
  background: #ffffff;
}
.header .box-in {
  width: 980px;
  margin: 0 auto;
  _zoom: 1;
  _display: inline-block;
  _display: block;
}
.header .box-in:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.header .l-right {
  _zoom: 1;
  _display: inline-block;
  _display: block;
}
.header .l-right:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.header-logo {
  line-height: 0;
  float: left;
}

.header-navi {
  float: left;
  margin-left: 70px;
}
.header-navi ul {
  _zoom: 1;
  _display: inline-block;
  _display: block;
}
.header-navi ul:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.header-navi a {
  display: block;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: none;
  background-image: url(/img/common/header-navi.png);
}

.header-navi__item {
  float: left;
}

.header-navi__item01 a {
  width: 71px;
  background-position: 0 0;
}
.header-navi__item01 a:hover {
  background-position: 0 -30px;
}

.header-navi__item02 a {
  width: 103px;
  background-position: -71px 0;
}
.header-navi__item02 a:hover {
  background-position: -71px -30px;
}

.header-navi__item03 a {
  width: 128px;
  background-position: -174px 0;
}
.header-navi__item03 a:hover {
  background-position: -174px -30px;
}

.header-navi__item04 a {
  width: 142px;
  background-position: -302px 0;
}
.header-navi__item04 a:hover {
  background-position: -302px -30px;
}

/* ヘッダーナビ修正 190911 ここから*/
.header-navi-pc {
  padding-top: 3px;
  margin-left: 45px;
}
.header-navi-pc a {
  display: block;
  font-size: 12px;
  height: 30px;
  text-indent: 0;
  white-space: inherit;
  overflow: auto;
  background: none;
}
.header-navi-pc .header-navi__item {
  margin-right: 25px;
}
.header-navi-pc .header-navi__item:last-child {
  margin-right: 10px;
}
.header-navi-pc .header-navi__item a {
  position: relative;
  width: auto;
  color: #000;
  padding-left: 10px;
}
.header-navi-pc .header-navi__item a:before {
  content: "\00203A";
  position: absolute;
  left: 0;
  top: 0;
}
.header-navi-pc .header-navi__item a:hover {
  color: #0088cc;
}
.header-print {
  float: left;
  margin-right: 10px;
  padding-top: 1px;
}
.header-print span {
  padding-right: 5px;
  padding-top: 1px;
  font-size: 11px;
  color: #666666;
}
.header-print img {
  width: 16px;
  height: 21px;
  vertical-align: middle;
}
/* ヘッダーナビ修正 190911 ここまで*/
.header-fzctrl {
  _zoom: 1;
  _display: inline-block;
  _display: block;
  background: url(/img/common/label-fz.png) no-repeat 0 50%;
  padding: 4px 0 8px 57px;
  float: left;
}
.header-fzctrl:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.header-fzctrl li {
  float: left;
  margin-left: 1px;
}
.header-fzctrl li:first-child {
  margin-left: 0;
}
.header-fzctrl a {
  display: block;
  width: 18px;
  height: 18px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: none;
}
.header-fzctrl a:hover {
  background-position: 0 -18px;
}

.header-fzctrl__item01 a {
  background-image: url(/img/common/fz-ctrl-s.png);
}

.header-fzctrl__item02 a {
  background-image: url(/img/common/fz-ctrl-m.png);
}

.header-fzctrl__item03 a {
  background-image: url(/img/common/fz-ctrl-l.png);
}

.header-search {
  width: 182px;
  float: left;
  margin-left: 20px;
}
.header-search .gsc-search-box, .header-search .gsc-input {
  padding: 0;
  margin: 0;
}
.header-search .gsc-search-button {
  min-width: 20px;
  width: 20px;
  height: 20px;
  border: none;
  background: url(/img/common/icon-search01.png) no-repeat 50% 50% white;
  color: #ffffff;
  font-size: 0;
  overflow: hidden;
  white-space: nowrap;
}
.header-search .gsc-clear-button {
  display: none;
}

.header-search2 {
  width: 182px;
  float: left;
  margin-left: 15px;
}
.header-search2 .gsc-control-cse {
  padding: 0 !important;
}
.header-search2 .gsc-search-box, .header-search2 .gsc-input {
  padding: 0;
  margin: 0;
}
.header-search2 .gsc-search-button {
  /*min-width: 20px;*/
  /*width: 20px;*/
  /*height: 20px;*/
  /*border: none;*/
  /*background: url(/img/common/icon-search01.png) no-repeat 50% 50% white;*/
  /*color: #ffffff;*/
  /*font-size: 0;*/
  /*overflow: hidden;*/
  /*white-space: nowrap;*/
}
.header-search2 .gsc-clear-button {
  display: none;
}

body.fz-s .header .header-fzctrl__item01 a {
  background-position: 0 -18px;
}

body.fz-m .header .header-fzctrl__item02 a {
  background-position: 0 -18px;
}

body.fz-l .header .header-fzctrl__item03 a {
  background-position: 0 -18px;
}

.global-navi {
  background: #f4f4f4;
  position: relative;
  z-index: 100;
}
.global-navi .global-navi__list {
  background: #f4f4f4;
  position: relative;
  z-index: 300;
}
.global-navi .global-navi__list ul {
  width: 980px;
  margin: 0 auto;
  _zoom: 1;
  _display: inline-block;
  _display: block;
}
.global-navi .global-navi__list ul:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.global-navi .global-navi__item {
  float: left;
}
.global-navi .global-navi__item a {
  display: block;
  height: 69px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: none;
  background-image: url(/img/common/global-navi.png);
}
.global-navi .global-navi__item01 a {
  width: 139px;
  background-position: 0 0;
}
.global-navi .global-navi__item01 a:hover {
  background-position: 0 -69px;
}
.global-navi .global-navi__item01 .dd-trigger:hover {
  background-position: 0 -138px;
}
.global-navi .global-navi__item01.dd-open .dd-trigger {
  background-position: 0 -138px;
}
.global-navi .global-navi__item02 a {
  width: 240px;
  background-position: -139px 0;
}
.global-navi .global-navi__item02 a:hover {
  background-position: -139px -69px;
}
.global-navi .global-navi__item02 .dd-trigger:hover {
  background-position: -139px -138px;
}
.global-navi .global-navi__item02.dd-open .dd-trigger {
  background-position: -139px -138px;
}
.global-navi .global-navi__item03 a {
  width: 156px;
  background-position: -379px 0;
}
.global-navi .global-navi__item03 a:hover {
  background-position: -379px -69px;
}
.global-navi .global-navi__item03 .dd-trigger:hover {
  background-position: -379px -138px;
}
.global-navi .global-navi__item03.dd-open .dd-trigger {
  background-position: -379px -138px;
}
.global-navi .global-navi__item04 a {
  width: 186px;
  background-position: -535px 0;
}
.global-navi .global-navi__item04 a:hover {
  background-position: -535px -69px;
}
.global-navi .global-navi__item04 .dd-trigger:hover {
  background-position: -535px -69px;
}
.global-navi .global-navi__item04.dd-open .dd-trigger {
  background-position: -535px -138px;
}
.global-navi .global-navi__item05 a {
  width: 132px;
  background-position: -721px 0;
}
.global-navi .global-navi__item05 a:hover {
  background-position: -721px -69px;
}
.global-navi .global-navi__item05 .dd-trigger:hover {
  background-position: -721px -138px;
}
.global-navi .global-navi__item05.dd-open .dd-trigger {
  background-position: -721px -138px;
}
.global-navi .global-navi__item06 a {
  width: 127px;
  background-position: -853px 0;
}
.global-navi .global-navi__item06 a:hover {
  background-position: -853px -69px;
}
.global-navi .global-navi__item06 .dd-trigger:hover {
  background-position: -853px -69px;
}
.global-navi .global-navi__item06.dd-open .dd-trigger {
  background-position: -853px -138px;
}
.dropdown-menu {
  position: absolute;
  display: none;
  top: -200px;
  width: 100%;
  background: #ebebeb;
  -webkit-transition-property: top, bottom;
  -moz-transition-property: top, bottom;
  -o-transition-property: top, bottom;
  -ms-transition-property: top, bottom;
  transition-property: top, bottom;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.dropdown-menu.dd-open {
  top: 69px;
}
.dropdown-menu .box-in {
  padding: 30px 50px 40px;
  width: 880px;
  margin: 0 auto;
}

.dropdown-menu__item {
  _zoom: 1;
  _display: inline-block;
  _display: block;
}
.dropdown-menu__item:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.dropdown-menu__column {
  float: left;
}

.dropdown-menu__navi {
  font-size: 114%;
  font-weight: bold;
}
.dropdown-menu__navi a {
  display: inline-block;
  color: #333333;
  position: relative;
}
.dropdown-menu__navi a:hover {
  text-decoration: underline;
}
.dropdown-menu__navi .dropdown-menu__navi__item {
  margin-top: 10px;
}
.dropdown-menu__navi .dropdown-menu__navi__item:first-child {
  margin-top: 0;
}

.dropdown-menu__column {
  width: 280px;
}

.dropdown-menu__column03 {
  float: right;
}

.dropdown-menu__item03_02 .dropdown-menu__column {
  width: 175px;
  float: left;
}
.dropdown-menu__item03_02 .dropdown-menu__column02 {
  width: 160px;
}
.dropdown-menu__item03_02 .dropdown-menu__column03 {
  width: 240px;
}

.dropdown-menu__item03_02 .dropdown-menu__column04 {
  float: right;
  width: 280px;
}

.dropdown-menu__child-navi {
  margin-top: 10px;
  padding-left: 20px;
}

.dropdown-menu__child-navi__item {
  margin-top: 10px;
}
.dropdown-menu__child-navi__item:first-child {
  margin-top: 0;
}

.dropdown-menu__bnr-list li {
  margin-top: 30px;
  line-height: 0;
}
.dropdown-menu__bnr-list li:first-child {
  margin-top: 0;
}

.dropdown-menu__bnr-list li {
  margin-top: 15px;
  line-height: 0;
}
.dropdown-menu__bnr-list li:first-child {
  margin-top: 0;
}

.dropdown-menu__item02 .dropdown-menu__navi {
  position: relative;
  padding-bottom: 36px;
}
.dropdown-menu__item02 .dropdown-menu__navi__item-fashionmarketing {
  width: 460px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.icon{
  background: url(/img/common/link.png) no-repeat;
  display: block;
  width: 13px;
  height: 13px;
  margin-top: -7px;
  position: absolute;
  right: -20px;
  top: 50%;

}

.contents {
  width: 980px;
  margin: 0 auto;
  padding-top: 50px;
  _zoom: 1;
  _display: inline-block;
  _display: block;
}
.contents:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.contents-header {
  _zoom: 1;
  _display: inline-block;
  _display: block;
  margin-bottom: 50px;
}
.contents-header:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.page-title {
  float: left;
  line-height: 0;
}
.page-title.type-text {
  font-size: 28px;
  letter-spacing: .08em;
  color: #000;
  line-height: 1;
}

.breadcrumb {
  float: right;
  margin-top: 5px;
}
.breadcrumb li {
  float: left;
  padding-left: 23px;
  font-size: 85%;
  background: url(/img/common/icon-arrow05.png) no-repeat 8px 50%;
  font-weight: bold;
}
.breadcrumb li:first-child {
  background: none;
  padding-left: 0;
}
.breadcrumb li:last-child a {
  font-weight: bold;
  text-decoration: none;
  color: #333333;
  cursor: default;
}
.breadcrumb a {
  text-decoration: underline;
  font-weight: normal;
}
.breadcrumb a:hover {
  text-decoration: none;
}

.main {
  width: 720px;
  float: left;
}

.side {
  width: 220px;
  float: right;
}
.side .side__block01 {
  border: 6px solid #f4f4f4;
}
.side .side__block02 {
  margin-top: 20px;
}
.side .side__block02 .list__item {
  margin-top: 12px;
}
.side .side__block02 .list__item:first-child {
  margin-top: 0;
}
.side .label-line02 {
  height: 34px;
}
.side .label-line03 {
  height: 58px;
}
.side a:hover .side-navi-child__item__label {
  color: #08c;
}
.side a:hover .side-navi-grand_child__item__label {
  color: #08c;
}
.side a:hover .label-line02 {
  background-position: 0 -34px;
}
.side a:hover .label-line03 {
  background-position: 0 -58px;
}

.side-title {
  background: #333333;
  padding: 20px 0 20px 20px;
  line-height: 0;
}
.side-title a {
  padding-left: 16px;
  background: url(/img/common/icon-arrow06.png) no-repeat 0 50%;
  line-height: 0;
  display: inline-block;
}

.side-title2 {
  text-align: center;
  font-weight: bold;
  color: #666;
  /*margin-bottom: 7px;*/
  background: #F4F4F4;
}
.side-navi {
  padding: 20px 15px;
}

.side-navi__item {
  margin-top: 22px;
}
.side-navi__item:first-child {
  margin-top: 0;
}
.side-navi__item a {
  display: block;
}

.side-navi__item__label {
  padding: 0 0 0 10px;
  display: block;
  font-size: 95%;
  line-height: 15px;
  color: #333;
  position: relative;
}
.side-navi__item__label:before {
  content: "\00203A";
  position: absolute;
  left: 0;
  top: 0;
}

a:hover .side-navi__item__label {
  color: #08c;
}
a:hover .label-line02 {
  background-position: 0 -34px;
}

.side-navi-child-wrap {
  display: none;
}

.side-navi-child {
  display: none;
  margin-top: 15px;
}

.side-navi-child__item {
  margin-top: 11px;
  padding-left: 15px;
}
.side-navi-child_type02 {
  margin-top: 5px;
}
.side-navi-child_type02 .side-navi-child__item {
  padding-left: 30px;
}
.side-navi-child_type02 .label-line02 {
  line-height: 1.4;
}



.side-navi-child__item:first-child {
  margin-top: 0;
}

.side-navi-child__item__label {
  padding: 0 0 0 10px;
  display: block;
  color: #333;
  font-size: 95%;
  position: relative;
}
.side-navi-child__item__label:before {
  content: "\002514";
  font-size: 10px;
  position: absolute;
  top: 3px;
  left: -4px;
}
.side-navi-child__item__label:hover {
  color: #08c;
}

.side-navi-grand_child {
  margin-top: 11px;
}

.side-navi-grand_child__item {
  margin-top: 15px;
  padding-left: 20px;
}

.side-navi-grand_child__item:first-child {
  margin-top: 0;
}

.side-navi-grand_child__item__label {
  display: block;
  color: #333;
  position: relative;
  font-size: 95%;
  line-height: 15px;
}

.side-navi-grand_child__item__label:before {
   content: "\002514";
   font-size: 10px;
   position: absolute;
   top: 3px;
   left: -14px;
}

.footer {
  background: #f9f9f9;
}
.footer .box-in {
  width: 980px;
  margin: 0 auto;
  padding: 10px 0;
}
.footer .copyright {
  float: right;
  margin-top: 20px;
}
.footer .footer-copyright{
  background: #eeeeee;
  padding: 5px 0;
  text-align: center;
}

.footer-navi {
  float: left;
}
.footer-navi ul {
  _zoom: 1;
  _display: inline-block;
  _display: block;
}
.footer-navi ul:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.footer-navi ul:first-child {
  margin-bottom: 10px;
}
.footer-navi__item {
  float: left;
  margin-right: 25px;
}
.footer-navi__item a {
  position: relative;
  font-size: 10px;
  padding: 5px 0;
  display: inline-block;
  vertical-align: middle;
}
.footer-navi__item a:before {
  content: "\00203A";
  left: 0;
  top: 0;
  font-size: 12px;
  padding-right: 3px;
}
.footer-navi__item a:hover {
  color: #0088cc;
}

.footer-social{
  float: right;
  margin-top: 14px;
}
.footer-social__item{
  float: left;
  margin-left: 8px;
}


.foot-pagetop {
  position: fixed;
  right: 45px;
  bottom: 45px;
  display: none;
}
.foot-pagetop a {
  width: 30px;
  height: 30px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(/img/common/icon-arrow10.png) no-repeat 0 0;
}
.foot-pagetop a:hover {
  background-position: 0 -30px;
}

.pager {
  _zoom: 1;
  _display: inline-block;
  _display: block;
  background: url(/img/common/pat-03.png) no-repeat 50% 50%;
}
.pager:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.pager__item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.pager__item--prev {
  float: left;
  width: 50%;
  text-align: right;
  padding-right: 8px;
}

.pager__item--next {
  float: right;
  width: 50%;
  text-align: left;
  padding-left: 8px;
}

.pager__item-prev {
  float: left;
  width: 50%;
  text-align: right;
  padding-right: 8px;
}

.pager__item-next {
  float: right;
  width: 50%;
  text-align: left;
  padding-left: 8px;
}

.foot-link {
  background: url(/img/common/pat-01.png) repeat-x 0 0;
  margin-top: 40px;
  padding-top: 20px;
}

.BD-ABOUT .global-navi__item01 a {
  background-position: 0 -69px;
}

.BD-BUSINESS .global-navi__item02 a {
  background-position: -139px -69px;
}

.BD-IR .global-navi__item03 a {
  background-position: -379px -69px;
}

.BD-NEWS .global-navi__item04 a {
  background-position: -535px -69px;
}

.BD-CSR .global-navi__item05 a {
  background-position: -721px -69px;
}

.BD-CAREER .global-navi__item06 a {
  background-position: -853px -69px;
}

.col2 {
  _zoom: 1;
  _display: inline-block;
  _display: block;
}
.col2:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.col2__l {
  float: left;
}

.col2__r {
  float: right;
}

.list-type01 .clm01 {
  color: #999999;
  display: table-cell;
  vertical-align: middle;
}
.list-type01 .clm02 {
  display: table-cell;
  vertical-align: middle;
}
.list-type01 .clm03 {
  display: table-cell;
  vertical-align: middle;
}

.list-type02 .clm01 {
  display: table-cell;
  vertical-align: middle;
  /*width: 107px;*/
  width: 150px;
  padding-left: 5px;
  color: #999999;
  text-decoration: none !important;
}
.list-type02 .clm02 {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  line-height: 0;
}
.list-type02 .clm03 {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}
.list-type02 .clm04 {
  display: table-cell;
  width: 140px;
  vertical-align: middle;
}
.list-type02 .clm05 {
  display: table-cell;
  width: 90px;
  vertical-align: middle;
  padding-left: 45px;
}

.list-type01 .list-type01__item {
  margin-top: 20px;
  display: table;
  width: 100%;
}
.list-type01 .list-type01__item:first-child {
  margin-top: 0;
}
.list-type01 a:hover {
  text-decoration: underline;
}

.list-type02 {
  background: url(/img/common/pat-01.png) repeat-x 0 100%;
}
.list-type02 .list-type02__item {
  display: table;
  width: 100%;
  padding: 20px 0;
  background: url(/img/common/pat-01.png) repeat-x 0 0;
}
.list-type02 .clm03 a:hover {
  text-decoration: underline;
}
/*180416　関連ニュース　もっと見るボタン 追加ここから*/
.related_news .related_news-morebtn {
  display: none;
  /*text-align: right;*/
  padding: 15px 0;
}
.related_news .related_news-morebtn:hover {
  opacity: .7;
}
.related_news .section__contents.type02 .list-type02 .list-type02__item:nth-child(n+4){
  display: none;
}
.related_news .section__contents.type02 .list-type02.acc-open .list-type02__item:nth-child(n+4) {
  display: block;
}
/*180416　関連ニュース　もっと見るボタン 追加ここまで*/

.list-type03 li {
  padding-left: 30px;
}
.list-type03 li:first-child {
  text-indent: -2em;
}

.list-type05 dt {
  font-size: 106%;
  margin-top: 25px;
  font-weight: bold;
}
.list-type05 dt:first-child {
  margin-top: 0;
}
.list-type05 dd {
  margin-top: 5px;
}

table {
  width: 100%;
}

.table-type01 tr:first-child td {
  padding-top: 0;
}
.table-type01 td {
  padding-top: 5px;
}
.table-type01 .clm01 {
  padding-right: 5px;
}
.table-type01 .clm02 {
  padding-right: 5px;
}

.table-type02 th {
  padding: 5px 0;
  text-align: center;
}
.table-type02 th:first-child {
  border-left: none;
}
.table-type02 td {
  border-bottom: 1px dotted #cccccc;
  border-left: 1px dotted #cccccc;
  padding: 3px 0 3px;
}
.table-type02 td:first-child {
  border-left: none;
}

.table-type03 {
  border-collapse: collapse;
}
.table-type03 th {
  padding: 10px 10px 10px 10px;
  text-align: center;
  vertical-align: middle;
}
.table-type03 td {
  border-left: 1px dotted #cbcbcb;
  border-top: 1px dotted #cbcbcb;
  padding: 10px 10px 10px 10px;
  vertical-align: middle;
}
.table-type03 td:first-child {
  border-left: none;
}

.table-type04 tr:first-child td {
  padding-top: 0;
}
.table-type04 td {
  padding-top: 10px;
}
.table-type04 td:first-child {
  padding-right: 5px;
}

.table-type05 th,
.table-type05 td {
  padding: 10px 15px;
}
.table-type05 th:first-child {
  border-left: none;
}
.table-type05 td {
  border-bottom: 1px dotted #cccccc;
  border-left: 1px dotted #cccccc;
}
.table-type05 td:first-child {
  border-left: none;
}
.table-type05 thead th {
  background: #fbfbfb;
  border-left: 1px dotted #cbcbcb;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
}
.table-type05.bdt-none thead th {
  border-top: none;
}
.table-type05 tbody th {
  border-bottom: 1px dotted #cccccc;
  background: #fbfbfb;
  vertical-align: middle;
}


.link-type01 {
  text-decoration: underline;
}
.link-type01:hover {
  text-decoration: none;
}

.arrow-link01 {
  background: url(/img/common/icon-arrow08.png) no-repeat 0 50%;
  display: inline-block;
  padding-left: 12px;
}
.arrow-link01:hover {
  text-decoration: underline;
}

.arrow-link02 {
  display: inline-block;
  background: url(/img/common/icon-arrow09.png) no-repeat 0 50%;
  padding-left: 20px;
}

.arrow-link03 {
  display: block;
  background: url(/img/common/icon-arrow15.png) no-repeat 0 50%;
  padding-left: 20px;
  color: #333333;
}
.arrow-link03:hover {
  color: #0088cc;
}

.arrow-link04 {
  display: inline-block;
  background: url(/img/common/icon-arrow03.png) no-repeat 0 50%;
  padding-left: 20px;
}

.arrow-link05 {
  display: inline-block;
  background: url(/img/common/icon-arrow16.png) no-repeat 0 50%;
  padding-left: 25px;
  line-height: 1;
}

.hierarchy-link01 {
  background: url(/img/common/icon-hierarchy.png) no-repeat 0 50%;
  padding-left: 12px;
}
.hierarchy-link01-type02 {
  background: url(/img/common/icon-hierarchy.png) no-repeat 12px 50%;
  padding-left: 24px;
  line-height: 1.5;
}

a.hierarchy-link01:hover {
  text-decoration: underline;
}
.link-icon{
  display: block;
  position: relative;
}
.icon02{
  background: url(/img/common/link.png) no-repeat;
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 76px;
  top: 8px;
}
.arrow-link01 {
  background: url(/img/common/icon-arrow07.png) no-repeat 0 50%;
  padding: 2px 0 2px 10px;
  color: #0088cc;
}
.arrow-link01:hover {
  text-decoration: underline;
}

.pdf-link, .pdf-link02 {
  background: url(/img/common/icon-pdf.png) no-repeat 0 50%;
  padding: 2px 0 2px 20px;
  color: #999999;
  font-size: 85%;
}

a.pdf-link:hover, a.pdf-link02:hover {
  text-decoration: underline;
}

.movie-link, .movie-link02 {
  background: url(/img/common/icon-movie.png) no-repeat 0 50%;
  padding: 2px 0 2px 20px;
  color: #999999;
  font-size: 85%;
}

a.movie-link:hover, a.movie-link02:hover {
  text-decoration: underline;
}

.book-link, .book-link02 {
  background: url(/img/common/icon-book.png) no-repeat 0 50%;
  padding: 2px 0 2px 20px;
  color: #999999;
  font-size: 85%;
}

a.book-link:hover, a.book-link02:hover {
  text-decoration: underline;
}

.web-link, .web-link02 {
  background: url(/img/common/icon-web.png) no-repeat 0 50%;
  padding: 2px 0 2px 20px;
  color: #999999;
  font-size: 85%;
}

a.web-link:hover, a.web-link02:hover {
  text-decoration: underline;
}

.pdf-link02, .movie-link02, .book-link02, .web-link02 {
  color: #0088cc;
  text-decoration: underline;
}
.pdf-link02:hover, .movie-link02:hover, .book-link02:hover, .web-link02:hover {
  text-decoration: none;
}

.section-type02 {
  margin-top: 40px;
}
.section-type02 .section__contents {
  margin-top: 30px;
}

.section-type03 {
  margin-top: 50px;
}
.section-type03:first-child {
  margin-top: 0;
}
.section-type03 .section__title {
  font-size: 114.53%;
  font-weight: bold;
  color: #333333;
}
.section-type03 .section__contents {
  margin-top: 15px;
}

.section-type04 .section__title {
  font-weight: bold;
}

.section-type05__contents {
  margin-top: 30px;
}

.section-type06__title {
  font-weight: bold;
}

.section-type06__contents {
  margin-top: 5px;
}

.item-box01__contents {
  margin-top: 10px;
}

.item-box01__image p {
  line-height: 0;
}
.item-box01__image figcaption {
  font-size: 78%;
}

.item-box01__info {
  margin-top: 20px;
}

.box-type01 {
  padding: 30px 0 40px;
  background: url(/img/common/pat-01.png) repeat-x 0 100%;
}
.box-type01 .posts__title {
  font-size: 121.37%;
  font-weight: bold;
}
.box-type01 .posts__title a {
  color: #333333;
}
.box-type01 .posts__title a:hover {
  color: #0088cc;
}
.box-type01 .posts__date {
  color: #999999;
}

.box-type02 {
  border-bottom: 2px solid #000000;
  padding-bottom: 10px;
  font-size: 128%;
  color: #000000;
  font-weight: bold;
}

.box-type02__box-02 {
  font-weight: normal;
}

.box-type02__box-03 {
  font-size: 82%;
  font-weight: normal;
}
.box-type02-01 {
  font-weight: normal;
  border-bottom: 1px solid #000000;
}

.box-type03 {
  background: url(/img/common/pat-05.gif) 0 0;
  padding: 12px 0 12px 15px;
  font-size: 121%;
}
.box-type03 a {
  color: #000000;
}

.box-type03__box-01 {
  font-weight: bold;
}

.box-type04, .btn-type01, .btn-type02 {
  border: 1px solid #0088cc;
  background: #ffffff;
}

.box-type05 {
  border: 5px solid #e9e9e9;
}

.box-type06 {
  border: 1px solid #eeeeee;
}

.box-type07 {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  border-left: 1px solid #333333;
  min-height: 30px;
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  font-size: 106%;
  color: #333333;
  font-weight: bold;
}

.box-type07_02 {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 1px solid #333333;
  min-height: 30px;
  vertical-align: middle;
  width: 100%;
  font-size: 106%;
  color: #333333;
  font-weight: bold;
}

.box-type07_03 {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 30px;
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  font-size: 106%;
  color: #333333;
  font-weight: bold;
}

.box-type08 {
  border: 1px solid #dddddd;
}

.box-type09 {
  border: 1px solid #e7e7e7;
  padding: 2px;
}

.box-type11 {
  padding-top: 30px;
  background: url(/img/common/pat-01.png) repeat-x 0 0;
}

.box-type12 {
  background: #eeeeee;
  color: #333333;
  font-weight: bold;
  padding: 5px 0 5px 3px;
}

.box-type13 {
  padding-left: 156px;
  position: relative;
  background: url(/img/common/bg01.gif) no-repeat 6px 0;
}

.box-type14 {
  padding-left: 75px;
  position: relative;
  background: url(/img/common/bg02.gif) no-repeat 6px 50%;
}

.box-type15 {
  background: #f8f8f8;
}

.btn-type01 {
  display: inline-block;
  padding: 10px 25px 10px 20px;
}

a:hover .btn-type01 {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
}

.btn-type01__title {
  background: url(/img/common/icon-arrow07.png) no-repeat 0 50%;
  padding-left: 20px;
  color: #0088cc;
}

.btn-type02{

  display: inline-block;
  padding: 10px 10px 10px 10px;
}
.btn-type02__title{
  background: url(/img/common/icon-arrow15.png) no-repeat 0 50%;
  padding-left: 20px;
  color: #0088cc;
}

.shadow-type01 {
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.size-type01 {
  width: 130px;
}

.size-type02 {
  width: 150px;
}

.input-text-type01 {
  background: #f4f4f4;
  border: none;
  margin: 0;
  padding: 0;
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.popup-requirements {
  width: 550px;
  margin: 0 auto;
  padding: 10px;
}
.popup-requirements .title {
  font-size: 142%;
  font-weight: bold;
}

.page-map__item {
  border: 1px solid #e3e3e3;
  padding: 4px;
  margin-bottom: 20px;
}

.page-map__title {
  padding: 12px 0 12px 20px;
  background: #f4f4f4;
  color: #333333;
  font-weight: bold;
  font-size: 106%;
}
.page-map__title a {
  color: #333333;
  text-decoration: none;
}
.page-map__title a:hover {
  opacity: 0.7;
}
.page-map-navi {
  padding: 20px;
}
.page-map-navi .child {
  padding-left: 20px;
}
.page-map-navi .child__item {
  margin-top: 15px;
}

.page-map-navi__item {
  margin-top: 10px;
}
.page-map-navi__item:first-child {
  margin-top: 0;
}

.head-text01 {
  font-size: 106.84%;
}

.foot-text01 {
  font-size: 106.84%;
}

.ctrl01 a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 15px;
  height: 29px;
}

.ctrl01-prev {
  background: url(/img/common/icon-arrow01.png) no-repeat 0 0;
}

.ctrl01-next {
  background: url(/img/common/icon-arrow02.png) no-repeat 0 0;
}

.caution-block {
  margin-top: 30px;
  font-size: 12px;
  color: #999;
}

.last-update {
  text-align: right;
  margin-top: 50px;
  font-size: 13px;
}

.tab-list {
  font-size: 0;
}
.tab-list li {
  font-size: 14px;
  display: table-cell;
  vertical-align: top;
  padding: 3px 10px;
  border-left: 1px dotted #999;
  font-weight: bold;
  width: 15%;
  text-align: center;
}
.tab-list li:last-child {
  border-right: 1px dotted #999;
}
.tab-list li a {
  display: block;
  padding: 0 5px;
  color: #999;
}
.tab-list li a:hover {
  text-decoration: underline;
}
.BD-CSR-THEME .tab-list ul {
  display: table;
}
.BD-CSR-THEME .tab-list li {
  width: 17%;
  vertical-align: middle;
}

.small-text01 {
  font-weight: normal;
}

.lang-link {
    float: left;
    margin-bottom: 9px;
    font-size: 85%;
    padding-left: 63px;
    background: url(/img/common/icon-arrow05.png) no-repeat 47px 50%;
}
.lang-link a {
  text-decoration: underline;
}

.relation-news_hd {
    display: table;
    width: 100%;
}

.relation-news_hd h2 {
    display: table-cell;
    vertical-align: middle;
}

.relation-news__more {
    display: table-cell;
    font-size: 10px;
    width: 76px;
    vertical-align: middle;
}
.relation-news__more a {
    background: url(/en/img/common/icon-arrow08.png) no-repeat 0 50%;
    display: block;
    padding-left: 10px;
    color: #444444;
}

i.icon-link {
  position: relative;
  width: 13px;
  height: 13px;
  display: inline-block;
}
i.icon-link:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 13px;
  height: 13px;
  background: url(/img/common/link.png) no-repeat;
  margin-left: 3px;
  margin-top: 2px;
}
.search-form-box {
  display: flex;
  align-items: center;
}
.search-form-box .keyword-input {
border: 1px solid #bbb;
box-sizing: border-box;
padding: 3px 9px 2px 9px;
width: 120px;
margin-right: 12px;
}
.search-form-box .keyword-input input{
  font-family: inherit;
  font-size: 16px;
  }
.search-form-box .search-button button{
  cursor: pointer;
  border-color: #333;
    background-color: #333;
    background-image: none;
    filter: none;
    font-size: 0px;
    padding: 6px 10px;
    width: auto;
    vertical-align: middle;
    border: 1px solid #000;
    border-radius: 2px;
    margin-top: 2px;
}
.l-left {
  float: left;
}

.l-right {
  float: right;
}

.fwB {
  font-weight: bold;
}

.fwN {
  font-weight: normal;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w32 {
  width: 32%;
}

.w35 {
  width: 35%;
}

.w38 {
  width: 38%;
}

.w40 {
  width: 40%;
}

.w43 {
  width: 43%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.bgN {
  background: none !important;
}

.bgEB {
  background: #ebebeb !important;
}

.bgF4 {
  background: #f4f4f4 !important;
}

.bgF7 {
  background: #f7f7f7 !important;
}

.bgFB {
  background: #fbfbfb !important;
}

.bgFC {
  background: #fcfcfc !important;
}

.blN {
  border-left: none !important;
}

.btS {
  border-top: 1px solid #cbcbcb !important;
}

.bbS {
  border-bottom: 1px solid #cbcbcb !important;
}

.bbN {
  border-bottom: none !important;
}

.blS {
  border-left: 1px solid #cbcbcb !important;
}

.bbD {
  border-bottom: 1px dotted #cbcbcb !important;
}

.brD {
  border-bottom: 1px dotted #cbcbcb !important;
}

.blD {
  border-left: 1px dotted #cbcbcb !important;
}

.btD {
  border-top: 1px dotted #cbcbcb !important;
}

.blN {
  border-left: none !important;
}

.plN {
  padding-left: 0 !important;
}

.taC {
  text-align: center !important;
}

.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.vaT {
  vertical-align: top !important;
}

.vaM {
  vertical-align: middle !important;
}

.vaB {
  vertical-align: bottom !important;
}

.wsN {
  white-space: nowrap !important;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  _zoom: 1;
}

.clearfix {
  _display: inline-block;
}

.clearfix {
  _display: block;
}

/*************************************
印刷用 CSS
*************************************/
@media print {
	.header, .global-navi, .breadcrumb, .footer, .foot-pagetop, .side { display: none; }
	.contents { width: 720px; }
}

/*************************************
汎用クラス
*************************************/
.fontRed {
  color:#FC323D;
}
.fontBlack {
  color:#333333;
}
.fontUnderRed {
  text-decoration:underline;
  color:#FC323D;
}
.fontUnder {
  text-decoration: underline;
}
.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mt-05 { margin-top: -5px !important; }
.mt-10 { margin-top: -10px !important; }
.mt-15 { margin-top: -15px !important; }
.mt-20 { margin-top: -20px !important; }
.mt-25 { margin-top: -25px !important; }
.mt-30 { margin-top: -30px !important; }
.mt-35 { margin-top: -35px !important; }

.mb-05 { margin-bottom: -5px !important; }
.mb-10 { margin-bottom: -10px !important; }
.mb-15 { margin-bottom: -15px !important; }
.mb-20 { margin-bottom: -20px !important; }
.mb-25 { margin-bottom: -25px !important; }
.mb-30 { margin-bottom: -30px !important; }
.mb-35 { margin-bottom: -35px !important; }

.p10 { padding: 10px !important; }
.p20 { padding: 20px !important; }
.p30 { padding: 30px !important; }
.p40 { padding: 40px !important; }
.p50 { padding: 50px !important; }

.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr00 {
  padding-right: 0px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.fz10 {
  font-size: 10px !important;
}

.fz11 {
  font-size: 11px !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz13 {
  font-size: 13px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz17 {
  font-size: 17px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz19 {
  font-size: 19px !important;
}

.fz20 {
  font-size: 20px !important;
}
.wsp-nowr {
  white-space: nowrap;
}
.cb {
  clear: both;
}