@charset "UTF-8";
/* ==========================================================

title : 刀剣ワールド 全日本刀匠会 会員名簿
scope : 刀剣ワールド 全日本刀匠会 会員名簿

memo：

last modify : 2021/01/25 TCI福岡_sakaguchi バナー共通化対応 画像幅微修正

2020/08/13 TCI福岡_sakaguchi 共通tableクラスの導入
2020/07/01 TCI福岡_eguchi インデント調整
2019/9/6 TCI福岡

========================================================== */

/* ------------------------------------ */
/* ▼ general */
/* ------------------------------------ */
img {
  vertical-align: bottom;
}

span.br_show_pc::before {
  content: "\A";
  white-space: pre;
}

@media (min-width: 768px) {
  .sp_only {
    display: none!important;
  }
}

@media (max-width: 767px) {
  .wcm {
    padding: 0 10px;
  }
  .pc_only {
    display: none!important;
  }
  span.br_show_pc::before {
    content: "";
    white-space: normal;
  }
}

/* ------------------------------------ */
/* ▼ MV */
/* ------------------------------------ */
.banner_h1 {
  margin-top: 38px;
}

.banner_h1 .txth1 {
  display: block;
  line-height: 1.4;
  width: 100%;
}

@media (max-width: 767px) {
  .banner_h1 {
    margin-top: 0;
  }
  .banner_h1 .txth1 {
    font-size: 6vw;
    min-width: 0;
    text-shadow: 2px 1px 3px #562916, 1px 2px 3px #360906;
  }
}

/* ------------------------------------ */
/* ▼ banner */
/* ------------------------------------ */
.bnr_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 840px;
  margin: 1.5em auto 40px;
  overflow: hidden;
  width: 100%;
}
.bnr_item .btn_box{
  margin: 0 10px;
  max-width: 500px;
  width: 100%;
}
.bnr_item .btn_box img {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}

.bnr_item figcaption {
  text-align: left;
  margin: .25em auto 0;
  max-width: 500px;
}

.box_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  margin: 20px auto 60px;
}

.btn_red span {
  font-size: 17px;
  font-weight: 600;
  min-width: 300px;
  padding: 11px 60px 11px 43px;
}

.btn_red span::after {
  transform: rotate(-90deg);
}

@media (min-width: 768px) {
  .bnr_item.bnr_item_col_01 {
    max-width: 520px;
  }
}
@media (max-width: 767px) {
  .anchor__content td.pref.multiple.multiple_btn {
    padding-top: 49px;
  }
  .bnr_item {
    display: block;
    overflow: visible;
    max-width: 300px;
    margin: 1.5em auto;
  }
  .bnr_item .btn_box {
    float: none;
    margin: 0 auto 1em;
  }
  .bnr_item .btn_box:last-child{
    margin: 0 auto;
  }
  .bnr_item figcaption {
    text-align: left;
  }
}

/* ------------------------------------ */
/* ▼ contents wrap */
/* ------------------------------------ */
.member_wrap {
  background: url(../image/bg-section.jpg) repeat top left;
  clear: both;
  margin-bottom: 40px;
  padding: 40px 0 10px;
}

@media (max-width: 767px) {
  .member_wrap {
    padding: 30px 10px 5px;
  }
}

/* ------------------------------------ */
/* ▼ read */
/* ------------------------------------ */
.box_txt_wrap {
  margin: 35px auto 37px;
  max-width: 780px;
  width: 100%;
}

.box_txt {
  letter-spacing: .06em;
}

.read_text {
  text-align: center;
  margin: 30px auto 18px;
  max-width: 780px;
  width: 100%;
}

.note {
  font-size: 16px;
  font-weight: 600;
  line-height: 2.4;
}

.note a {
  color: #2B519B;
  margin-left: 1em;
  position: relative;
}

.note a:hover {
  opacity: 0.5;
}

