@charset "utf-8";

/* ------------------------------------------------------------------
  life_information  CSS

  last modify : 2020/11/12 TCV_ヴィ/ Doan Thi Tuong Vi

  2018/10/05 326_sakaguchi 
------------------------------------------------------------------ */
body {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#wrapper {
  width: 100%;
}

#contents {
  margin: 0 auto;
  padding-top: 1em;
  width: 100%;
}

#contents img {
  -webkit-backface-visibility: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}

h1 {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.txt_mainlead {
  margin: 1.5em auto 0;
  max-width: 780px;
  width: calc(780 / 1024 * 100%);
}

.dr {
  margin: 0 auto 0;
  max-width: 780px;
  text-align: right;
  width: calc(780 / 1024 * 100%);
}

.dr a{
  display: inline-block;
  width: calc(330 / 780 * 100%);
}


.dr a:hover {
  opacity: .8;
  text-decoration: none;
  transition: .5s all;
}


@media screen and (max-width: 1000px) {
  .txt_mainlead {
    width: 90%;
  }
}

@media screen and (max-width: 736px) {
  h1 {
    margin-bottom: 3%;
  }

  .txt_mainlead {
    padding: 0 1em;
    text-align: justify;
    width: 95%;
  }

  .fix_nav {
    height: 0;
  }

  .dr {
    margin: 20px auto 0;
    text-align: center;
  }

  .dr a{
    display: inline-block;
    width: 86%;
  }

}

p.btn a {
  cursor: pointer;
}


/*=========================================

    .con_shopping

==========================================*/
.wrp_shopping {
  background: url(../image/bg-contents.png) repeat;
  margin-top: 2em;
  overflow: hidden;
  padding: 0 0 2em;
  width: 100%;
}

.con_shopping {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 880px;
  width: calc(880 / 1024 * 100%);
}

.con_shopping .box_ttl,
.con_shopping .box_shop {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  margin-top: 2em;
  width: calc(420 / 880 * 100%);
}

.con_shopping .box_ttl h2 {
  color: #422D04;
  font-size: 200%;
  font-weight: normal;
  letter-spacing: .05em;
  margin-top: 1.5em;
  text-align: center;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, .5);
}

.con_shopping .box_ttl h2 span {
  -webkit-border-image: url(../image/border.jpg) 1 1 1 1 stretch;
  -moz-border-image: url(../image/border.jpg) 1 1 1 1 stretch;
  -o-border-image: url(../image/border.jpg) 1 1 1 1 stretch;
  border-image: url(../image/border.jpg) 1 stretch;
  border-top: solid 2px #B9AF7C;
  display: block;
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-size: 60%;
  letter-spacing: normal;
  line-height: 1em;
  margin-top: .3em;
  padding-top: .3em;
  position: relative;
  text-shadow: none;
}

.con_shopping .box_ttl h2 span:after {
  border-top: solid 2px #E16C9D;
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: -2px;
  width: 25%;
}

.con_shopping .box_ttl p {
  font-size: 105%;
  letter-spacing: .05em;
  margin-top: 2em;
}

.con_shopping .box_shop p {
  background: #fff;
  box-sizing: border-box;
  font-size: 110%;
  letter-spacing: .05em;
  padding: .5em 1em;
}

.con_shopping .box_shop a {
  color: #2D78C5;
  font-weight: 600;
}

.con_shopping .box_shop a:hover {
  opacity: .8;
  text-decoration: none;
  transition: .5s all;
}

.con_shopping .box_shop span {
  font-size: 80%;
}

.con_shopping .btn {
  box-sizing: border-box;
  margin: 1.5em auto 0;
  width: calc(360 / 880 * 100%);
}

