@charset "UTF-8";
/* CSS Document */
/* --------------------------------------------------

初期設定

-------------------------------------------------- */
/* --------------------------------------------------

hover

-------------------------------------------------- */
/* --------------------------------------------------

スマホサイズのフォント指定

-------------------------------------------------- */
/* --------------------------------------------------

breakpoint

-------------------------------------------------- */
/* --------------------------------------------------

latest-area

-------------------------------------------------- */
.latest-area {
  position: relative;
  padding-bottom: 8rem;
  margin-top: -4em;
  /*padding-top: 5em;
  padding-bottom: 8rem;*/
  /*background-image: url(../../img/common/online-top-bg.jpg);
  background-repeat:no-reapeat;
  background-position:left center;
  background-size:cover;*/
  /*&:before {
  	content: "";
  	display: block;
  	position: absolute;
  	background: linear-gradient(to bottom right, #edeef0, #d3e9fa);
  	width: 100%;
  	height: 70%;
  	bottom: 0;
  	left: 0;
  	z-index: -1;
  }*/
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 768px) {
  .latest-area {
    padding-bottom: 2rem;
    margin-top: -1.5em;
  }
}
.latest-area a:hover {
  opacity: 100 !important;
}
.latest-area a:hover img {
  opacity: 100 !important;
}
.latest-area:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 3%;
  display: block;
}
@media only screen and (max-width: 768px) {
  .latest-area:before {
    padding-top: 1em;
  }
}
.latest-area:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1106px;
  background-image: url(../../img/common/online-top-bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .latest-area:after {
    background-image: url(../../img/common/online-top-bg_sp.jpg);
    height: 3050px;
  }
}
.latest-area .inner {
  display: grid;
  grid-template-columns: 32% 66%;
  grid-template-rows: auto auto;
  gap: 2%;
}
@media only screen and (max-width: 768px) {
  .latest-area .inner {
    gap: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}
.latest-area .inner > div:first-child {
  grid-row: 1/4;
  grid-column: 1/2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .latest-area .inner > div:first-child {
    grid-row: unset;
    grid-column: unset;
    display: block;
    order: 2;
    margin-bottom: 2.4rem;
  }
}
.latest-area .inner > div:first-child figure {
  position: relative;
}
.latest-area .inner > div:first-child figure a {
  padding-top: 128%;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.latest-area .inner > div:first-child figure a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.latest-area .inner > div:first-child figure a:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.3;
}
.latest-area .inner > div.ttl-bottom-line {
  grid-row: 1/2;
  grid-column: 2/3;
}
@media only screen and (max-width: 768px) {
  .latest-area .inner > div.ttl-bottom-line {
    order: 1;
    grid-row: unset;
    grid-column: unset;
    text-align: center;
  }
  .latest-area .inner > div.ttl-bottom-line:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.latest-area .inner > div.latest-pickup-wrap {
  grid-row: 2/3;
  grid-column: 2/3;
}
@media only screen and (max-width: 768px) {
  .latest-area .inner > div.latest-pickup-wrap {
    order: 3;
    grid-row: unset;
    grid-column: unset;
  }
}
.latest-area .inner .latest-pickup-wrap {
  margin: 0 0 -2.4rem 0;
}
@media only screen and (max-width: 768px) {
  .latest-area .inner .latest-pickup-wrap {
    margin: 0;
  }
}
.latest-area .inner .latest-pickup-wrap p {
  font-size: 1.5rem;
  line-height: 1.6;
  transition: all 0.24s ease-out;
}
.latest-area .inner .latest-pickup-wrap p:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .latest-area {
    margin-bottom: 1em;
  }
}

#zaikaikyushu-news .ttl-left-line {
  margin-top: 0;
}

/* --------------------------------------------------

anchor-link

-------------------------------------------------- */
.anchor-link {
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 768px) {
  .anchor-link {
    margin-bottom: 0rem;
  }
}

