@charset "UTF-8";
/********************************************************* reset*/
* {
  box-sizing: border-box;
}

html, body, p, li, dl, dt, dd, blockquote, td, form {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

ul, ol {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

address, em, code, cite, dfn, var, optgroup {
  font-style: normal;
}

caption, th {
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
}

img {
  border: none;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  line-height: inherit;
}

input, select, textarea {
  font-size: inherit;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
  margin: 0;
  padding: 0;
}

/********************************************************* icon fonts*/
@font-face {
  font-family: 'icomoon';
  src:  url('/new_common/fonts/icomoon.eot?vljoxz');
  src:  url('new_common/fonts/icomoon.eot?vljoxz#iefix') format('embedded-opentype'),
    url('/new_common/fonts/icomoon.ttf?vljoxz') format('truetype'),
    url('/new_common/fonts/icomoon.woff?vljoxz') format('woff'),
    url('/new_common/fonts/icomoon.svg?vljoxz#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-about:before {
  content: "\e900";
}
.icon-calendar:before {
  content: "\e901";
}
.icon-career:before {
  content: "\e902";
}
.icon-china:before {
  content: "\e903";
}
.icon-compliance:before {
  content: "\e904";
}
.icon-event:before {
  content: "\e905";
}
.icon-faq:before {
  content: "\e906";
}
.icon-finance:before {
  content: "\e907";
}
.icon-fresh:before {
  content: "\e908";
}
.icon-history:before {
  content: "\e909";
}
.icon-ir:before {
  content: "\e90a";
}
.icon-job:before {
  content: "\e90b";
}
.icon-mail:before {
  content: "\e90c";
}
.icon-message:before {
  content: "\e90d";
}
.icon-middleplan:before {
  content: "\e90e";
}
.icon-outline:before {
  content: "\e90f";
}
.icon-sns:before {
  content: "\e910";
}
.icon-stock_bond:before {
  content: "\e911";
}
.icon-voice:before {
  content: "\e912";
}
.icon-wn:before {
  content: "\e913";
}
.icon-world:before {
  content: "\e914";
}
.icon-fulfilling:before {
  content: "\e915";
}
.icon-group:before {
  content: "\e916";
}
.icon-logo:before {
  content: "\e917";
}

/********************************************************* base*/
body {
  -webkit-text-size-adjust: 100%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
}

a:link,
a:visited {
  color: #4779b3;
}

a:hover {
  color: #ff9c00;
  text-decoration: none;
}

.inner {
  width: 1036px;
  margin: 0 auto;
}
.inner_sustainability {
  width: 635px;
  margin: 0 auto;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 1036px) {
  .inner {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 736px) {
  .pc {
    display: none;
  }

  .sp {
    display: block !important;
  }

  img.sp {
    display: inline-block !important;
    vertical-align: top;
  }
  .inner_sustainability {
    width: 100%;
  }
}
/********************************************************* header*/
#gHeader {
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 100;
}
#gHeader .logo {
  float: left;
}
.headBtns {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
}
.headerR {
  float: right;
  text-align: right;
  white-space: nowrap;
}
#topNav {
  margin-top: 15px;
}
#topNav > ul > li {
  display: inline-block;
  margin-left: 10px;
  width: 120px;
}
#topNav > ul > li a {
  display: block;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 0;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  text-shadow: 0 0 3px black, 0 0 5px rgba(0, 0, 0, 0.5);
}
#topNav > ul > li a:hover, #topNav > ul > li a.on {
  background-color: #fff;
  color: #366cab;
  text-shadow: none;
}
#topNav .socials {
  float: none;
  padding: 10px 0;
  text-align: center;
}
#topNav .socials li {
  margin: 0 8px;
}

.topSubNav {
  display: inline-block;
  vertical-align: top;
  margin: 7px 10px 0 0;
  text-align: right;
  min-width: 530px;
}
.topSubNav li {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #fff;
}
.topSubNav li:first-child {
  /*border-right: none;
  margin-right: 0;
  padding-right: 0;*/
}
.topSubNav li a {
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 3px black, 0 0 5px rgba(0, 0, 0, 0.5);
}
.topSubNav li a:hover {
  text-decoration: underline;
}