.con_shopping .btn a {
  background: rgb(73, 162, 221);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(73, 162, 221, 1) 0%, rgba(32, 131, 200, 1) 8%, rgba(32, 131, 200, 1) 88%, rgba(13, 112, 181, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(73, 162, 221, 1) 0%, rgba(32, 131, 200, 1) 8%, rgba(32, 131, 200, 1) 88%, rgba(13, 112, 181, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  border: 1px solid #2374AD;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0px #9e9e9e;
  color: #fff;
  display: block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  font-size: 130%;
  letter-spacing: .05em;
  line-height: 1em;
  padding: .7em 0 1.5em;
  position: relative;
  text-align: center;
}

.con_shopping .btn a:after {
  background: url(../image/ico-btn-arrow.png) 0 0 no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: .5em;
  margin: 0 auto;
  position: absolute;
  bottom: .3em;
  left: 0;
  right: 0;
  width: 13%;
}

.con_shopping .btn a:hover {
  opacity: .8;
  text-decoration: none;
  transition: .5s all;
}

@media screen and (max-width: 1000px) {
  .con_shopping {
    width: 90%;
  }

  .con_shopping .box_ttl h2 {
    font-size: 3.5vw;
    margin-top: 1em;
  }

  .con_shopping .box_ttl p {
    font-size: 2vw;
  }

  .con_shopping .box_shop p {
    font-size: 2vw;
  }

  .con_shopping .btn a {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 736px) {

  .con_shopping .box_ttl,
  .con_shopping .box_shop {
    width: 100%;
  }

  .con_shopping .box_ttl h2 {
    font-size: 7vw;
    margin-top: 0;
  }

  .con_shopping .box_ttl p {
    font-size: 4vw;
    margin-top: 1em;
  }

  .con_shopping .box_shop p {
    font-size: 4vw;
  }

  .con_shopping .btn {
    width: 90%;
  }

  .con_shopping .btn a {
    font-size: 5vw;
  }
}


/*=========================================

    .con_education

==========================================*/
.con_education {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 880px;
  padding: 2em 0;
  width: calc(880 / 1024 * 100%);
}

.con_education .box_ttl,
.con_education .box_shop {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  margin-top: 2em;
  width: calc(420 / 880 * 100%);
}

.con_education .box_ttl {
  background: url(../image/bg-ttl-education.png) no-repeat;
  background-size: 100%;
  box-sizing: border-box;
  order: 2;
  padding: 1.5em 1.5em 3em;
}

.con_education .box_shop.no_01 {
  order: 1;
}

.con_education .box_shop.no_02 {
  order: 3;
}

.con_education .box_shop.no_03 {
  order: 4;
}

.con_education .btn {
  order: 5;
}


.con_education .box_ttl h2 {
  color: #422D04;
  font-size: 200%;
  font-weight: normal;
  letter-spacing: .05em;
  text-align: center;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, .5);
  /*margin-top: 1.5em;*/
}

.con_education .box_ttl h2 span {
  -webkit-border-image: url(../image/border.jpg) 1 1 1 1 stretch;
  -moz-border-image: url(../image/border.jpg) 1 1 1 1 stretch;
  -o-border-image: url(../image/border.jpg) 1 1 1 1 stretch;
  border-image: url(../image/border.jpg) 1 stretch;
  border-top: solid 2px #B9AF7C;
  display: block;
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-size: 60%;
  letter-spacing: normal;
  line-height: 1em;
  margin-top: .3em;
  padding-top: .3em;
  position: relative;
  text-shadow: none;
}

.con_education .box_ttl h2 span:after {
  border-top: solid 2px #6EB7D2;
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: -2px;
  width: 25%;
}

.con_education .box_ttl p {
  font-size: 105%;
  letter-spacing: .05em;
  margin-top: 2em;
}

.con_education .box_shop p {
  background: #F5F1E5;
  box-sizing: border-box;
  font-size: 110%;
  letter-spacing: .05em;
  padding: .5em 1em;
}

.con_education .box_shop a {
  color: #2D78C5;
  font-weight: 600;
}

.con_education .box_shop a:hover {
  opacity: .8;
  text-decoration: none;
  transition: .5s all;
}

.con_education .box_shop span {
  font-size: 80%;
}

.con_education .btn {
  box-sizing: border-box;
  margin: 1.5em auto 0;
  width: calc(360 / 880 * 100%);
}

.con_education .btn a {
  background: rgb(73, 162, 221);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(73, 162, 221, 1) 0%, rgba(32, 131, 200, 1) 8%, rgba(32, 131, 200, 1) 88%, rgba(13, 112, 181, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(73, 162, 221, 1) 0%, rgba(32, 131, 200, 1) 8%, rgba(32, 131, 200, 1) 88%, rgba(13, 112, 181, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  border: 1px solid #2374AD;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0px #9e9e9e;
  color: #fff;
  display: block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  font-size: 130%;
  letter-spacing: .05em;
  line-height: 1em;
  padding: .7em 0 1.5em;
  position: relative;
  text-align: center;
}

.con_education .btn a:after {
  background: url(../image/ico-btn-arrow.png) 0 0 no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: .5em;
  margin: 0 auto;
  position: absolute;
  bottom: .3em;
  left: 0;
  right: 0;
  width: 13%;
}

.con_education .btn a:hover {
  opacity: .8;
  text-decoration: none;
  transition: .5s all;
}


@media screen and (max-width: 1000px) {
  .con_education {
    width: 95%;
  }

  .con_education .box_ttl h2 {
    font-size: 3.5vw;
  }

  .con_education .box_ttl p {
    font-size: 2vw;
    margin-top: 1em;
  }

  .con_education .box_shop p {
    font-size: 2vw;
  }

  .con_education .btn a {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 736px) {
  .con_education {
    padding: 0;
  }

  .con_education .box_ttl,
  .con_education .box_shop {
    width: 100%;
  }

  .con_education .box_ttl {
    order: 1;
    padding-bottom: 2em;
  }

  .con_education .box_shop.no_01 {
    order: 2;
  }

  .con_education .box_ttl h2 {
    font-size: 7vw;
  }

  .con_education .box_ttl p {
    font-size: 4vw;
  }

  .con_education .box_shop p {
    font-size: 4vw;
  }

  .con_education .btn {
    width: 90%;
  }

  .con_education .btn a {
    font-size: 5vw;
  }
}


/*=========================================

    .con_odekake_spots

==========================================*/
.con_odekake_spots {
  margin: 2em auto 0;
  max-width: 920px;
  position: relative;
  width: calc(920 / 1024 * 100%);
}

.con_odekake_spots .wrp_inner {
  background: #EAFAF8;
  position: relative;
  top: -1em;
  width: calc(910 / 920 * 100%);
}

.con_odekake_spots .wrp_inner .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1em auto 0;
  padding: 1.5em 0;
  width: calc(840 / 910 * 100%);
}

.con_odekake_spots h2 {
  background: rgb(1, 150, 124);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(1, 150, 124, 1) 0%, rgba(84, 204, 189, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(1, 150, 124, 1) 0%, rgba(84, 204, 189, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  box-sizing: border-box;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  font-size: 180%;
  font-weight: normal;
  line-height: 1em;
  padding: .5em 1em;
  position: relative;
  width: 100%;
}

.con_odekake_spots h2:after {
  border: none;
  border-bottom: solid 15px transparent;
  border-left: solid 10px #9FDDD5;
  content: '';
  position: absolute;
  right: 0;
  top: 100%;
  /*折り返し部分*/
}

.con_odekake_spots .box_shop {
  margin-top: 1.5em;
  width: calc(260 / 840 * 100%);
}


.con_odekake_spots .box_shop p {
  box-sizing: border-box;
  color: #62563B;
  font-size: 110%;
  letter-spacing: .05em;
  margin-top: .5em;
  text-align: center;
}

.con_odekake_spots .box_shop a {
  color: #2D78C5;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  font-size: 110%;
  font-weight: 600;
}

.con_odekake_spots .box_shop a:hover {
  opacity: .8;
  text-decoration: none;
  transition: .5s all;
}

.con_odekake_spots .box_shop span {
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 80%;
}

.con_odekake_spots .box_shop.col_01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
  width: 100%;
}

.con_odekake_spots .box_shop.col_01 figure {
  width: calc(450 / 840 * 100%);
}

.con_odekake_spots .box_shop.col_01 .area_txt {
  box-sizing: border-box;
  width: calc(370 / 840 * 100%);
}

.con_odekake_spots .box_shop.col_01 .area_txt .ttl {
  color: #62563B;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  font-size: 127%;
  margin-top: 1em;
  padding: 0;
}

.con_odekake_spots .box_shop.col_01 .area_txt .ttl span {
  font-size: 70%;
}

.con_odekake_spots .box_shop.col_01 .area_txt p {
  text-align: left;
}

.con_odekake_spots .btn {
  box-sizing: border-box;
  margin: 2em auto 0;
  width: calc(380 / 840 * 100%);
}

.con_odekake_spots .btn a {
  background: rgb(73, 162, 221);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(73, 162, 221, 1) 0%, rgba(32, 131, 200, 1) 8%, rgba(32, 131, 200, 1) 88%, rgba(13, 112, 181, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(73, 162, 221, 1) 0%, rgba(32, 131, 200, 1) 8%, rgba(32, 131, 200, 1) 88%, rgba(13, 112, 181, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  border: 1px solid #2374AD;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0px #9e9e9e;
  color: #fff;
  display: block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  font-size: 130%;
  letter-spacing: .05em;
  line-height: 1em;
  padding: .7em 0 1.5em;
  position: relative;
  text-align: center;
}

.con_odekake_spots .btn a:after {
  background: url(../image/ico-btn-arrow.png) 0 0 no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: .5em;
  margin: 0 auto;
  position: absolute;
  bottom: .3em;
  left: 0;
  right: 0;
  width: 12%;
}

.con_odekake_spots .btn a:hover {
  opacity: .8;
  text-decoration: none;
  transition: .5s all;
}

@media screen and (max-width: 1000px) {
  .con_odekake_spots {
    width: 95%;
  }

  .con_odekake_spots .box_shop.col_01 .area_txt .ttl {
    font-size: 2.5vw;
    margin-top: 0;
  }

  .con_odekake_spots .box_shop p {
    font-size: 2vw;
  }

  .con_odekake_spots .btn {
    width: 53%;
  }

  .con_odekake_spots .btn a {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 736px) {
  .con_odekake_spots h2 {
    font-size: 6vw;
  }

  .con_odekake_spots .wrp_inner .inner {
    width: 95%;
  }

  .con_odekake_spots .box_shop {
    width: 48%;
  }

  .con_odekake_spots .box_shop.col_01 figure {
    margin: 0 auto;
    width: 80%;
  }

  .con_odekake_spots .box_shop.col_01 .area_txt {
    margin-top: 1em;
    width: 100%;
  }

  .con_odekake_spots .box_shop.col_01 .area_txt .ttl {
    font-size: 4.5vw;
    text-align: center;
  }

  .con_odekake_spots .box_shop.col_01 .area_txt .ttl a {
    font-size: 4.5vw;
  }

  .con_odekake_spots .box_shop p {
    font-size: 4vw;
    margin-top: .5em;
  }

  .con_odekake_spots .box_shop a {
    font-size: 3.5vw;
  }

  .con_odekake_spots .box_shop span {
    font-size: 75%;
  }

  .con_odekake_spots .btn {
    width: 95%;
  }

  .con_odekake_spots .btn a {
    font-size: 4.5vw;
  }
}


/*=========================================

    .con_medical

==========================================*/
.wrp_medical {
  background: url(../image/bg-contents.png) repeat;
  margin-top: 2em;
  overflow: hidden;
  padding: 0 0 2.5em;
  width: 100%;
}

.con_medical {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 880px;
  width: calc(880 / 1024 * 100%);
}

.con_medical .box_ttl,
.con_medical .box_shop {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  margin-top: 2.5em;
  width: calc(420 / 880 * 100%);
}

.con_medical .box_ttl h2 {
  color: #422D04;
  font-size: 200%;
  font-weight: normal;
  letter-spacing: .05em;
  margin-top: 1em;
  text-align: center;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, .5);
}

.con_medical .box_ttl h2 span {
  -webkit-border-image: url(../image/border.jpg) 1 1 1 1 stretch;
  -moz-border-image: url(../image/border.jpg) 1 1 1 1 stretch;
  -o-border-image: url(../image/border.jpg) 1 1 1 1 stretch;
  border-image: url(../image/border.jpg) 1 stretch;
  border-top: solid 2px #B9AF7C;
  display: block;
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-size: 60%;
  letter-spacing: normal;
  line-height: 1em;
  margin-top: .3em;
  padding-top: .5em;
  position: relative;
  text-shadow: none;
}

.con_medical .box_ttl h2 span:after {
  border-top: solid 2px #1689D9;
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: -2px;
  width: 25%;
}

.con_medical .box_ttl p {
  font-size: 105%;
  letter-spacing: .05em;
  margin-top: 2em;
}

.con_medical .box_shop p {
  background: #fff;
  box-sizing: border-box;
  font-size: 110%;
  padding: .5em .7em;
}

.con_medical .box_shop a {
  color: #2D78C5;
  font-weight: 600;
}

.con_medical .box_shop a:hover {
  opacity: .8;
  text-decoration: none;
  transition: .5s all;
}

.con_medical .box_shop span {
  font-size: 80%;
}

.con_medical .btn {
  box-sizing: border-box;
  margin: 1.5em auto 0;
  width: calc(360 / 880 * 100%);
}

.con_medical .btn a {
  background: rgb(73, 162, 221);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(73, 162, 221, 1) 0%, rgba(32, 131, 200, 1) 8%, rgba(32, 131, 200, 1) 88%, rgba(13, 112, 181, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(73, 162, 221, 1) 0%, rgba(32, 131, 200, 1) 8%, rgba(32, 131, 200, 1) 88%, rgba(13, 112, 181, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  border: 1px solid #2374AD;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0px #9e9e9e;
  color: #fff;
  display: block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  font-size: 130%;
  letter-spacing: .05em;
  line-height: 1em;
  padding: .7em 0 1.5em;
  position: relative;
  text-align: center;
}

.con_medical .btn a:after {
  background: url(../image/ico-btn-arrow.png) 0 0 no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: .5em;
  margin: 0 auto;
  position: absolute;
  bottom: .3em;
  left: 0;
  right: 0;
  width: 13%;
}

.con_medical .btn a:hover {
  opacity: .8;
  text-decoration: none;
  transition: .5s all;
}


@media screen and (max-width: 1000px) {
  .con_medical {
    width: 95%;
  }

  .con_medical .box_ttl h2 {
    font-size: 3.5vw;
  }

  .con_medical .box_ttl p {
    font-size: 2vw;
  }

  .con_medical .box_shop p {
    font-size: 2vw;
  }

  .con_medical .btn a {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 736px) {
  .wrp_medical {
    margin-top: 1em;
  }

  .con_medical .box_ttl,
  .con_medical .box_shop {
    width: 100%;
  }

  .con_medical .box_ttl {
    margin-top: 0;
  }

  .con_medical .box_ttl h2 {
    font-size: 7vw;
  }

  .con_medical .box_ttl p {
    font-size: 4vw;
    margin-top: 1em;
  }

  .con_medical .box_shop p {
    font-size: 4vw;
  }

  .con_medical .btn {
    width: 90%;
  }

  .con_medical .btn a {
    font-size: 5vw;
  }
}




/*=========================================

    .con_map

==========================================*/
.con_map {
  margin: 1em auto 0;
  padding-top: 2em;
  max-width: 980px;
  width: calc(980 / 1024 * 100%);
}

.con_map h2 {
  background: url(../image/bg-ttl-map2.png) no-repeat;
  background-size: 100%;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  font-size: 170%;
  font-weight: normal;
  padding: .6em 0;
  text-align: center;
  width: 570px;
  margin: auto;
  letter-spacing: 0.2em;
}

@media all and (-ms-high-contrast:none) {
  .con_map h2 {
    padding: .65em 0 .55em;
  }
}

@media screen and (max-width: 736px) {
  .con_map h2 {
    width: initial;
  }
}


.con_map .box_map {
  margin: 1.5em auto 0;
  width: calc(960 / 980 * 100%);
}

.tab_content {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  margin: 1.5rem auto 0;
  max-width: 960px;
  position: relative;
}

.tab_content::before {
  content: "";
  height: 4px;
  position: absolute;
  left: 0;
  top: 61px;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .tab_content::before {
    top: 7.8vw;
  }
}

@media screen and (max-width: 736px) {
  .tab_content::before {
    top: 18.7vw;
  }
}

@media screen and (max-width: 680px) {
  .tab_content::before {
    top: 18.5vw;
  }
}

@media screen and (max-width: 400px) {
  .tab_content::before {
    top: 18.6vw;
  }
}

.con_map .tab_content#btn_conveni::before {
  background: #e65a95;
}

.con_map .tab_content#btn_leisure::before {
  background: #e2b255;
}

.con_map .tab_content#btn_education::before {
  background: #2baf8b;
}

.con_map .tab_content#btn_medical::before {
  background: #25a3dd;
}

.con_map .tab_content#btn_financial::before {
  background: #996aae;
}

.tab_content>div>iframe {
  border: 1px solid #d0d0d0;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .tab_content>div>iframe {
    height: 60vh;
  }
}

.box_lifeinfo input {
  display: none;
}

.box_lifeinfo #map_conveni,
.box_lifeinfo #map_financial,
.box_lifeinfo #map_education,
.box_lifeinfo #map_medical,
.box_lifeinfo #map_leisure {
  display: none;
  max-width: 960px;
  width: 100%;
}

.box_lifeinfo #btn_conveni:checked~#map_conveni,
.box_lifeinfo #btn_financial:checked~#map_financial,
.box_lifeinfo #btn_education:checked~#map_education,
.box_lifeinfo #btn_medical:checked~#map_medical,
.box_lifeinfo #btn_leisure:checked~#map_leisure {
  display: block;
  font-size: 1rem;
  z-index: 99;
}

.con_map label {
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  font-size: 1.125rem;
  margin: .6em .261% .35em 0;
  padding: .528em 0;
  text-align: center;
  transition: 0s all;
  width: calc(190 / 960 * 100%);
}

@media all and (-ms-high-contrast:none) {
  .con_map label {
    padding: .628em 0 .428em;
  }
}

@media screen and (max-width: 1000px) {
  .con_map label {
    font-size: 2.3vw;
  }
}

@media screen and (max-width: 736px) {
  .con_map label {
    font-size: 3.8vw;
  }
}

.con_map label.btn_financial {
  margin-right: 0;
}

.con_map label:hover {
  opacity: .8;
  transition: .2s all;
}

.con_map label .view_pc {
  display: inline-block;
}

@media screen and (max-width: 1000px) {
  .con_map label .view_pc {
    display: none;
  }
}

.con_map input:checked+label {
  border-radius: 5px 5px 0 0;
  color: #fff;
  cursor: default;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  margin-bottom: 0;
  margin-top: 0;
  padding: .87em 0;
  position: relative;
  text-align: center;
}

@media all and (-ms-high-contrast:none) {
  .con_map input:checked+label {
    padding: 1.07em 0 .67em;
  }
}

.con_map input:checked+label:hover {
  opacity: 1;
}

.con_map input#btn_conveni+label {
  background: -moz-linear-gradient(top, rgba(242, 167, 198, 1) 0%, rgba(230, 90, 149, 1) 6%, rgba(230, 90, 149, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(242, 167, 198, 1) 0%, rgba(230, 90, 149, 1) 6%, rgba(230, 90, 149, 1) 100%);
  background: -ms-linear-gradient(top, rgba(242, 167, 198, 1) 0%, rgba(230, 90, 149, 1) 6%, rgba(230, 90, 149, 1) 100%);
  border: 1px solid #E65A95;
  text-shadow: 1px 1px 1px #a93968;
}

.con_map input#btn_financial+label {
  background: -moz-linear-gradient(top, rgb(213, 183, 226) 0%, rgba(153, 106, 174, 1) 6%, rgba(153, 106, 174, 1) 100%);
  background: -webkit-linear-gradient(top, rgb(213, 183, 226) 0%, rgba(153, 106, 174, 1) 6%, rgba(153, 106, 174, 1) 100%);
  background: -ms-linear-gradient(top, rgb(213, 183, 226) 0%, rgba(153, 106, 174, 1) 6%, rgba(153, 106, 174, 1) 100%);
  border: 1px solid #996AAE;
  text-shadow: 1px 1px 1px #8441a2;
}

.con_map input#btn_education+label {
  background: -moz-linear-gradient(top, rgb(145, 226, 204) 0%, rgb(43, 175, 139) 6%, rgb(43, 175, 139) 100%);
  background: -webkit-linear-gradient(top, rgb(145, 226, 204) 0%, rgb(43, 175, 139) 6%, rgb(43, 175, 139) 100%);
  background: -ms-linear-gradient(top, rgb(145, 226, 204) 0%, rgb(43, 175, 139) 6%, rgb(43, 175, 139) 100%);
  border: 1px solid #2BAF8B;
  text-shadow: 1px 1px 1px #169270;
}