.note a::before {
  border-color: transparent transparent transparent #2b519b;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  left: -.7em;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

@media (max-width: 767px) {
  .box_txt_wrap {
    margin: 15px auto 25px;
    padding: 0 10px;
  }
  .box_txt {
    font-size: 15px;
  }
  .read_text {
    font-size: 15px;
    margin: 15px auto 15px;
  }
  .note {
    font-size: 13px;
    padding: .5em 0 0;
    line-height: 1.4;
  }
  .note span {
    display: block;
  }
}

/* ------------------------------------ */
/* ▼ section */
/* ------------------------------------ */
.contents_table {
  margin-bottom: 50px;
}

/* ------------------------------------ */
/* ▼ title */
/* ------------------------------------ */
.cmn_h2_01 {
  max-width: 926px;
}

.cmn_h2_01.cmn_h2_01_bw span{
  background: url(/image_cmn/titleh2/bkg_tt.png);
}

.title_h3 {
  display: block;
  margin: 0 auto 21px;
  padding: 13px 0;
  position: relative;
  width: 530px;
}

.title_h3:before,
.title_h3:after {
  content: "";
  display: block;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 173px;
}

.title_h3:before {
  right: 105%;
}

.title_h3:after {
  left: 105%;
}

.title_h3>span {
  display: block;
  font-size: 0;
  padding: 2px 10px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.title_h3>span>span {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 0 35px;
  position: relative;
  vertical-align: middle;
}

.title_h3>span>span:before,
.title_h3>span>span:after {
  background: url(../image/ico_ttl_deco.png) no-repeat center;
  content: "";
  display: block;
  height: 19px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 27px;
}

.title_h3>span>span:after {
  left: auto;
  right: 0;
}

/* type01 */
.title_h3.h3_type01 {
  background:
  url(../image/ttl01-border01.png) no-repeat top center,
  url(../image/ttl01-border03.png) no-repeat bottom center;
  background-size: 100% auto;
}

.title_h3.h3_type01>span {
  background: url(../image/ttl01-border02.png) repeat top left;
  background-size: 100% auto;
}

.title_h3.h3_type01:before,
.title_h3.h3_type01:after {
  background-color: #197ea5;
}

/* type02 */
.title_h3.h3_type02 {
  background:
  url(../image/ttl02-border01.png) no-repeat top center,
  url(../image/ttl02-border03.png) no-repeat bottom center;
  background-size: 100% auto;
}

.title_h3.h3_type02>span {
  background: url(../image/ttl02-border02.png) repeat top left;
  background-size: 100% auto;
}

.title_h3.h3_type02:before,
.title_h3.h3_type02:after {
  background-color: #bc5c15;
}

/* type03 */
.title_h3.h3_type03 {
  background:
  url(../image/ttl03-border01.png) no-repeat top center,
  url(../image/ttl03-border03.png) no-repeat bottom center;
  background-size: 100% auto;
}

.title_h3.h3_type03>span {
  background: url(../image/ttl03-border02.png) repeat top left;
  background-size: 100% auto;
}

.title_h3.h3_type03:before,
.title_h3.h3_type03:after {
  background-color: #98890b;
}

/* type04 */
.title_h3.h3_type04 {
  background:
  url(../image/ttl04-border01.png) no-repeat top center,
  url(../image/ttl04-border03.png) no-repeat bottom center;
  background-size: 100% auto;
}

.title_h3.h3_type04>span {
  background: url(../image/ttl04-border02.png) repeat top left;
  background-size: 100% auto;
}

.title_h3.h3_type04:before,
.title_h3.h3_type04:after {
  background-color: #1b8855;
}

/* type05 */
.title_h3.h3_type05 {
  background:
  url(../image/ttl05-border01.png) no-repeat top center,
  url(../image/ttl05-border03.png) no-repeat bottom center;
  background-size: 100% auto;
}

.title_h3.h3_type05>span {
  background: url(../image/ttl05-border02.png) repeat top left;
  background-size: 100% auto;
}

.title_h3.h3_type05:before,
.title_h3.h3_type05:after {
  background-color: #a6342c;
}

/* type06 */
.title_h3.h3_type06 {
  background:
  url(../image/ttl06-border01.png) no-repeat top center,
  url(../image/ttl06-border03.png) no-repeat bottom center;
  background-size: 100% auto;
}

.title_h3.h3_type06>span {
  background: url(../image/ttl06-border02.png) repeat top left;
  background-size: 100% auto;
}

.title_h3.h3_type06:before,
.title_h3.h3_type06:after {
  background-color: #5b8317;
}

/* type07 */
.title_h3.h3_type07 {
  background:
  url(../image/ttl07-border01.png) no-repeat top center,
  url(../image/ttl07-border03.png) no-repeat bottom center;
  background-size: 100% auto;
}

.title_h3.h3_type07>span {
  background: url(../image/ttl07-border02.png) repeat top left;
  background-size: 100% auto;
}

.title_h3.h3_type07:before,
.title_h3.h3_type07:after {
  background-color: #70307c;
}

@media (max-width: 767px) {
  .title_h3 {
    padding: 6px 0;
    margin: 60px auto 20px;
    width: 258px;
  }
  .title_h3:before,
  .title_h3:after {
    width: 30px;
  }
  .title_h3>span {
    background-size: 100%;
    font-feature-settings: "pkna";
    padding: 2px 0 3px;
  }
  .title_h3>span>span {
    font-size: 17px;
  }
  .title_h3>span>span:before,
  .title_h3>span>span:after {
    background-size: 100%;
    width: 25px;
    margin-top: -9px;
  }
  .title_h3>span>span:before {
    left: 3px;
  }
  .title_h3>span>span:after {
    right: 3px;
  }
}

/* bx__intro */
.bx__intro {
  background: none;
  border: 3px solid #b28e5f;
  margin: 0 auto 40px;
  max-width: 710px;
  padding: 3px;
  position: relative;
}
.bx__h3 {
  background: url(../image/bg-ttl-sns01.png) no-repeat top center,url(../image/bg-ttl-sns03.png) no-repeat bottom center;
  background-size: 100% auto;
  color: #FFF;
  font-size: 19px;
  font-weight: 600;
  margin-left: 0;
  padding: 10px 0;
  position: absolute;
  left: 50%;
  top: -20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 280px;
}
.bx__intro__inner {
  background: #fff;
  padding: 33px 20px 17px;
}
.bx__intro__inner .lead_txt {
  letter-spacing: .03em;
}
.bx__h3>span {
  background: url(../image/bg-ttl-sns02.png) repeat-y top left;
  background-size: 100% auto;
  display: block;
  text-align: center;
  width: 100%;
}
.bx__h3>span>span {
  display: inline-block;
  color: #fff;
  padding: 0 32px;
  position: relative;
  vertical-align: middle;
}
.bx__h3>span>span::before,
.bx__h3>span>span::after {
  background: url(../image/ico_ttl_deco.png) no-repeat center;
  background-size: contain;
  content: "";
  display: block;
  height: 19px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 27px;
}
.bx__h3>span>span::after {
  left: auto;
  right: 0;
}
.bx__intro__inner .sns_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 14px auto 0;
  width: 597px;
}
.bx__intro__inner .sns_type .sns_item {
  margin: 0 19px 13px 0;
  max-width: 185px;
}
.bx__intro__inner .sns_type .sns_item:nth-child(3n) {
  margin-right: 0;
}
.bx__intro__inner .sns_type .sns_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bx__intro__inner .sns_type .sns_name {
  letter-spacing: .03em;
  padding: 1px 0 0 8px;
}
.born {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .bx__h3 {
    padding: 9px 0;
    width: 258px;
  }
  .bx__intro__inner {
    background: #fff;
    padding: 35px 3% 3%;
  }
  .bx__intro__inner .sns_type {
    margin: 10px auto 0;
    width: 100%;
  }
  .bx__intro__inner .sns_type .sns_item {
    margin: 0 0 15px 0;
    width: 100% !important;
  }
  .bx__intro__inner .sns_type .sns_item:last-child {
    margin: 0;
  }
}

/* ------------------------------------ */
/* ▼ tablescroll */
/* ------------------------------------ */
.tablescroll {
  margin: 0 auto;
  width: 900px;
}

.tablescroll * {
  border-collapse: collapse;
}

@media (max-width: 767px) {
  .tablescroll {
    width: auto;
    margin-top: 10px;
  }
  .tablescroll tr {
    width: 900px;
  }
}

/* ------------------------------------ */
/* ▼ annotation text */
/* ------------------------------------ */
.annotation_text {
  text-align: right;
  margin: 0 auto 7px;
  width: 900px;
}

@media (max-width: 767px) {
  .annotation_text {
    font-size: 15px;
    text-align: left;
    margin-top: 10px;
  }
}

/* ------------------------------------ */
/* ▼ anchor content */
/* ------------------------------------ */
.anchor__content table {
  font-size: 18px;
}

.anchor__content .tb_header_box table {
  border-bottom: 0;
}

.tbl_scroll_box table {
  background: #fff;
  border-color: #b28e5f;
}

.tbl_scroll table {
  border-top: none;
}

.anchor__content th,
.anchor__content td {
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
}

.anchor__content th {
  line-height: 1.8;
}

.anchor__content td {
  padding: 16px 19px 14px 18px;
  vertical-align: top;
}

.anchor__content td.pref {
  border-right-width: 2px;
  vertical-align: top;
}

.anchor__content th.pref,
.anchor__content td.pref {
  width: 15.5%;
}

.anchor__content th.name,
.anchor__content td.name {
  width: 26.7%;
}

.anchor__content td.name {
  text-align: left;
}

.anchor__content td.name .member_list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.anchor__content td.name .member_list .born {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.anchor__content td.name .member_list .born:nth-of-type(1) {
  margin-top: 3px;
}
.anchor__content td.name .member_list .born:nth-of-type(n+2) {
  margin-top: 8px;
}
.anchor__content td.name .member_list .sns_image {
  margin-right: 10px;
}
.anchor__content td.name .member_list .sns_image:nth-of-type(n+6) {
  margin: 15px 15px 0 0;
}
.anchor__content td.name .member_list .sns_image:nth-of-type(5n) {
  margin-right: 0;
}
.anchor__content td.name .member_list .sns_image a {
  display: block;
}
.anchor__content td.name .member_list .sns_image a:hover {
  opacity: .7;
}

.anchor__content th.address,
.anchor__content td.address {
  width: 36.1%;
}
.anchor__content td.address {
  text-align: left;
}

.anchor__content td:last-child {
  text-align: left;
}

.anchor__content td.pref {
  background: url(../image/bg-ttl-table-brown.png) repeat 0 0;
  background-size: 117px 76px;
  border-left: none;
  color: #fff;
  font-weight: 600;
}

.tb_header_box th:first-of-type {
  border-right-width: 2px;
}

.tbl_scroll tr:last-child td {
  border-bottom: none;
}

@media (max-width: 767px) {
  .anchor__content table {
    width: 900px;
  }
  .anchor__content th {
    line-height: 1.4;
  }
  .anchor__content th,
  .anchor__content td {
    font-size: 17px;
  }
  .tb_header_box {
    overflow: hidden;
    width: 100%;
  }
  .tbl_scroll {
    max-height: 25em;
  }
  .tbl_scroll_box {
    font-size: 17px;
    margin: 0 2.5em 5em 0;
    position: relative;
  }
}

/* ------------------------------------ */
/* ▼ mCustomScrollBox */
/* ------------------------------------ */
@media (max-width: 767px) {
  .mCSB_container {
    padding-bottom: 0;
  }

  .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    border: 1px solid #666;
    height: 25px !important;
    margin-top: 1em;
    padding: 0 1.5625em;
    position: absolute;
  }

  .mCSB_scrollTools.mCSB_scrollTools_vertical {
    border: 1px solid #666;
    padding: 1.5625em 0;
    width: 26px;
  }

  .mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
  .mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -2.625em;
  }

  .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
  .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    margin: 3px auto;
  }
}