/*topNav hover menu*/
.subNavs {
  z-index: 999;
  position: absolute;
  left: 0;
  top: 125px;
  width: 100%;
  background-color: #fff;
  display: none;
}
.subNavs .subNavWrap {
  border-top: 1px solid #dde7f3;
  border-bottom: 1px solid #dde7f3;
  margin-bottom: 10px;
}
.subNavs h2 {
  text-align: center;
  color: #366cab;
  padding: 10px 0;
  font-size: 20px;
}
.subNavs h2 a {
  color: #366cab;
  min-width: 240px;
  text-decoration: none;
  padding: 20px;
  display: inline-block;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.subNavs h2 a:hover {
  background-color: #366cab;
  color: #fff;
}
.subNavs nav a {
  display: block;
  text-align: center;
  color: #366cab;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  font-weight: bold;
  font-size: 14px;
  padding: 24px 0;
  min-height: 70px;
}
.subNavs nav a:hover {
  background-color: #366cab;
  color: #fff;
}
.subNavs ul {
  max-width: 935px;
  margin: -1px auto;
  border-left: 1px solid #dde7f3;
}
.subNavs li {
  float: left;
  border-right: 1px solid #dde7f3;
  border-bottom: 1px solid #dde7f3;
  width: 25%;
}
.subNavs .inner {
  position: relative;
}
.subNavs .btnClose {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -20px;
  background: url(/new_common/images/btn_close.png) no-repeat;
  width: 40px;
  height: 40px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.subNavs .btnClose:hover {
  background-color: #eee;
}
.subNavs .btnClose span {
  display: none;
}

@media screen and (max-width: 935px) {
  .subNavs nav a {
    font-size: 11px;
  }
}
@media screen and (max-width: 736px) {
  #gHeader {
    position: static;
	background-color: #fff;
  }
  #gHeader .logo {
    padding: 5px 0 5px 15px;
  }
  #gHeader .logo a {
    background: url(/new_common/images/logo_sios@2x.png) no-repeat;
    -webkit-background-size: 36px auto;
    background-size: 36px auto;
    display: block;
    width: 36px;
    height: 36px;
  }
  #gHeader nav {
    margin-top: 0;
    display: none;
    float: none;
    clear: both;
  }
  #gHeader nav > ul {
    border-top: 1px solid #dde7f3;
    display: block;
  }
  #gHeader nav > ul > li {
    text-align: center;
    float: none;
    width: auto;
    margin-left: 0;
    display: block;
    border-bottom: 1px solid #dde7f3;
    box-shadow: none;
  }
  #gHeader nav > ul > li.pc {
    display: none;
  }
  #gHeader nav > ul > li a {
    color: #366cab;
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
    border: none;
    text-shadow: none;
  }
  #gHeader nav > ul > li a:hover {
    color: #fff;
    background-color: #366cab;
  }

  .headerR {
    float: none;
  }

  .subNavs {
    display: none !important;
  }
}
/********************************************************* sp menubtn*/
.spMenu {
  float: right;
  padding: 22px 15px 5px 0;
  display: none;
}

#toggle {
  display: block;
  width: 28px;
  height: 20px;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}

#toggle span:after {
  top: 9px;
}

#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 4px;
  background-color: #4779b3;
  transition: all 0.3s;
  backface-visibility: hidden;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}

#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
  -webkit-transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
  -webkit-transform: rotate(-45deg) translate(7px, -8px);
}

#toggle.on + #menu {
  opacity: 1;
}

@media screen and (max-width: 736px) {
  .spMenu {
    display: block;
  }
}
/********************************************************* footer*/
.footBlock {
  clear: both;
  background-color: #4779b3;
  color: #fff;
  font-size: 12px;
  padding: 20px 0;
}
.footBlock p:not(:last-child) {
  margin-bottom: 1em;
}
.footBlock .inner {
  display: table;
}
.footBlock .inner > div {
  display: table-cell;
  vertical-align: middle;
}
.footBlock .logo {
  text-align: right;
}