.con_map input#btn_medical+label {
  background: -moz-linear-gradient(top, rgb(162, 210, 232) 0%, rgb(37, 163, 221) 6%, rgb(37, 163, 221) 100%);
  background: -webkit-linear-gradient(top, rgb(162, 210, 232) 0%, rgb(37, 163, 221) 6%, rgb(37, 163, 221) 100%);
  background: -ms-linear-gradient(top, rgb(162, 210, 232) 0%, rgb(37, 163, 221) 6%, rgb(37, 163, 221) 100%);
  border: 1px solid #25A3DD;
  text-shadow: 1px 1px 1px #2080ad;
}

.con_map input#btn_leisure+label {
  background: -moz-linear-gradient(top, rgb(249, 223, 172) 0%, rgb(226, 178, 85) 6%, rgb(226, 178, 85) 100%);
  background: -webkit-linear-gradient(top, rgb(249, 223, 172) 0%, rgb(226, 178, 85) 6%, rgb(226, 178, 85) 100%);
  background: -ms-linear-gradient(top, rgb(249, 223, 172) 0%, rgb(226, 178, 85) 6%, rgb(226, 178, 85) 100%);
  border: 1px solid #E2B255;
  text-shadow: 1px 1px 1px #b98b31;
}

.con_map .list_facility {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2.0625em auto 0;
  width: calc(900 / 960 * 100%);
}