/* --------------------------------------------------

backnumber-area

-------------------------------------------------- */
.backnumber-area {
  position: relative;
  padding-bottom: 4rem;
  margin-top: 8rem;
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 768px) {
  .backnumber-area {
    margin-bottom: 2.4rem;
  }
}
.backnumber-area:before {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(to bottom right, #edeef0, #d3e9fa);
  width: 100%;
  height: 73%;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* --------------------------------------------------

event-area

-------------------------------------------------- */
.event-area .inner-m > div {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .event-area .inner-m > div {
    width: 100%;
  }
}

/* --------------------------------------------------

answer-area

-------------------------------------------------- */
.answer-area {
  position: relative;
  margin-top: 2em;
}
.answer-area .ttl-answer {
  position: relative;
  background: url(../../img/common/itte_ttl_bg.jpg) no-repeat center right/contain;
}
@media only screen and (max-width: 768px) {
  .answer-area .ttl-answer {
    background: url(../../img/common/itte_ttl_bg_sp.jpg) no-repeat bottom right/contain;
  }
}
.answer-area .btn-block {
  margin-top: 4em;
}
@media only screen and (max-width: 768px) {
  .answer-area .btn-block {
    margin-top: 2em;
  }
}

/* --------------------------------------------------

財界九州各号ページ

-------------------------------------------------- */
.magazine-cover {
  max-width: 44rem;
  margin: 0 auto 4.8rem auto;
}
@media only screen and (max-width: 768px) {
  .magazine-cover {
    margin-bottom: 2.4rem;
  }
}
.magazine-cover figure {
  padding-top: 128%;
  position: relative;
  overflow: hidden;
}
.magazine-cover figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

/* --------------------------------------------------

zaikaikyushu-events-wrap

-------------------------------------------------- */
.zaikaikyushu-events-wrap .list-keyword-btn {
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .zaikaikyushu-events-wrap .list-keyword-btn {
    margin-bottom: 1.6rem;
  }
}

.search-box + .backnumber-toggle {
  margin-top: 2em;
}
@media only screen and (max-width: 768px) {
  .search-box + .backnumber-toggle {
    margin-top: 1em;
  }
}

/* --------------------------------------------------

ads-wrap

-------------------------------------------------- */
.ads-wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .ads-wrap {
    flex-direction: column-reverse;
  }
}
.ads-wrap h3 {
  font-weight: bold;
  font-size: 150%;
  margin-bottom: 1em;
}
.ads-wrap .sentence-block {
  width: 56%;
}
.ads-wrap .sentence-block p {
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .ads-wrap .sentence-block {
    width: 100%;
    margin-bottom: 0;
  }
}
.ads-wrap .post-pht {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .ads-wrap .post-pht {
    width: 100%;
  }
}

.ads-sub-ttl {
  border-left: 7px solid #3B58B1;
  font-size: 2.3rem;
  padding: 0.6rem 1.6rem;
  margin: 2.4rem 0;
  color: #3B58B1;
}
@media only screen and (max-width: 768px) {
  .ads-sub-ttl {
    font-size: 1.8rem;
  }
}

.gaiyou {
  margin-bottom: 3em;
}
.gaiyou.web {
  margin-top: -1em !important;
}
.gaiyou dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .gaiyou dl {
    margin-top: -2em;
  }
}
.gaiyou dt {
  flex-basis: 15%;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .gaiyou dt {
    flex-basis: 100%;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.gaiyou dd {
  flex-basis: 85%;
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .gaiyou dd {
    flex-basis: 100%;
    padding-top: 0;
  }
}

.reader {
  margin-bottom: 3em;
}

.koukoku {
  margin-bottom: 3em;
}
.koukoku .table-wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .koukoku .table-wrap {
    flex-wrap: wrap;
  }
}
.koukoku .table01 {
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .koukoku .table01 {
    width: 100%;
    margin-bottom: 2em;
  }
}
.koukoku .table01 table {
  width: 100%;
}
.koukoku .table01 table th {
  text-align: left;
  padding-left: 0.5em;
  width: 60%;
}
.koukoku .table02 {
  width: 52%;
}
@media only screen and (max-width: 768px) {
  .koukoku .table02 {
    width: 100%;
  }
}
.koukoku .table02 table {
  width: 100%;
}
.koukoku .table02 table th {
  text-align: left;
  padding-left: 0.5em;
}
.koukoku .caution {
  margin-top: 1em;
}
.koukoku .caution li {
  margin-bottom: 1em;
}
.koukoku .caution li span {
  display: block;
  position: relative;
  color: #C23030;
  font-weight: bold;
}
.koukoku .caution li span::before {
  content: "";
  display: inline-block;
  position: relative;
  left: 0;
  top: -2px;
  width: 8px;
  height: 8px;
  background: #C23030;
  margin-right: 0.5rem;
}
.koukoku .caution li p {
  padding-left: 0.8em;
  font-size: 95%;
}

/* --------------------------------------------------

membership-wrap

-------------------------------------------------- */
.membership-wrap p {
  line-height: 1.8;
  margin-bottom: 1em;
}
.membership-wrap .ads-sub-ttl {
  border-left: 7px solid #3B58B1;
  font-size: 2.3rem;
  padding: 0.6rem 1.6rem;
  margin: 2.4rem 0;
  color: #3B58B1;
}
@media only screen and (max-width: 768px) {
  .membership-wrap .ads-sub-ttl {
    font-size: 1.8rem;
  }
}
.membership-wrap .gaiyou {
  margin-bottom: 1em;
  margin-top: 1em;
}
.membership-wrap .gaiyou dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .membership-wrap .gaiyou dl {
    margin-top: -2em;
  }
}
.membership-wrap .gaiyou dt {
  flex-basis: 20%;
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .membership-wrap .gaiyou dt {
    flex-basis: 100%;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.membership-wrap .gaiyou dd {
  flex-basis: 80%;
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .membership-wrap .gaiyou dd {
    flex-basis: 100%;
    padding-top: 0;
  }
}
.membership-wrap .can-list {
  list-style: disc;
  margin-bottom: 1.6rem;
}
.membership-wrap .can-list > li {
  text-indent: -1.4em;
  padding-left: 1.5em;
  margin-left: 1.5em;
  position: relative;
}
.membership-wrap .can-list > li::marker {
  color: #3B58B1;
}
.membership-wrap .membership-row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .membership-wrap .membership-row {
    display: block;
  }
}
.membership-wrap .membership-row .membership-txt {
  width: 55%;
}
@media only screen and (max-width: 768px) {
  .membership-wrap .membership-row .membership-txt {
    width: 100%;
  }
}
.membership-wrap .membership-row figure {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .membership-wrap .membership-row figure {
    width: 100%;
    margin-bottom: 1em;
  }
}
.membership-wrap .supplement {
  text-indent: -1em;
  padding-left: 1em;
}
.membership-wrap .telfax-block {
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
  margin-bottom: 4em;
}
@media only screen and (max-width: 768px) {
  .membership-wrap .telfax-block {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.membership-wrap .telfax-block li {
  background: #F6F6F6;
  width: 48%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .membership-wrap .telfax-block li {
    width: 100%;
    margin-bottom: 1em;
    padding: 10px 5px;
    justify-content: flex-start;
  }
}
.membership-wrap .telfax-block li span {
  background: #3B58B1;
  color: #FFF;
  font-size: 90%;
  padding: 2px 8px;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .membership-wrap .telfax-block li span {
    font-size: 80%;
  }
}
.membership-wrap .telfax-block li .txt-block {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.membership-wrap .telfax-block li p {
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .membership-wrap .telfax-block li p {
    font-size: 3rem;
  }
}
.membership-wrap .telfax-block li figure {
  padding: 1.5em 1.5em 1.5em 0;
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .membership-wrap .telfax-block li figure {
    padding: 1em;
    width: 24%;
    max-width: 100px;
  }
}
.membership-wrap a.btn-base {
  min-width: 450px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .membership-wrap a.btn-base {
    min-width: auto;
    font-size: 1.5rem;
  }
}
.membership-wrap .reader {
  margin-bottom: 3em;
}
.membership-wrap .koukoku {
  margin-bottom: 3em;
}
.membership-wrap .koukoku .table-wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .membership-wrap .koukoku .table-wrap {
    flex-wrap: wrap;
  }
}
.membership-wrap .koukoku .table01 {
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .membership-wrap .koukoku .table01 {
    width: 100%;
    margin-bottom: 2em;
  }
}
.membership-wrap .koukoku .table01 table {
  width: 100%;
}
.membership-wrap .koukoku .table01 table th {
  text-align: left;
  padding-left: 0.5em;
  width: 60%;
}
.membership-wrap .koukoku .table02 {
  width: 52%;
}
@media only screen and (max-width: 768px) {
  .membership-wrap .koukoku .table02 {
    width: 100%;
  }
}
.membership-wrap .koukoku .table02 table {
  width: 100%;
}
.membership-wrap .koukoku .table02 table th {
  text-align: left;
  padding-left: 0.5em;
}
.membership-wrap .koukoku .caution {
  margin-top: 1em;
}
.membership-wrap .koukoku .caution li {
  margin-bottom: 1em;
}
.membership-wrap .koukoku .caution li span {
  display: block;
  position: relative;
  color: #C23030;
  font-weight: bold;
}
.membership-wrap .koukoku .caution li span::before {
  content: "";
  display: inline-block;
  position: relative;
  left: 0;
  top: -2px;
  width: 8px;
  height: 8px;
  background: #C23030;
  margin-right: 0.5rem;
}
.membership-wrap .koukoku .caution li p {
  padding-left: 0.8em;
  font-size: 95%;
}
/*# sourceMappingURL=zaikaikyushu.css.map */