.pageTop {
  position: fixed;
  bottom: 150px;
  right: 5%;
  display: none;
  z-index: 100;
  width: 44px;
  height: 44px;
}

.pageTop span {
  display: none;
}

.pageTop a {
  border: 2px solid #fff;
  background-color: #4779b3;
  text-decoration: none;
  display: block;
  width: 44px;
  height: 44px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.pageTop a:before {
  position: absolute;
  content: '↑';
  width: 100%;
  height: 100%;
  top: 5px;
  left: 0;
  font-size: 22px;
}

.pageTop a:hover {
  background-color: #ccc;
}

#gFooter {
  padding: 30px 15px;
  font-size: 12px;
  border-top: 1px solid #4779b3;
}
#gFooter .inner {
  width: 1036px;
}
#gFooter .copyright {
  float: left;
  margin-top: 5px;
  color: #4779b3;
}
#gFooter .ftRight {
  float: right;
}

.ftNav {
  float: left;
  margin-top: 7px;
  margin-right: 10px;
}
.ftNav li {
  display: inline-block;
  margin-left: 20px;
}
.ftNav li a {
  text-decoration: none;
  color: #4779b3;
}
.ftNav li a:hover {
  text-decoration: underline;
}

.socials {
  display: inline-block;
  font-size: 1px;
  line-height: 1;
  letter-spacing: -1em;
  white-space: nowrap;
}
.socials li {
  display: inline-block;
  margin-left: 15px;
}
.socials li a {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.socials li a.fb {
  background: url(/new_common/images/icon_fb.png) no-repeat center center #4779b3;
}
.socials li a.tw {
  background: url(/new_common/images/icon_tw.png) no-repeat center center #4779b3;
}
.socials li a.in {
  background: url(/new_common/images/icon_in.png) no-repeat center center #4779b3;
}
.socials li a.yt {
  background: url(/new_common/images/icon_tube.png) no-repeat center center #4779b3;
}
.socials li a:hover {
  background-color: #ccc;
}
.socials li a span {
  display: none;
}

@media screen and (max-width: 1036px) {
  #gFooter .inner {
    width: auto;
  }
}
@media screen and (max-width: 850px) {
  #gFooter {
    text-align: center;
    padding: 20px 0;
  }
  #gFooter .copyright {
    float: none;
    margin-top: 0;
  }
  #gFooter .ftRight {
    float: none;
  }
  #gFooter .ftNav {
    margin-top: 0;
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
  #gFooter .ftNav li {
    margin: 0 0 0 10px;
  }
  #gFooter .ftNav a {
    font-size: 10px;
  }
  #gFooter .socials {
    margin-bottom: 15px;
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 736px) {
  .footBlock {
    padding: 15px;
  }
  .footBlock .logo {
    padding-left: 10px;
  }
  .footBlock .logo img {
    width: 50px;
    height: auto;
  }

  .pageTop {
    bottom: 20px;
    right: 10px;
    width: 34px;
    height: 34px;
  }

  .pageTop a {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    width: 34px;
    height: 34px;
  }

  .pageTop a:before {
    font-size: 16px;
    top: 4px;
  }

  .copyright {
    /*background: url(../images/ft_copyright@2x.png) no-repeat center top;
    -moz-background-size: auto 9px;
    -o-background-size: auto 9px;
    -webkit-background-size: auto 9px;
    background-size: auto 9px;
    height: 9px;*/
  }

  .socials li a {
    width: 35px;
    height: 35px;
  }
  .socials li a.fb {
    background: url(/new_common/images/icon_fb@2x.png) no-repeat center center #4779b3;
    -webkit-background-size: auto 23px;
    background-size: auto 23px;
  }
  .socials li a.tw {
    background: url(/new_common/images/icon_tw@2x.png) no-repeat center center #4779b3;
    -webkit-background-size: auto 17px;
    background-size: auto 17px;
  }
  .socials li a.in {
    background: url(/new_common/images/icon_in@2x.png) no-repeat center center #4779b3;
    -webkit-background-size: auto 15px;
    background-size: auto 15px;
  }
  .socials li a.yt {
    background: url(/new_common/images/icon_tube@2x.png) no-repeat 14px center #4779b3;
    -webkit-background-size: auto 15px;
    background-size: auto 15px;
  }
}
/********************************************************* class*/
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.hover {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.hover:hover {
  opacity: .7;
}

.fs13 {
  font-size: 13px !important;
}
.fs14 {
  font-size: 14px !important;
}
.fs15 {
  font-size: 15px !important;
}
.fs16 {
  font-size: 16px !important;
}
.fs17 {
  font-size: 17px !important;
}
.fs18 {
  font-size: 18px !important;
}

.txtC {
  text-align: center;
}
.fcRed {
	color: red;
}
.txtR {
  text-align: right;
}
.fltR {
	float: right;
}
.fltL {
	float: left;
}

a[href*=pdf]:after {
  content: '' !important;
  background: url(/new_common/images/icon_pdf.png) no-repeat;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  margin-left: 5px;
  display: inline-block;
}
a.noIcon:after {
	display: none !important;
}

a[href*=xls]:after,
a[href*=xlsx]:after {
  content: '';
  background: url(/new_common/images/icon_xls.png) no-repeat;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  margin-left: 5px;
  display: inline-block;
}

@media screen and (max-width: 736px) {
  a[href*=pdf]:after,
  a[href*=xls]:after,
  a[href*=xlsx]:after {
    width: 14px;
    height: 14px;
    -webkit-background-size: 14px auto;
    background-size: 14px auto;
  }

  img.w100 {
    max-width: 100%;
    height: auto;
  }
}
/********************************************************* icon(for MT)*/
.catIcon {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 4px;
  text-align: center;
  min-width: 65px;
  margin-right: 10px;
  vertical-align: top;
  letter-spacing: 1px;
}

.catIcon.ir_info {
  background-color: #fa7432;
}

.catIcon.info {
  background-color: #f24a85;
}

.catIcon.meeting {
  background-color: #44ac28;
}

.catIcon.settle {
  background-color: #29aecb;
}

.catIcon.manda {
  background-color: #8147b3;
}

.catIcon.report {
  background-color: #364dd8;
}

.catIcon.release {
  background-color: #c7ad02;
}

.catIcon.stock {
  background-color: #f13031;
}
.catIcon.new {
	background-color: red;
}
.catIcon.sios {
  background-color: #4779b3;
}
.catIcon.sios_tech {
  background-color: #191970;
}
.catIcon.sios_en {
  background-color: #B0B6BC;
}
.catIcon.gluegent {
  background-color: #000;
}
.catIcon.glabio {
  background-color: #933223;
}
.catIcon.keyport {
  background-color: #FEF000;
  color: #000;
}
.catIcon.profit_cube {
  background-color: #66cdaa;
}

a.exlink:after {
  content: '';
  background: url(/new_common/images/icon_exlink.png) no-repeat;
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 736px) {
  a.exlink:after {
    -webkit-background-size: 10px auto;
    background-size: 10px auto;
  }
}
/********************************************************* category divergence*/
.topSubNav li.irOnly,
#topNav > ul > li.irOnly {
  display: none;
}

