@charset 'utf-8';

/*footer.css*/
/*Copyright 2016 Kodansha Ltd., GENDAI-Business, All Rights Reserved.*/
/*A stylesheet for GENDAI-Business V3.*/

/*------------------------------------------------------------------*/
/*  copyright & about us */

.copy {
  position: relative;
  width: 100%;
  background: #F7F7F7;
  z-index: 0;
}

.copy a {
  color: #666666;
}

.copy a:hover {
  color: var(--color-primary);
}

.copy .to-gb:hover {
  color: #C1272D;
}

.copy .to-bb:hover {
  color: #2894D4;
}

.copy .to-gs:hover {
  color: #009D4E;
}

.copy .to-mg:hover {
  color: #f5ab00;
}
.copy .to-frau:hover {
  color: #F0F0F0;
  transition: 1s color ease-out;
}
.copyContainer {
  position: relative;
  z-index: 0;
  width: 980px;
  margin: 0 auto;
  padding: 30px 20px;
}

.copyContainer_firstcol {
  width: 100%;
  font-size: 0;
}

.footer_familyContainer {
  display: grid;
  grid-template-columns: 190px 206px 236px 172px 176px;
  row-gap: 12px;
  justify-content: space-between;
  margin-top: 16px;
  margin-bottom: 32px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 16px;
}

.copyContainer_center {
  margin: 0 auto 15px;
  width: 153px;
  height: 39px;
  background-image: url('../../../../common/images/v3/logo/kodansha.svg');
  background-size: cover;
  background-position: center center;
}

.copyContainer_secondcol {
  width: 100%;
  color: #666666;
  font-weight: bold;
  font-size: 12px;
  line-height: 23px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}

.copyContainer_secondcol .copyContainer_footermenu p {
  display: inline-block;
  margin: 0 10px 0 0;
  font-weight: normal;
}

.copyContainer_thirdcol {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 17px;
}

.copyContainer_thirdcol .abjmarkImage img {
  max-width: fit-content;
}

.copyContainer_thirdcol .abjmarkText {
  font-size: 12px;
  color: #666666;
  margin-left: 30px;
  line-height: 19px
}

.copyContainer_fourthcol {
  text-align: center;
}

.copyContainer_fourthcol a {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 15px;
}

.copyContainer_copyright {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}

.copyContainer_copyright small {
  color: #666666;
}

.copyContainer_secondcol .copyContainer_sns {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}

.copyContainer_secondcol .copyContainer_sns a:nth-child(1) {
  margin-right: 17px;
}

.copyContainer_secondcol .copyContainer_sns a:nth-child(2) {
  margin-right: 19px;
}

/* footer caution */
.footer-caution {
  display: flex;
  justify-content: center;
  color: #666666;
  font-size: 12px;
}

.footer-caution p {
  width: 100%;
  max-width: 980px;
  margin: 15px 0;
  line-height: 18px;
}