.con_map .list_facility li {
  width: calc(280 / 900 * 100%);
}

.con_map .list_facility li.col_02 {
  width: calc(430 / 900 * 100%);
}

.con_map .list_facility li:first-child,
.con_map .list_facility li.col_03:nth-child(3n+1),
.con_map .list_facility li.col_02:nth-child(2n+1) {
  margin-left: 0;
}

.con_map .list_facility li:nth-child(n+4) {
  margin-top: 1.75em;
}

.con_map .list_facility li.space {
  background: url(../image/img-space.png) center center no-repeat;
  background-size: 29% auto;
}

.con_map .list_facility li dt {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 3.5em;
  padding: .3em .5em;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 736px) {
  .con_map .list_facility li.col_02 dt {
    padding: 3.3em .5em;
  }
}

@media screen and (max-width: 600px) {
  .con_map .list_facility li.col_02 dt {
    padding: 2.5em .5em;
  }
}

@media screen and (max-width: 480px) {
  .con_map .list_facility li.col_02 dt {
    padding: 2em .5em;
  }
}

@media screen and (max-width: 360px) {
  .con_map .list_facility li.col_02 dt {
    padding: 1.5em .5em;
  }
}

.con_map .list_facility.shopping li dt {
  background: #c32769;
}

.con_map .list_facility.leisure li dt {
  background: #e0930c;
}