#ir #topNav > ul > li.irOnly,
#ir .topSubNav li.irOnly {
  display: inline-block;
}

#ir .irHidden {
  display: none;
}

@media screen and (max-width: 736px) {
  #ir #topNav > ul > li.irOnly {
    display: none;
  }
}
/********************************************************* clearfix*/
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/********************************************************* relation*/
.areaRelation {
  background-color: #e6edf5;
  padding: 25px;
  clear: both;
}
.areaRelation02 {
  padding: 25px;
  clear: both;
}
.listBtns,
.areaRelation ul {
  margin: -8px;
}
.listBtns li,
.areaRelation li {
  float: left;
  padding: 5px;
  display: table;
  position: relative;
}
.listBtns li a,
.areaRelation li a {
  color: #4779b3;
  text-decoration: none;
  border: 1px solid #4779b3;
  border-radius: 5px;
  text-align: center;
  display: table-cell;
  min-width: 0;
  height: 60px;
  vertical-align: middle;
  padding: 0 20px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.listBtns li a:after,
.areaRelation li a:after {
  position: absolute;
  /*top: 50%;*/
  right: 15px;
  /*width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 20px;*/
  content: '▶';

  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.listBtns li a:hover,
.areaRelation li a:hover {
  background-color: #4779b3;
  color: #fff;
}
.col2 li {
  width: 50%;
}

.col3 li {
  width: 33.3%;
}

.col4 li {
  width: 25%;
}
@media screen and (max-width: 736px) {
  .areaRelation {
    padding: 15px;
  }
  .listBtns,
  .areaRelation ul {
    margin: 0;
  }
  .listBtns li,
  .areaRelation li {
    float: none;
    padding: 0;
    display: block;
  }
  .listBtns li a,
  .areaRelation li a {
    display: block;
    padding: 10px 20px;
    height: auto;
  }
  .listBtns li:not(:last-child),
  .areaRelation li:not(:last-child) {
    margin-bottom: 10px;
  }

  .col2 li,
  .col3 li,
  .col4 li {
    width: auto;
  }
}

/********************************************************* loader*/
.loader > div {
  border-radius: 100%;
  margin: 2px;
  border: 2px solid #ccc;
  border-bottom-color: transparent;
  height: 25px;
  width: 25px;
  background: 0 0 !important;
  display: inline-block;
  -webkit-animation: rotate .75s 0s linear infinite;
  animation: rotate .75s 0s linear infinite;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/********************************************************* entry*/
#topNews,
#stateTech,
#statePeople,
#stateCulture {
	position: relative;
	min-height: 100px;
}
#topNews .loader
#stateTech .loader,
#statePeople .loader,
#stateCulture .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.entriesWrap {
	margin-top: 20px;
}
.entries {
	position: relative;
	overflow: hidden;
}
#topNews .entry,
#stateTech .entry,
#statePeople .entry,
#stateCulture .entry {
	float: left;
	width: 50%;
	opacity: 0;
}
#topNews .entry.loaded,
#stateTech .entry.loaded,
#statePeople .entry.loaded,
#stateCulture .entry.loaded {
	opacity: 1;
}
.entries article h3 {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #4779b3;
}
.entries article p {
	color: #696969;
	font-size: 14px;
}
.entries article a {
	text-decoration: none;
	overflow: hidden;
	padding: 8px 8px 4px 8px;
	border: 8px solid #fff;
	display: block;
	transition: all 0.3s ease;
	color: #454a4d;
}
.entries article a:hover {
	border: 8px solid #ffaa00;
}
.entries article a:hover h3 {
	color: #ffaa00;
}
.entries article {
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
}
.entries article p {
	margin-bottom: 4px;
	line-height: 1.8;
}
.entries article .thumb {
	float: left;
	width: 210px;
	overflow: hidden;
	margin: 0 8px 4px 0;
	max-height: 266px;
}
.entries article .thumb img {
	width: 100%;
	height: auto;
}
.entries .readmore {
	color: #4779b3;
}