/* ------------------------------------ */
/* ▼ map */
/* ------------------------------------ */
.map_area_wrap {
  margin-bottom: 68px;
}

.area_map_wrap {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
}

.area_map_all {
  background: url(../image/img-map-all.png) no-repeat 0 0;
  background-size: 100% auto;
  width: 100%;
  padding-top: 64.1%;
  position: relative;
}

.area_anchor {
  box-shadow: 2px 2px 4px rgba(59, 57, 57, .65);
  position: absolute;
}

.area_anchor.area01 {
  top: 45%;
  right: 7%;
}

.area_anchor.area02 {
  bottom: 15.5%;
  right: 26.9%;
}

.area_anchor.area03 {
  top: 40.4%;
  left: 41.3%;
}

.area_anchor.area04 {
  bottom: 10.9%;
  left: 49.6%;
}

.area_anchor.area05 {
  bottom: 9.1%;
  left: 30%;
}

.area_anchor.area06 {
  top: 48.7%;
  left: 23%;
}

.area_anchor.area07 {
  bottom: 32.6%;
  left: 4.6%;
}

.area_anchor>a {
  color: #fff;
  display: block;
  font-feature-settings: "pkna";
  letter-spacing: .03em;
  padding: 7px 26px 8px 19px;
  position: relative;
  transition: opacity .3s;
}