.con_map .list_facility.education li dt {
  background: #038d5e;
}

.con_map .list_facility.medical li dt {
  background: #2090c4;
}

.con_map .list_facility.financial li dt {
  background: #8953a1;
}

#contents .con_map .list_facility li dt img {
  display: block;
  width: 12%;
}

#contents .con_map .list_facility li.col_02 dt img {
  width: 8%;
}

.con_map .list_facility li dt .name {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 106.25%;
  line-height: 1.3em;
  margin-left: .5em;
}

.con_map .list_facility li dt .btn {
  background: #fff;
  border-radius: 5px;
  position: absolute;
  right: .6em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(50 / 280 * 100%);
}

.con_map .list_facility li.col_02 dt .btn {
  width: calc(50 / 430 * 100%);
}

@media screen and (max-width: 1000px) {
  .con_map .list_facility li dt .btn {
    width: 20%;
  }

  .con_map .list_facility li.col_02 dt .btn {
    width: 13.2%;
  }
}

@media screen and (max-width: 736px) {
  .con_map .list_facility li dt .btn {
    top: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.con_map .list_facility li dt .btn a {
  border: 1px solid #ffffff;
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
  font-size: 81.25%;
  font-weight: 600;
  line-height: 1.2em;
  padding: .1154em .3em .1154em 1.3em;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .con_map .list_facility li dt .btn a {
    font-size: 1.5vw;
  }
}

.con_map .list_facility.shopping li dt .btn a {
  background: rgba(181, 124, 0, 0);
  background: -moz-linear-gradient(top, rgba(181, 124, 0, 0) 0%, rgba(188, 84, 37, 0) 42%, rgba(197, 29, 88, .3) 100%);
  background: -webkit-linear-gradient(top, rgba(181, 124, 0, 0) 0%, rgba(188, 84, 37, 0) 42%, rgba(197, 29, 88, .3) 100%);
  background: linear-gradient(to bottom, rgba(181, 124, 0, 0) 0%, rgba(188, 84, 37, 0) 42%, rgba(197, 29, 88, .3) 100%);
  color: #c32769;
}

.con_map .list_facility.leisure li dt .btn a {
  background: rgba(236, 165, 0, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(247, 217, 148, 0) 42%, rgba(236, 165, 0, .32) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(247, 217, 148, 0) 42%, rgba(236, 165, 0, .32) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(247, 217, 148, 0) 42%, rgba(236, 165, 0, .32) 100%);
  color: #e18f00;
}

.con_map .list_facility.education li dt .btn a {
  background: rgba(3, 141, 95, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(149, 207, 188, 0) 42%, rgba(3, 141, 95, .32) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(149, 207, 188, 0) 42%, rgba(3, 141, 95, .32) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(149, 207, 188, 0) 42%, rgba(3, 141, 95, .32) 100%);
  color: #048257;
}

.con_map .list_facility.medical li dt .btn a {
  background: rgba(32, 144, 196, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(161, 208, 230, 0) 42%, rgba(32, 144, 196, .32) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(161, 208, 230, 0) 42%, rgba(32, 144, 196, .32) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(161, 208, 230, 0) 42%, rgba(32, 144, 196, .32) 100%);
  color: #028bcb;
}

.con_map .list_facility.financial li dt .btn a {
  background: rgba(138, 83, 161, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(206, 183, 216, 0) 42%, rgba(138, 83, 161, .32) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(206, 183, 216, 0) 42%, rgba(138, 83, 161, .32) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(206, 183, 216, 0) 42%, rgba(138, 83, 161, .32) 100%);
  color: #8748a3;
}

.con_map .list_facility li dt .btn a:hover {
  opacity: .7;
  text-decoration: none;
  transition: .5s all;
}

.con_map .list_facility li dt .btn a:before {
  border-style: solid;
  border-width: 5px 0 5px 6px;
  content: '';
  height: 0;
  margin-top: -.35em;
  position: absolute;
  left: .5em;
  top: 49%;
  width: 0;
}

@media screen and (max-width: 736px) {
  .con_map .list_facility li dt .btn a:before {
    top: 53%;
  }
}

.con_map .list_facility.shopping li dt .btn a:before {
  border-color: transparent transparent transparent #c32769;
}

.con_map .list_facility.leisure li dt .btn a:before {
  border-color: transparent transparent transparent #e39100;
}

.con_map .list_facility.education li dt .btn a:before {
  border-color: transparent transparent transparent #048257;
}

.con_map .list_facility.medical li dt .btn a:before {
  border-color: transparent transparent transparent #028bcb;
}

.con_map .list_facility.financial li dt .btn a:before {
  border-color: transparent transparent transparent #8748a3;
}

.con_map .list_facility li dd {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 93.75%;
  margin-top: .2em;
}

.con_map .list_facility.shopping li dd {
  background: #ffe6f1;
}

.con_map .list_facility.leisure li dd {
  background: #f8f1e5;
}

.con_map .list_facility.education li dd {
  background: #e3f5ef;
}

.con_map .list_facility.medical li dd {
  background: #e6f5fc;
}

.con_map .list_facility.financial li dd {
  background: #f6e7ff;
}

.con_map .list_facility li dd span {
  box-sizing: border-box;
  padding: .8125em .3em;
}

.con_map .list_facility li dd span:last-child {
  align-items: center;
  display: flex;
  padding: 0 .3em 0 .625em;
  width: 12.9375em;
}

.con_map .list_facility li.col_02 dd span:last-child {
  width: 14em;
}

@media screen and (max-width: 1000px) {
  .con_map .list_facility li dd span:last-child {
    padding: .3em .5em;
    width: 100%;
  }
}

@media screen and (max-width: 1000px) and (-ms-high-contrast:none) {
  .con_map .list_facility li dd span:last-child {
    padding: .45em .5em .15em;
  }
}

@media screen and (max-width: 736px) {
  .con_map .list_facility li dd span:last-child {
    font-size: 3.2vw;
  }
}

.con_map .list_facility li dd span.item {
  font-size: 106.666667%;
  font-weight: 300;
  text-align: center;
  width: 4.5625rem;
}

.con_map .list_facility li dd span.item.department {
  font-size: 100%;
}

.con_map .list_facility li dd span.item.item_tel {
  padding: .5em .3em;
}

.con_map .list_facility.shopping li dd span.item {
  background: #f8bad4;
  color: #c32769;
}

.con_map .list_facility.leisure li dd span.item {
  background: #f1d39f;
  color: #a67a2d;
}

.con_map .list_facility.education li dd span.item {
  background: #b1d8cb;
  color: #038d5e;
}

.con_map .list_facility.medical li dd span.item {
  background: #b0daee;
  color: #2090c4;
}

.con_map .list_facility.financial li dd span.item {
  background: #dabceb;
  color: #8953a1;
}

.con_map .list_facility li dd.photo {
  background: none;
  margin-top: 0;
  width: 100%;
}

.con_map .list_facility li dd.photo a {
  display: block;
  position: relative;
}

.con_map .list_facility li dd.photo a:hover {
  opacity: .8;
  transition: .5s all;
}

.con_map .list_facility li.col_02 dd.photo {
  align-items: flex-start;
  justify-content: space-between;
}

.con_map .list_facility li.col_02 dd.photo>div {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.con_map .list_facility li.col_02 dd.photo .img-top {
  width: calc(240 / 430 * 100%);
}

.con_map .list_facility li.col_02 dd.photo p {
  font-size: 113.333334%;
  line-height: 1.32;
  margin-top: .55em;
  width: calc(180 / 430 * 100%);
}

.meiryo .con_map .list_facility.shopping li:nth-child(11).col_02 dd.photo p {
  letter-spacing: -.04em;
}

@media all and (-ms-high-contrast:none) {
  .con_map .list_facility.shopping li:nth-child(11).col_02 dd.photo p {
    letter-spacing: -.04em;
  }
}

.con_map .list_facility li.col_02 dd ul {
  display: flex;
  justify-content: space-between;
  margin-top: .2em;
}

.con_map .list_facility li.col_02 dd ul li {
  margin-left: 0;
  width: calc(140 / 430 * 100%);
}

@media screen and (max-width: 1000px) {
  .con_map {
    margin-top: 2em;
    width: 98%;
  }

  .con_map h2 {
    font-size: 3.5vw;
    padding: .25em 0;
  }

  .con_map .box_map ul li a,
  .con_map .box_map ul li p {
    font-size: 1.8vw;
  }

  .con_map .list_facility {
    width: 98%;
  }

  .con_map .list_facility li dt .name {
    font-size: 1.8vw;
  }

  .con_map .list_facility li dd span.item {
    font-size: 2vw;
    padding: .3em 0;
    width: 100%;
  }

  .con_map .list_facility li.col_02 dd.photo p {
    font-size: 2vw;
    margin-top: .3em;
  }

}

@media screen and (max-width: 1000px) and (-ms-high-contrast:none) {
  .con_map h2 {
    padding: .35em 0 .15em;
  }
}

@media screen and (max-width: 736px) {
  .con_map h2 {
    background-position: center;
    background-size: cover;
    font-size: 6vw;
  }

  .con_map .box_map ul li br {
    display: block;
  }

  .con_map .box_map ul li .view_pc {
    display: none;
  }

  .con_map .box_map ul li a,
  .con_map .box_map ul li p {
    font-size: 3.3vw;
  }

  .con_map .box_map ul li.active {
    padding: .5em 0 .5em;
  }

  .con_map .list_facility {
    justify-content: space-between;
  }

  .con_map .list_facility li {
    margin-left: 0 !important;
    width: 48%;
  }

  .con_map .list_facility li:nth-child(n+3) {
    margin-top: 1em;
  }

  .con_map .list_facility li.col_03 dt {
    flex-wrap: wrap;
    height: auto;
    padding: .5em .5em .7em;
  }

  .con_map .list_facility li.col_03 dt .btn {
    margin: .5em auto 0;
    position: static;
    width: 90%;
  }

  .con_map .list_facility li dt .btn br {
    display: none;
  }

  .con_map .list_facility li dt .btn a {
    font-size: 3.5vw;
    padding: .6em .3em .6em 1.5em;
  }

  .meiryo .con_map .list_facility li dt .btn a {
    padding: .7em .3em .5em 1.5em;
  }

  .con_map .list_facility li dt .name {
    font-size: 3.5vw;
  }

  .con_map .list_facility li dd span.item {
    font-size: 3.5vw;
    padding: .3em 0 !important;
  }

  .con_map .list_facility li.col_02 {
    width: 100%;
  }

  .con_map .list_facility li.col_02 dt .btn {
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24%;
  }

  #contents .con_map .list_facility li.col_02 dt img {
    width: 6%;
  }

  .con_map .list_facility li.col_02 dd.photo p {
    font-size: 3.5vw;
    margin-top: .5em;
  }

  .con_map .list_facility li.col_02 dd ul li {
    margin-top: 0;
  }
}

@media screen and (max-width: 736px) and (-ms-high-contrast:none) {
  .con_map .list_facility li dt .btn a {
    padding: .7em .3em .5em 1.5em;
  }

  .con_map .list_facility li dd span.item {
    padding: .4em 0 .2em !important;
  }

  .con_map .list_facility li dt .btn a::before {
    top: 53%;
  }
}

/*=========================================

    .page_bnr

==========================================*/

.page_bnr {
  margin: 2.53125em auto 0;
  max-width: 563px;
}

@media only screen and (max-width: 736px) {
  .page_bnr {
    margin: 2.5em auto 0;
    max-width: 360px;
    width: 90.573%;
  }
}

#map_financial .page_bnr li:first-child {
  margin: 0 auto;
  max-width: 560px;
}

.page_bnr li:nth-child(n+2) {
  margin-top: 1em;
}

.page_bnr li a:hover {
  opacity: .8;
  transition: .5s all;
}

.page_bnr figcaption {
  font-size: 14px;
  letter-spacing: -.06em;
  margin: .4em auto 0;
  max-width: 92.8%;
  text-align: center;
}

.meiryo .page_bnr figcaption {
  letter-spacing: -.08em;
}

@media all and (-ms-high-contrast:none) {
  .page_bnr figcaption {
    letter-spacing: -.08em;
  }
}

@media only screen and (max-width: 736px) {
  .page_bnr figcaption {
    font-size: 3vw;
    margin: .6em auto 0;
    max-width: 95%;
    text-align: left;
  }
}

/*=========================================

    .list_bnr

==========================================*/
.block_bnr {
  background: url(../image/bg-banner-block.png) left top repeat-y;
  background-size: cover;
  border: 2px solid #c0b79c;
  margin: 3.5em auto;
  max-width: 720px;
  padding: 2.78125em 2.6875em 2em;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .block_bnr {
    max-width: 98%;
  }
}

@media only screen and (max-width: 736px) {
  .block_bnr {
    background: none;
    border: none;
    margin: 1.5em auto;
    max-width: 360px;
    padding: 0;
    width: 88.762%;
  }
}

.block_bnr_ttl {
  background: url(../image/bg-ttl-banner.png) center no-repeat;
  background-size: contain;
  color: #fff;
  font-size: 20px;
  min-width: 414px;
  padding: .225em;
  position: absolute;
  left: 50%;
  top: -1.05em;
  text-align: center;
  transform: translateX(-50%);
}

@media only screen and (max-width: 736px) {
  .block_bnr_ttl {
    font-size: 3.8vw;
    min-width: 60%;
    padding: .7em 1em;
    top: -1.5em;
  }
}

.list_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list_bnr li {
  margin-top: 1.5em;
  width: calc(300 / 630 * 100%);
}

@media only screen and (max-width: 736px) {
  .list_bnr li {
    margin-top: 0;
  }
}

.list_bnr li:first-child {
  margin: 0 auto;
  width: calc(563 / 630 * 100%);
}

.list_bnr li figure figcaption {
  font-size: 85%;
  letter-spacing: -.06em;
  line-height: 1.29;
  margin-top: .6em;
  padding: 0 .4em;
}

@media only screen and (max-width: 736px) {
  .list_bnr li figure figcaption {
    font-size: 3vw;
    line-height: 1.5;
    margin: .6em auto 0;
    padding: 0;
    text-align: left !important;
    width: 95%;
  }
}

.list_bnr li:first-child figure figcaption {
  margin-left: 2.6em;
  max-width: 88.81%;
  padding: 0;
}

@media only screen and (max-width: 736px) {
  .list_bnr li:first-child figure figcaption {
    font-size: 3vw;
    margin: .6em auto 0;
    max-width: 95%;
  }
}

.list_bnr li figure figcaption.txt_center {
  text-align: center;
}

.list_bnr li figure a {
  display: block;
}

.list_bnr li figure a:hover {
  opacity: .8;
  transition: .5s all;
}

@media screen and (max-width: 736px) {
  .list_bnr {
    margin-top: 0;
  }

  .bx-wrapper .bx-viewport {
    width: 100% !important;
  }

  .bx-wrapper .bx-pager.bx-default-pager a {
    background: #a4bba3 !important;
  }

  .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #2f6524 !important;
  }
}