.inner_sustainability p:nth-of-type(2){
  margin: 0 auto;
  width: 90%;
}

@media screen and (max-width: 736px) {
#topNews .entry,
#stateTech .entry,
#statePeople .entry,
#stateCulture .entry {
	float: none;
	width: auto;
}
.entries article .thumb {
	width: 40%;
	max-height: none;
}
.entries article h3 {
	font-size: 16px;
}
.inner_sustainability img {
  width: 100%;
}
.inner_sustainability p:nth-of-type(2){
  text-align: left;
  width: 100%;
}
}

/********************************************************* news tab*/
.tabWrap {
	margin-top: 30px;
}
.tabBtn {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	border-bottom: 2px solid #4779b3;
	overflow: hidden;
}
.tabBtn li {
	width: 49%;
	float: left;
}
.tabBtn li a {
	display: block;
	padding: 13px 5px;
	text-decoration: none;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-radius: 5px 5px 0 0;
	transition: background-color 0.3s ease, color 0.3s ease;
}
.tabBtn li a:hover {
	background-color: #4779b3;
	color: #fff;
}
.tabBtn li a.on {
	background-color: #4779b3;
	border-color: #4779b3;
	color: #fff;
}
.tabBtn li + li {
	float: right;
}
.tabContents {
	padding-top: 30px;
}
.tabContents.hide {
	display: none;
}
.listPressNews li {
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
}
.listPressNews li p {
	margin-top: 5px;
}
.listPressNews li:last-child {
	margin-bottom: 10px;
}
.grouptag {
	display: inline-block;
	background-color: #ffaa00;
	color: #fff;
	text-align: center;
	font-size: 13px;
	min-width: 130px;
	margin: 0 0 5px 5px;
}