.area_anchor.area05>a {
  letter-spacing: .3em;
}

.area_anchor>a:hover {
  opacity: .7;
}

.area_anchor>a::after {
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  content: "";
  height: 0;
  position: absolute;
  top: calc(50% - 3px);
  right: 11px;
  width: 0;
}

.area_anchor.area01>a {
  background: -webkit-gradient(linear, left top, left bottom, from(#4ab3cd), to(#0e5e88));
  background: linear-gradient(#4ab3cd, #3097b8 22%, #0e5e88);
}

.area_anchor.area02>a {
  background: -webkit-gradient(linear, left top, left bottom, from(#d67f38), to(#bc4f16));
  background: linear-gradient(#d67f38, #bc4f16);
}

.area_anchor.area03>a {
  background: -webkit-gradient(linear, left top, left bottom, from(#b2a608), to(#796802));
  background: linear-gradient(#b2a608, #796802);
}

.area_anchor.area04>a {
  background: -webkit-gradient(linear, left top, left bottom, from(#238f5e), to(#0f6939));
  background: linear-gradient(#238f5e, #0f6939);
}

.area_anchor.area05>a {
  background: -webkit-gradient(linear, left top, left bottom, from(#be4a3d), to(#9d241b));
  background: linear-gradient(#be4a3d, #9d241b);
}

.area_anchor.area06>a {
  background: -webkit-gradient(linear, left top, left bottom, from(#94b048), to(#4c6d14));
  background: linear-gradient(#94b048, #4c6d14);
}

.area_anchor.area07>a {
  background: -webkit-gradient(linear, left top, left bottom, from(#9b64a3), to(#4d1e56));
  background: linear-gradient(#9b64a3, #4d1e56);
}

.area_anchor>a::before {
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
}

.area_anchor.area01>a::before {
  background-image: url(../image/btn-anchor-parts01.png);
  background-position: 0 30%;
  width: 14.3%;
  height: 100%;
  top: 0;
  right: 99.6%;
}

.area_anchor.area02>a::before {
  background-image: url(../image/btn-anchor-parts02.png);
  background-position: 0 bottom;
  width: 39.2%;
  height: 100%;
  bottom: 99.6%;
  left: -4%;
}

.area_anchor.area03>a::before {
  background-image: url(../image/btn-anchor-parts03.png);
  background-position: 0 top;
  width: 12.8%;
  height: 100%;
  top: 99.6%;
  left: 56%;
}

.area_anchor.area04>a::before {
  background-image: url(../image/btn-anchor-parts04.png);
  background-position: 0 bottom;
  width: 13.8%;
  height: 100%;
  bottom: 99.6%;
  left: 14%;
}

.area_anchor.area05>a::before {
  background-image: url(../image/btn-anchor-parts05.png);
  background-position: 0 bottom;
  width: 47.94%;
  height: 100%;
  bottom: 99.6%;
  left: 49%;
}

.area_anchor.area06>a::before {
  background-image: url(../image/btn-anchor-parts06.png);
  background-position: 0 top;
  width: 11.63%;
  height: 100%;
  top: 99.6%;
  left: 38%;
}

.area_anchor.area07>a::before {
  background-image: url(../image/btn-anchor-parts07.png);
  background-position: 0 top;
  width: 18.23%;
  height: 100%;
  top: 98.6%;
  left: 67%;
}

@media (max-width: 834px) {
  .area_anchor>a {
    font-size: 2.159vw;
  }
}

@media (max-width: 767px) {
  .map_area_wrap {
    margin-bottom: 30px;
  }
}

/* ------------------------------------ */
/* ▼ char_list */
/* ------------------------------------ */
.char_list_wrap {
  margin: 0 auto 20px;
  max-width: 900px;
}
.char_list {
  padding: 0 70px;
}
.char_list li {
  float: left;
  padding: 0 10px 10px;
  width: 16.666%;
}
.char_list li a:hover img {
  opacity: .7;
  transition: all 0.2s;
}
#kyushu-okinawa {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .char_list {
    padding: 0;
  }
  .char_list li {
    padding: 0 10px 10px;
    width: 33.333%;
  }
}

/* ------------------------------------ */
/* ▼ only sp map all anchor */
/* ------------------------------------ */
@media (max-width: 767px) {
  .anchor_cmn.map_all {
    margin: 0 auto;
    max-width: 450px;
  }
  .anchor_cmn.map_all ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 5px;
    width: 100%;
  }
  .anchor_cmn.map_all ul li {
    display: flex;
    margin: 0 0 10px 0;
  }
  .anchor_cmn.map_all ul li a {
    display: flex;
    align-items: center;
  }
  .anchor_cmn.map_all ul li a span {
    display: block;
    width: 100%;
  }
}

/* ------------------------------------ */
/* ▼ 2020/05/26 tel列追加 他微調整 */
/* ------------------------------------ */

.anchor__content th.tel,
.anchor__content td.tel {
  padding: 16px 5px;
  text-align: center;
  width: 21.4%;
}
.sns_ico_block {
  padding-top: 5px;
}

.bnr_item.col_02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 850px;
}
.bnr_item.col_02 figure.btn_box {
  max-width: 400px;
  width: 48.193%;
  margin: 0 0 15px;
}
.bnr_item.col_02 figure:nth-child(even) {
  margin-left: 3.614%;
}
@media (max-width: 767px) {
  .bnr_item.col_02 {
    width: 90%;
  }
  .bnr_item.col_02 figure.btn_box {
    width: 100%;
  }
  .bnr_item.col_02 figure:nth-child(even) {
    margin-left: 0;
  }
}

/* ------------------------------------ */
/* TCI福岡_sakaguchi バナー共通化対応 画像幅微修正 */
/* ------------------------------------ */
@media (max-width: 767px) {
  .cmn_bnr_area.col02_bnr_01 {
    max-width: 400px;
    width: 90%;
    padding: 0;
  }
}