/********************************************************* group*/
.groupLogo {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
@media screen and (max-width: 736px) {
.groupLogo {
	margin-left: 10px;
	max-width: 40%;
	height: auto;
}
}

/********************************************************* btn*/
.opacity {
	transition: opacity 0.3s ease;
}
.opacity:hover {
	opacity: 0.7;
}
.btnCol {
	display: flex;
}
p + .btnCol {
	margin-top: 30px;
}
.btnCol + * {
	margin-top: 15px;
}
.btnCol.col2,
.btnCol.col3,
.btnCol.col4 {
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}
.btnCol.col4 > li {
	width: 25%;
	padding: 0 8px;
}
.btnCol.col4 > li:nth-child(n + 5),
.btnCol.col3 > li:nth-child(n + 4),
.btnCol.col2 > li:nth-child(n + 3){
	margin-top: 20px;
}
.btnCol.col3 > li {
	width: 33.3%;
	padding: 0 8px;
}
.btnCol.col2 > li {
	width: 50%;
	padding: 0 8px;
}
a.btnBn01 {
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: block;
	border: 2px solid #fff;
	overflow: hidden;
	position: relative;
}
a.btnBn02 {
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: block;
	overflow: hidden;
	position: relative;
}
a.btnBn01 .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	padding: 10px;
	transform: translate(-50%, -50%);
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	z-index: 1;
}
a.btnBn01 img {
	width: 100%;
	height: auto;
	transition: transform 0.3s ease;
}
a.btnBn01:hover img,
a.btnBn02:hover img{
	transform: scale3d(1.1, 1.1, 1.1);
}
a.btnBn01 + p {
	margin-top: 10px;
}
a.btnBase {
	border-radius: 5px;
	border: 1px solid #4779b3;
	text-align: center;
	text-decoration: none;
	display: block;
	background-color: #fff;
	padding: 10px 15px;
	transition: background-color 0.3s ease, color 0.3s ease;
	overflow: hidden;
}
a.btnBase.color01 {
	background-color: #4779b3;
	color: #fff;
}
a.btnBase em {
	font-weight: bold;
	font-size: 16px;
}
a.btnBase.arrow-r {
	position: relative;
}
a.btnBase.arrow-r:after {
	content: '';
	width: 6px;
	height: 6px;
	border-right: 1px solid #4779b3;
	border-bottom: 1px solid #4779b3;
	transform: rotate(-45deg);
	position: absolute;
	bottom: 0;
	top: 0;
	right: 10px;
	margin: auto;
}
a.btnBase:hover {
	background-color: #4779b3;
	color: #fff;
}
a.btnBase.arrow-r:hover:after {
	border-color: #fff;
}
a.btnBase.color01:hover {
	background-color: #fff;
	color: #4779b3;
}

@media screen and (max-width: 736px) {
.btnCol {
	display: block;
}
.btnCol > li {
	width: 100%;
}
.btnCol.col2,
.btnCol.col3,
.btnCol.col4 {
	margin-left: 0;
	margin-right: 0;
}
.btnCol.col2 > li,
.btnCol.col3 > li,
.btnCol.col4 > li {
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}
.btnCol.col2 > li:last-child,
.btnCol.col3 > li:last-child,
.btnCol.col4 > li:last-child {
	margin-bottom: 0;
}
.btnCol.col4 > li:nth-child(n + 5),
.btnCol.col3 > li:nth-child(n + 4),
.btnCol.col2 > li:nth-child(n + 3){
	margin-top: 0;
}
}
