@charset "utf-8";

body {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック体", "YuGothic", 'ヒラギノ角ゴ ProN W6', 'HiraKakuProN-W6', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'HiraKakuProN-W3', sans-serif;
  word-wrap: break-word;
  font-size: 15px;
}

a {
  text-decoration: none;
  color: #00a3c9;
}

a:hover {
  text-decoration: none;
  opacity: 1;
  transition: 0.3s;
  color: #00a3c9;
}

a img {
  transition: 0.3s;
}

p {
  font-size: 14px;
  line-height: 180%;
}

.cf:after {
  clear: both;
  display: block;
  content: "";
}

img {
  border: 0;
  vertical-align: top;
  width: 100%;
  display: block;
}

/* =======================================
★アニメーション
========================================== */
@keyframes garlslider {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 10%, 0) rotate(-45deg);
    transform: translate3d(-100%, 10%, 0) rotate(-45deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
}

@-webkit-keyframes garlslider {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 10%, 0) rotate(-45deg);
    transform: translate3d(-100%, 10%, 0) rotate(-45deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
}

@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 250%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

/* =======================================
★バーガーメニュ
========================================== */
.spnav_btn {
  background: #eee;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 50px;
  height: 44px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 20px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}

/* spnav_menu */
.spnav_menu {
  opacity: 0;
  position: fixed;
  z-index: -1;
  transition: 0.3s;
}

.spnav_menu.active {
  opacity: 1;
  position: fixed;
  z-index: 5;
}

/* =======================================
★MEGA
========================================== */
.mega {
  top: 99px;
  background: #eee;
  width: 980px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100;
  display: none;
}

.megainner {
  width: 900px;
  margin: 0 auto;
  padding: 30px 0;
}

.megainner p {
  margin: 0 0 10px 0;
}

.megainner ul {
  margin: 0 0 10px 0;
}

.megainner ul li {
  float: left;
  width: 23%;
  margin: 0 2.6% 0 0;
}

.megainner ul li:nth-child(4n) {
  margin: 0;
}

.megainner ul li a {
  background: #fff;
  display: block;
  color: #000;
  position: relative;
  padding: 10px 0px 10px 10px;
}

.megainner ul li a:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  transform: rotate(45deg);
  transition: .3s;
}

.megainner span a,
.main_cont span a {
  display: inline-block;
  color: #000;
  position: relative;
  padding: 0px 30px 0 10px;
}

.megainner span a:after,
.main_cont span a:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  transform: rotate(45deg);
  transition: .3s;
}

/* .mega{
  display: none;
} */
.mega.active {
  display: block;
}

.mega01,
.mega02,
.mega03 {
  display: none;
}

.mega01.active1,
.mega02.active2,
.mega03.active3 {
  display: block;
}

/* =======================================
★共通
========================================== */
.wrap {
  margin: 0 auto;
  z-index: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
  max-width: 1920px;
}

main {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.inner {
  max-width: 1040px;
  margin: 0 auto;
  color: #000000;
}

.nopc {
  display: none;
}

/*シャドウ*/
.box_shadow {
  box-shadow: 3px 1px 6px 1px rgba(0, 0, 0, 0.3);
  background-color: white;
}

.text_shadow01 {
  text-shadow: 5px 4px 6px #383838;
}

/*グーグルマップ*/
.gmapWp {
  width: 100%;
  position: static;
  min-height: 250px;
}

.gmapWp>iframe {
  width: 100%;
  height: 440px;
  padding: 0;
  margin: 0;
  border-width: 0;
  vertical-align: bottom;
}

/*YOUTUB*/
.youtube_wrap {
  width: 100%;
  position: static;
  min-height: 250px;
}

.youtube_wrap>iframe {
  width: 100%;
  height: 440px;
  padding: 0;
  margin: 0;
  border-width: 0;
  vertical-align: bottom;
}

/*ボタン類*/
.bnt_yplus {
  position: relative;
  padding: 0 0 0 20px;
}

.bnt_yplus:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #35AF78;
  border-right: 1px solid #35AF78;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  transform: rotate(45deg);
  transition: .3s;
}

.bnt_yplus02 {
  position: relative;
  padding: 0 0 0 20px;
}

.bnt_yplus02:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #35AF78;
  border-right: 1px solid #35AF78;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
  transform: rotate(45deg);
  transition: .3s;
}

.btn02.bnt_yplus02:before {
  left: 15px;
}

.bnt_pdfplus {
  position: relatives;
}

.bnt_pdfplus:after {
  content: '';
  display: block;
  background: url(../img/icon_pdf.png)center center;
  width: 21px;
  height: 23px;
  position: absolute;
  top: 0;
  bottom: 3px;
  right: 20px;
  margin: auto;
  transition: .3s;
}

.glink_b {
  position: relative;
}

.glink_b:after {
  content: '';
  display: block;
  width: 15px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -16px;
  margin: auto;
  transition: .3s;
  background: url(../img/icon03.png)no-repeat center center;
  background-size: 100%;
}

.btn01 {
  background: #fff;
  font-size: 16px;
  padding: 12.5px 50px;
  min-width: 208px;
  max-width: 288px;
  position: relative;
  display: inline-block;
  text-align: center;
  border: solid 1px;
  border-radius: 25px;
  margin-bottom: 20px;
  color: #35AF78;
}

.btn02 {
  background: #fff;
  font-size: 15px;
  padding: 5px 0;
  position: relative;
  display: inline-block;
  text-align: center;
  border: solid 1px;
  border-radius: 25px;
  margin-bottom: 20px;
}

.btn_pagetop {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 15px;
  bottom: 15px;
  margin: 0 auto;
  background: #000000;
  border-radius: 50%;
  z-index: 10;
}

.btn_pagetop>span {
  display: block;
  color: #fff;
  font-size: 13px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-family: Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", sans-serif;
  letter-spacing: -1px;
}

.btn_pagetop:after {
  content: '';
  width: 15px;
  height: 15px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg) skew(7deg, 7deg);
  transition: .3s;
}

.btn_yellow {
  color: #000;
  background: #FFEA46;
  /*  width: 320px;*/
  /* width:220px; */
  width: 170px;
  padding: 15px 0;
  margin: 0 10px;
  text-align: center;
  display: inline-block;
}

.newstag {
  background: #E53881;
  display: inline-block;
  width: 45px;
  color: #fff;
  padding: 2px 0;
  text-align: center;
  font-size: 12px;
  border-radius: 5px;
  margin: 0 0 0 10px;
}

.plus_pdf:after {
  content: "";
  height: 40px;
  width: 40px;
  display: inline-block;
  background: url(../img/icon_pdf.png)no-repeat center center;
  background-size: 100%;
  position: relative;
  top: 10px;
}

/*テキスト類*/
.title_detail {
  font-size: 30px;
  text-shadow: 5px 5px 2px;
}

.color_g {
  color: #35AF78;
}

.color_o {
  color: #ea5514;
}

.color_r {
  color: #C71331;
}

.color_bl {
  color: #000;
}

.fw_normal {
  font-weight: normal;
}

.lett_spa_m05 {
  letter-spacing: -0.5px;
}

.lett_spa_m1 {
  letter-spacing: -1px;
}

.title01 {
  font-size: 48px;
  padding: 114px 0;
  text-align: center;
  background: #eee;
  letter-spacing: 12px;
  color: #fff;
  text-shadow: 4px 2px 7px #000;
}

.title02 {
  font-size: 43px;
  padding: 40px 0 0 0;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
  font-family: Verdana, Roboto, "游ゴシック体", "YuGothic", 'ヒラギノ角ゴ ProN W6', 'HiraKakuProN-W6', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'HiraKakuProN-W3', sans-serif;
}

.title02_u {
  font-size: 30px;
  padding: 80px 0 0;
  margin: 0 0 70px 0;
  background: #fff;
  font-weight: bold;
  text-align: center;
  font-family: Verdana, Roboto, "游ゴシック体", "YuGothic", 'ヒラギノ角ゴ ProN W6', 'HiraKakuProN-W6', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'HiraKakuProN-W3', sans-serif;
}

.title02 span {
  padding: 5px 0;
  font-size: 16px;
  display: block;
}

.title03 {
  font-size: 20px;
  padding: 8px 28px;
  line-height: 100%;
  font-weight: bold;
}

.title04 {
  font-size: 19px;
  font-weight: bold;
}

.note_txt {
  font-size: 10px;
  vertical-align: top;
  line-height: 240%;
  font-weight: bold;
}

.under_title01 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #CC343B;
  padding: 40px 0;
}

.under_title02 {
  font-size: 22px;
  text-align: center;
  margin: 0 0 20px;
}

/*テーブル類*/
.tbl01 {
  font-size: 16px;
  width: 100%;
}

.tbl01 th {
  background: #EFEFE7;
}

.tbl01 th,
.tbl01 td {
  border: solid 1px #9E9E9F;
  vertical-align: middle;
  padding: 20px 20px;
  font-size: 16px;
}

.tbl02 {
  font-size: 16px;
  width: 100%;
}

.tbl02 th {
  background: #D7EFE4;
}

.tbl02 th,
.tbl02 td {
  border: solid 1px #9E9E9F;
  vertical-align: middle;
  padding: 20px 20px;
  font-size: 16px;
}

/* =======================================
	★header
========================================== */
header {
  position: relative;
}

.header_inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.logo {
  max-width: 306px;
  margin: 25px 0 20px 0px;
  z-index: 1;
  width: 100%;
  float: left;
}

.h_nav_wrap {
  float: right;
  max-width: 570px;
  margin: 50px 0px 0 10px;
  /* font-size: 0; */
}

.h_nav_wrap a {
  color: #000;
  display: inline-block;
  padding: 0 10px;
  margin: 0 15px;
}

.h_nav>li {
  display: inline-block;
  margin: 0 20px;
  padding: 0 10px;
}

.h_nav a {
  color: #000;
  font-size: 18px;
  /* font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'HiraKakuProN-W3', sans-serif; */
  font-weight: bold;
}

.h_lang li {
  display: inline-block;
  margin: 0 2px;
}

.h_lang a {
  color: #000;
  font-size: 11px;
}

.h_navd {
  position: absolute;
  top: 0;
  right: 0;
  background: #eee;
}

.h_navd li {
  float: left;
}

.h_navd li a {
  display: block;
  padding: 4px 20px 4px 40px;
  color: #000;
}

.h_nav01 {
  background: url(../img/icon001.png)no-repeat left 11px top 4px;
  background-size: auto;
}

.h_nav02 {
  background: url(../img/icon002.png)no-repeat left 16px top 3px;
  background-size: auto;
}

.h_nav03 {
  background: url(../img/icon004.png)no-repeat left 16px top 6px;
  background-size: auto;
}
.h_nav04 {
  background: url(../img/icon-qa.png)no-repeat left 16px top 6px;
  background-size: auto;
}

/* === トグルスイッチ ============================== */
.switchArea {
  position: relative;
  margin: auto;
  width: 18px;
  height: 5px;
  background: #E1F3EB;
  border-radius: 5px;
  top: -2px;
}

#swImg {
  float: left;
  display: block;
  width: 5px;
  height: 5px;
  background: #35AF78;
  border-radius: 50%;
}

.shitabtn {
  position: relative;
}

.shitabtn:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(135deg);
  transition: .3s;
}

/* =======================================
	★footer
========================================== */
footer {
  position: relative;
}

.f_inner {
  /* background: #35AF78; */
  background: url(../img/bk_footer.png) no-repeat;
  background-size: cover;
  text-align: center;
}

.f_nav ul li {
  display: inline-block;
  border-left: solid 1px #fff;
  font-size: 0;
}

.f_nav ul li:first-child {
  border-left: solid 0px #fff;
}

.f_nav a {
  color: #707070;
  margin: 0 4px 0 6px;
  padding: 0 10px;
  font-size: 17px;
  line-height: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.f_nav01 {
  padding: 20px 0 15px 0;
}

.f_nav02 {
  padding: 0 0 30px 0;
}

.f_inner_under {
  /* background: #D7EFE4; */
}

.f_copy {
  font-size: 11px;
  margin: 0;
  vertical-align: middle;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #A5A5A5;
}

.f_copy:after {
  content: "";
  display: block;
  clear: both;
}

.f_logo {
  padding: 50px 0 0 0;
}

/* =================================================
	★cover
======================================================== */
/*cover*/
.cover .cover_wrap {
  overflow: hidden;
  margin: 0 0 90px 0;
}

.cover01_txt {
  max-width: 694px;
  width: 50.8%;
  margin: 0 auto;
  top: 10.8%;
  left: 0;
  right: 0;
  z-index: 1;
  transition: .3s;
}

/* =======================================
	★TOP
========================================== */
.web_site {}

/* =======================================
	★UNDER
========================================== */
.under_site {}

.main_cont_inner {
  width: 980px;
  margin: auto;
}

.under_site .main_cont {
  background: url(../img/bk_under.png);
  padding: 0 0 40px 0;
}

.cont_wrap {
  float: right;
  width: 700px;
  line-height: 180%;
}

.left_nav_wrap {
  float: left;
  width: 255px;
}

.left_nav>dl {
  line-height: 0;
}

.left_nav>dl span {
  background: #fff;
  display: block;
  font-size: 14px;
  line-height: 100%;
  margin: 0 auto 1px;
}

.left_nav>dl span>a {
  margin: 0 0 0 10px;
  display: block;
  padding: 20px 5px 20px 25px;
  color: #000;
}

.left_nav>dl.active span {
  background: rgba(255, 255, 255, 0);
}

.left_nav>dl.active dt>span>a {
  color: #fff;
}

.left_nav>dl dd>span {
  background: rgba(255, 255, 255, 0);
}

.left_nav>dl>dd>span>a {
  background: rgba(255, 255, 255);
  padding: 10px 5px 10px 25px;
}

.toi_box {
  border: solid 1px;
  border-radius: 15px;
  color: #35af78;
  max-width: 510px;
  margin: auto;
  padding: 30px 35px;
}

.toi_box em {
  display: block;
  margin: 0 0 10px 0;
}

.toi_box>big {
  font-size: 22px;
  color: #35af78;
  text-align: center;
  display: block;
  margin: 0 0 20px 0;
}

.toi_box em b {
  display: block;
}

.toi_box strong {
  font-size: 16px;
  color: #35af78;
}

.toi_box small {
  font-size: 15px;
  display: block;
  color: #000;
}

.toi_box p {
  color: #000;
  margin: 0 0 10px 0;
  font-size: 15px;
  line-height: 130%;
}

.toi_box span {
  display: block;
}

/* =======================================
	★パンくず
========================================== */
.pankuzu {
  /* background: #eaeaea; */
}

.pankuzu ul>li>a {
  color: #4AA7E2;
  /* margin: 0 6px; */
}

.pankuzu ul>li>a:hover {
  text-decoration: underline;
}

.pankuzu ul>li>a {
  color: #000;
}

.pankuzu ul {
  padding: 10px 0;
  margin: 0 auto 0;
}

.pankuzu ul>li {
  float: left;
  font-size: 13px;
  padding: 0 3px;
}

.pankuzu ul>li:after {
  content: ">";
  display: inline-block;
  padding: 0 0 0 10px;
  position: relative;
  top: -1px;
}

.pankuzu ul>li:last-child {
  margin: 0;
}

.pankuzu ul>li:last-child {
  color: #35AF78;
}

.pankuzu ul>li:last-child:after {
  display: none;
}

/* =======================================
	★sclik
========================================== */
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 60px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #E75826;
}

/* =======================================
	★その他
========================================== */
.img_float_r {
  float: right;
  /* margin: 0 0 5% 5%; */
  margin: 0 0 30px 30px;
}

.img_float_l {
  float: left;
  /* margin: 0 0 5% 5%; */
  margin: 0 30px 30px 0;
}

.gg_bcolor {
  background: -moz-linear-gradient(left, #35af78, #008655);
  background: -webkit-linear-gradient(left, #35af78, #008655);
  background: linear-gradient(left, #35af78, #008655);
  color: #fff;
}

.back_f1 {
  background: #f1f1f1;
}

.border_bot {
  border-bottom: solid 1px #B5B5B6;
}

.border_g {
  border: solid 1px #35af78;
}

.border_radius {
  border-radius: 20px;
}

.list_type_disc>li {
  list-style-type: disc;
}

.no_disc {
  list-style-type: unset !important;
}

.list_type_deci>li {
  list-style-type: decimal;
}

.list_type_l_alp>li {
  list-style-type: lower-alpha;
}

.c_and_c {
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
}

.gbox {
  margin: 0 auto 40px;
}

.inner_cont {
  width: 92%;
  margin: 30px auto 0px;
  padding: 0 0 35px 0;
}

.inner_cont p,
.inner_cont ul {
  font-size: 13px;
  font-weight: 500;
}

.ul50:after,
.ul30:after,
.ul25:after {
  content: "";
  display: block;
  clear: both;
}

.ul50>li,
.ul50>a {
  float: left;
  /* width: 47%; */
  width: 90%;
  margin: 0 6% 0 0;
}

.ul50>li:last-child,
.ul50>a:last-child {
  margin: 0 0% 0 0;
}

.ul30>li,
.ul30>a {
  float: left;
  width: 30%;
  margin: 0 5% 5% 0;
}

.ul30>li:nth-child(3n),
.ul30>a:nth-child(3n) {
  margin: 0 0 5% 0;
}

.ul25>li,
.ul25>a {
  float: left;
  width: 23.5%;
  margin: 0 2% 2% 0;
  line-height: 100%;
}

.ul25>li:nth-child(4n),
.ul25>a:nth-child(4n) {
  margin: 0 0 2% 0;
}

.wid96 {
  width: 96%;
}

.radib_box {
  border: solid 1px;
  border-radius: 15px;
}

.d_block {
  display: block;
}

/* =======================================
★TOP
========================================== */
.top_cover {
  overflow: hidden;
  background: url(../img/bk_cover01.png)no-repeat center center;
  background-size: cover;
}

.top_cover h1 {
  max-width: 800px;
  margin: 0 auto;
  padding: 317px 0;
}

.top_slider li {
  /* padding: 325px 0; */
  padding: 8.05% 0;
  background-size: cover;
}

.bk_cover01 {
  background: url(../img/bk_cover01.png)no-repeat center;
}

.bk_cover02 {
  background: url(../img/bk_cover02.png)no-repeat center;
}

.bk_cover03 {
  background: url(../img/bk_cover03.png)no-repeat center;
}

.top_slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
}

.top_title02>span {
  font-size: 20px;
  display: block;
  color: #35af78;
  font-weight: normal;
  letter-spacing: 3px;
}

.news_wrap {
  margin: 0 0 30px 0;
}

.news_wrap>a {
  display: block;
  border-bottom: solid 0.5px #bfbfbf;
  font-size: 16px;
  padding: 14.5px 0;
}

.news_wrap>a:after {
  content: "";
  display: block;
  clear: both;
}

/* .news_wrap  > a:first-child{
  border-top: solid 0.5px #a2a2a2;
} */
.news_wrap dl dt {
  color: #727171;
  float: left;
  padding: 0 0 0 2%;
  max-width: 200px;
  width: 30%;
  margin: 2px 0 0 0;
}

.news_wrap dl dd {
  /* float: left; */
  color: #000;
  /* max-width: 640px; */
  /* width: 66%; */
}

.top_title03 {
  font-size: 25px;
  text-align: center;
  color: #35af78;
  letter-spacing: 2px;
  font-weight: bold;
  padding: 30px 0 10px 0;
  transform: rotateY(15deg);
  letter-spacing: 4px;
}

.top_second_area {
  background: url(../img/bk_top_second_area.png) no-repeat top;
  background-size: cover;
  padding: 100px 0 150px 0;
}

.top_second_area .inner>div {
  width: 47%;
}

.top_second_area .inner {
  padding: 0 0 60px 0;
}

.top_third_area div {
  justify-content: center;
  margin-bottom: 50px;
}

.top_third_area .img_wrap a {
  /*
  width: 30.9%;
  margin: 1.2%;
*/
  width: 24%;
  margin: 0.5%;
}

.top_third_area .top_title02>span {
  color: #ffffff;
}

.top_third_area .top_title02 {
  text-align: left;
}

.top_third_force_wrap {
  background-size: cover;
}

.top_force_area {
  background: url(../img/bk_top_third_force_wrap.png) no-repeat right center;
  padding: 30px 0 110px;
  background-size: 120%;
}

.top_force_area p {
  width: 743px;
  margin: 0 auto;
}

.fbanner_area {
  padding: 30px 0 50px;
  background-image: url(../img/tenant_index_bg.png);
}

.fbanner_area .sliders2 .slick-slide {
  margin: 0 10px;
  padding: 0 0 10px 0;
}


/* =======================================
★下層
========================================== */

.undercovers b {
  text-align: center;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  background: #eee;
}

/* =======================================
★COMPANY
========================================== */
.company_index {}

.company_index .second_area .title03 {
  font-size: 26px;
  margin-bottom: 30px;
}

.company_index .second_area .title04 {
  font-size: 24px;
  border-bottom: solid 1px #eee;
  padding-bottom: 10px;
}

.company_index .cyo01 {
  margin-bottom: 85px;
}

.company_index .cyo02 li dd {
  border-bottom: solid 1px #eee;
  width: 70%;
  margin: 20px auto;
  padding: 0 0 10px 160px;
}

.company_index .second_area {
  background: #F7F7F7;
  padding: 80px 0;
}

.company_index .border_wrap {}

.company_index .border_wrap>dl {
  border-bottom: solid 1px #000;
  display: table;
  width: 100%;
}

.company_index .border_wrap dl:after {
  content: "";
  display: block;
  clear: both;
}

.company_index .border_wrap>dl>dt {
  display: table-cell;
  vertical-align: top;
  width: 18%;
  padding: 20px;
}

.company_index .border_wrap>dl>dd {
  display: table-cell;
  vertical-align: top;
  width: 80%;
  padding: 20px;
}

.company_index .cyo03 dl:after {
  content: "";
  display: block;
  clear: both;
}

.company_index .cyo03 dl {}

.company_index .cyo03 dl dd {
  float: right;
  width: 30%;
  padding: 5px 0;
}

.company_index .cyo03 dl dd:before {
  content: "・・・";
}

.company_index .cyo03 dl dt {
  float: left;
  width: 70%;
  padding: 5px 0;
}

.company_index .three_area>article>p {
  padding: 50px 0 30px;
}

.company_index .force_area {
  padding: 50px 0;
  background-color: #f7f7f7;
  text-align: center;
  margin: 50px 0;
}

.company_index .force_area .title02_u {
  padding: 10px 0 10px;
  margin: 0 0 20px;
  background: none;
}

.company_index .force_area .title02_u+p {
  margin-bottom: 80px;
}

.company_index .force_area a {
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 80px;
}

/*history*/
.history .second_area {
  background: #F7F5F0;
  padding: 70px 0;
}

.history .second_area {
  background: #F7F5F0;
}

.history .second_area_innder {
  width: 90%;
  margin: 20px auto 40px;
  padding: 40px 0 40px 0;
}

.history .border_wrap>dl {
  border-bottom: solid 1px #000;
  display: table;
  width: 100%;
}

.history .border_wrap dl:after {
  content: "";
  display: block;
  clear: both;
}

.history .border_wrap>dl>dt {
  display: table-cell;
  vertical-align: top;
  width: 18%;
  padding: 20px;
}

.history .border_wrap>dl>dd {
  display: table-cell;
  vertical-align: top;
  width: 80%;
  padding: 20px;
}

/*organization*/
.organization_index .first_area p {
  margin-bottom: 30px;
}

.organization_index .gbox_wrap {
  max-width: 900px;
  margin: auto;
}

.organization_index .gbox_wrap .gbox {
  padding: 50px 0;
  margin-bottom: 30px;
  position: relative;
}

.organization_index .gbox_wrap .gbox::before {
  content: '';
  width: calc(100% + 100px);
  height: 100%;
  position: absolute;
  top: 0;
  left: -50px;
  background-color: #f7f7f7;
}

.organization_index .gbox_wrap .gbox::after {
  content: '';
  width: 3px;
  height: 130px;
  transform: rotate(45deg);
  position: absolute;
  top: -30px;
  left: -20px;
}

.organization_index .gbox_wrap .gbox strong {
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.organization_index .gbox_wrap .gbox strong span {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 20px;
  font-size: 16px;
  color: #000;
}

.organization_index .gbox_wrap .gbox p {
  width: 754px;
  text-align: justify;
  margin: auto;
  position: relative;
  z-index: 2;
}

.organization_index .gbox_wrap#ek_link .gbox::after {
  background-color: #d24e55;
}

.organization_index .gbox_wrap#re_link .gbox::after {
  background-color: #46c90c;
}

.organization_index .gbox_wrap#ser_link .gbox::after {
  background-color: #d91ab5;
}

.organization_index .gbox_wrap#cb_link .gbox::after {
  background-color: #EDA928;
}

.organization_index .gbox_wrap#zoo_link .gbox::after {
  background-color: #4aa7e2;
}

.organization_index .gbox_wrap#pro_link .gbox::after {
  background-color: #6633cc;
}

.organization_index .gbox_wrap#ek_link .gbox strong {
  color: #d24e55;
}

.organization_index .gbox_wrap#re_link .gbox strong {
  color: #46c90c;
}

.organization_index .gbox_wrap#ser_link .gbox strong {
  color: #d91ab5;
}

.organization_index .gbox_wrap#cb_link .gbox strong {
  color: #EDA928;
}

.organization_index .gbox_wrap#zoo_link .gbox strong {
  color: #4aa7e2;
}

.organization_index .gbox_wrap#pro_link .gbox strong {
  color: #6633cc;
}

.onebox {
  clear: both;
}

.onebox h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.onebox p {
  margin-bottom: 50px;
}

.onebox dl {
  margin-bottom: 50px;
}

.onebox dl::after {
  content: '';
  clear: both;
  display: block;
}

.onebox dl dd {
  max-width: 400px;
  width: 40%;
  float: left;
  position: relative;
}

.onebox dl dd img {
  width: 100%;
}

.onebox dl dt {
  max-width: 520px;
  width: 55%;
  float: right;
  font-size: 14px;
  line-height: 180%;
  text-align: justify;
}

/* =======================================
★BUSINESS
========================================== */
.business_index section:not(.first_area) {
  margin-bottom: 100px;
  background-color: #F7F7F7;
  padding: 50px;
  position: relative;
  width: 73%;
  margin-left: auto;
}

.business_index section:not(.first_area)::before {
  content: '';
  width: 3px;
  height: 130px;
  transform: rotate(45deg);
  position: absolute;
  top: -30px;
  left: 30px;
}

.business_index section .inner div ul {
  margin-bottom: 30px;
}

.business_index section .inner div ul li {
  display: inline-block;
  vertical-align: top;
  max-width: 400px;
  width: 40%;
}

.business_index section .inner div ul li:last-of-type {
  max-width: 550px;
  width: 50%;
  margin-left: 30px;
}

.business_index section .inner div ul li img {
  margin-top: -100px;
}

.business_index section .inner div ul li strong {
  font-size: 36px;
  margin-bottom: 50px;
  line-height: 2;
}

.business_index section .inner div ul li strong span {
  font-size: 16px;
  font-weight: bold;
  display: block;
  color: #000;
}

.business_index section .inner div div {
  width: 550px;
}

.business_index section .inner div div a {
  width: 45.5%;
}

.business_index section .inner div div a span.glink_b:after {
  right: -20px;
}

.business_index section.second_area {
  margin-top: 100px;
}

.business_index section.third_area,
.business_index section.fourth_area,
.business_index section.seventh_area
 {
  margin-left: 0;
  margin-right: auto;
}

.business_index section.second_area::before {
  background-color: #CC343B;
}

.business_index section.third_area::before {
  background-color: #46C90C;
  left: auto;
  right: 30px;
  transform: rotate(-45deg);
}

.business_index section.fifth_area::before {
  background-color: #EDA928;
  /* left: auto;
  right: 30px;
  transform: rotate(-45deg); */
}

.business_index section.fourth_area::before {
  background-color: #D91AB5;
  left: auto;
  right: 30px;
  transform: rotate(-45deg);
}

.business_index section.sixth_area::before {
  background-color: #4aa7e2;
}

.business_index section.seventh_area::before {
  background-color: #6633cc;
  left: auto;
  right: 30px;
  transform: rotate(-45deg);
}

.business_index section.second_area div ul li strong {
  color: #CC343B;
}

.business_index section.third_area div ul li strong {
  color: #46C90C;
}

.business_index section.fifth_area div ul li strong {
  color: #EDA928;
}

.business_index section.fourth_area div ul li strong {
  color: #D91AB5;
}

.business_index section.sixth_area div ul li strong {
  color: #4aa7e2;
}

.business_index section.seventh_area div ul li strong {
  color: #6633cc;
  line-height: 130%;
}

.business_index section.third_area .inner div ul li {
  margin-right: 30px;
  max-width: 550px;
  width: 50%;
}

.business_index section.fourth_area .inner div ul li {
  margin-right: 30px;
  max-width: 550px;
  width: 50%;
}

.business_index section.seventh_area .inner div ul li {
  margin-right: 30px;
  max-width: 550px;
  width: 50%;
}

.business_index section.fifth_area .inner div ul li {
  display: inline-block;
        vertical-align: top;
        max-width: 400px;
        width: 40%;
}

.business_index section.third_area .inner div ul li:last-of-type {
  max-width: 400px;
  width: 40%;
  margin-right: 0;
}


.business_index section.fourth_area .inner div ul li:last-of-type {
  max-width: 400px;
  width: 40%;
  margin-right: 0;
}

.business_index section.seventh_area .inner div ul li:last-of-type {
  max-width: 400px;
  width: 40%;
  margin-right: 0;
}

.business_index section.fifth_area .inner div ul li:last-of-type {
  max-width: 550px;
        width: 50%;
        margin-left: 30px;
}

.business_index .third_area .inner div div,
.business_index .fourth_area .inner div div,
.business_index .seventh_area .inner div div {
  margin-left: auto;
}

/*retail*/
.retail_index .second_area article div a img {
  margin-bottom: 30px;
}

.retail_index .second_area article div a span {
  margin-bottom: 50px;
}

/*restaurants*/
.restaurants_index section:not(.first_area) article p {
  font-size: 17px;
  text-align: center;
  color: #cc343b;
  margin-bottom: 30px;
  font-weight: bold;
}

.restaurants_index .sixth_area article div a span {
  min-height: 3.2em;
}

.restaurants_index section:not(.first_area) article div a img {
  border: 1px solid #000;
  margin-bottom: 30px;
}

.restaurants_index section:not(.first_area) article div a span {
  margin-bottom: 50px;
}



.retail_index .sixth_area article div a span {
  min-height: 3.2em;
}

.retail_index section:not(.first_area) article div a img {
  border: 1px solid #000;
  margin-bottom: 30px;
}

.retail_index section:not(.first_area) article div a span {
  margin-bottom: 50px;
}



/* =======================================
★POLICY
========================================== */
/* =======================================
★RECRUIT
========================================== */
.recruit_title01 {
  padding: 220px 0;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  background-image: url(../img/recruit_title_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  color: #fff;
}

.recruit_title01::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .3);
  z-index: 1;
}

.recruit_title01 span {
  position: relative;
  z-index: 2;
}

.recruit_index .first_area {
  text-align: center;
  padding: 50px;
}

.recruit_index .first_area .inner strong {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 10px;
  background-color: #b73531;
  margin-bottom: 30px;
  color: #fff;
}

.recruit_index .first_area .inner p {
  font-size: 19px;
  line-height: 1.8;
}

.recruit_index .second_area {
  padding: 50px 0;
  background-color: #dbe7f6;
  text-align: center;
}

.recruit_index .second_area .inner h2 {
  font-weight: bold;
  margin-bottom: 30px;
}

.recruit_index .second_area .inner p.txt_center {
  margin-bottom: 30px;
}

.recruit_index .second_area .inner div img {
  width: 80%;
  margin: auto;
}

.recruit_index .third_area {
  padding: 50px 0;
  text-align: center;
}

.recruit_index .third_area .inner p {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}

.recruit_index .third_area .inner a img {
  width: 80%;
  margin: auto;
}


/* =======================================
★TENANT
========================================== */


.tenant_index .cover {
  font-size: 0;
}

.tenant_index .undercovers b {
  text-align: center;
  font-size: 32px;
  padding: 130px 0;
  color: #fff;
  font-weight: bold;
  background: url(../img/tenant_index_img01.png)no-repeat center center;
  background-size: cover;
  display: block;
}

.tenant_index .first_area {
  padding: 50px 0;
}

.tenant_index .second_area {
  background: #dfebff;
  padding: 50px 0;
}

.tenant_index .second_area ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.tenant_index .second_area li {
  background-color: #fff;
}

.tenant_index .second_area li span {
  position: relative;
}

.tenant_index .second_area li em {
  position: relative;
  right: -17px;
  top: -27px;
  font-size: 50px;
  font-weight: bold;
  font-style: italic;
}

.tenant_index .second_area li strong {
  font-size: 20px;
  font-weight: bold;
  padding: 0 20px;
  margin-top: -20px;
}

.tenant_index .second_area li p {
  padding: 0 20px 20px;
}

.tenant_index .third_area {
  padding: 50px 0;
}

.tenant_index .third_area article {
  max-width: 780px;
}

.tenant_index .third_area article h2 {
  margin-bottom: 30px;
}

.tenant_index .third_area article div ul li img {
  margin-bottom: 20px;
}

.tenant_index .third_area article div ul li p {
  font-size: 18px;
}

.tenant_index .force_area.backami {
  padding: 100px 0;
  background-image: url(../img/tenant_index_bg.png);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.tenant_index .force_area.backami article h2 {
  margin-bottom: 30px;
}

.tenant_index .toi_area {
  padding: 100px 0;
  background-image: url(../img/tenant_index_img08.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.tenant_index .toi_area article {
  width: 900px;
  margin: auto;
  border: 3px solid #33599f;
  background-color: rgba(255, 255, 255, .7);
  padding: 30px;
  text-align: center;
}

.tenant_index .toi_area article div.tolbox h2 {
  margin-bottom: 30px;
}

.tenant_index .toi_area article div.tolbox>p {
  margin-bottom: 30px;
}

.tenant_index .toi_area article div.tolbox div.teltel {
  font-weight: bold;
}

.tenant_index .toi_area article div.tolbox div.teltel span.teltag {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
  color: #fff;
  font-size: 20px;
  background-color: #33599f;
  margin: 0 10px 0 0;
}

.tenant_index .toi_area article div.tolbox div.teltel p {
  display: inline-block;
  vertical-align: middle;
  font-size: 63px;
  color: #33599f;
  line-height: 1;
}

.tenant_index .toi_area article div.tolbox div.teltel+p {
  font-size: 22px;
}

/*privacy*/
.privacy_inner {
  max-width: 720px;
  margin: 0 auto;
  color: #000000;
  line-height: 1.8em;
  font-size: 12px;
}

.privacy_inner h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 5px;
}

.privacy_inner tr span {
  font-weight: bold;
}

/*privacy*/

/* =======================================
★IRODORI
========================================== */
.irodori_index .first_area {
  padding: 200px 0;
  background-image: url(../img/irodori_index_img01.jpg);
  background-position: center;
  background-repeat: repeat;
}

.irodori_index .first_area article {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

.irodori_index .first_area article::before {
  content: '';
  width: 250px;
  height: 200px;
  background-image: url(../img/irodori_index_img04.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -150px;
  left: 0;
}

.irodori_index .first_area article::after {
  content: '';
  width: 270px;
  height: 170px;
  background-image: url(../img/irodori_index_img05.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -150px;
  right: 0;
}

.irodori_index .first_area article h1 {
  width: 320px;
  margin-right: 50px;
}

.irodori_index .first_area article p {
  width: 280px;
}

.irodori_index .second_area article {
  padding: 50px 0;
  text-align: center;
}

.irodori_index .second_area article h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.irodori_index .second_area article p {
  font-size: 16px;
}

.irodori_index .second_area article p span {
  display: block;
  font-size: 11px;
  line-height: 1.6;
  text-align: left;
  margin: 20px auto 0;
  width: 33%;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.irodori_index .second_area article div {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 50px;
}

.irodori_index .second_area article div dl:first-of-type {
  width: 30%;
}

.irodori_index .second_area article div dl dt {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  height: 400px;
  position: relative;
}

.irodori_index .second_area article div dl dt::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 12px;
  border-color: transparent transparent transparent #1d2d5a;
  position: absolute;
  top: -75px;
  bottom: 0;
  right: -60px;
  margin: auto;
}

.irodori_index .second_area article div dl:last-of-type dt:last-of-type::before {
  display: none;
}

.irodori_index .second_area article div dl dt img {
  width: 90%;
  margin: 0 auto 50px;
}

.irodori_index .second_area article div dl dt span {
  font-size: 18px;
  font-weight: bold;
  color: #b73531;
}

.irodori_index .second_area article div dl dd {
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #333;
  clear: both;
}

.irodori_index .second_area article div dl:last-of-type {
  width: 60%;
}

.irodori_index .second_area article div dl:last-of-type dt {
  width: 40%;
  float: left;
}

.irodori_index .second_area article div dl:last-of-type dt:last-of-type {
  float: right;
}

.irodori_index .second_area article div dl:last-of-type dt img {
  width: 90%;
}

.irodori_index .third_area {
  background-color: #dbe7f6;
  padding: 50px 0;
}

.irodori_index .third_area article h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}

.irodori_index .third_area article ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.irodori_index .third_area article ul li {
  width: 31%;
  margin-bottom: 3.5%;
}

.irodori_index .third_area article span {
  display: block;
  font-size: 13px;
  margin-top: -20px;
}

.text_s {
  font-size: 12px;
}

.nolink {
  pointer-events: none;
  cursor: none;
}

@media all and (-ms-high-contrast: none) {
  .megainner {
    width: 900px;
    margin: 0 auto;
    padding: 32px 0;
  }
}

/* tuiki*/

.bunkatu {
  max-width: 1300px;
  margin: 50px auto;
}

.bunkatu:after {
  display: block;
  clear: both;
  content: "";
}

.bunkatu .main_cont {
  width: 65%;
  float: left;
}

.bunkatu .side_nav {
  width: 30%;
  float: right;
}

.news_archive_wrap h2.title0x {
  font-size: 16px;
  margin: 14px 0 0;
}

.news_details .news_archive_wrap h2.title0x {
  margin: 0;
}


.news_archive dl {
  margin: 0 0 5px;
  /* background: #f7f7f7; */
  /* background: #e2edf1; */
}

.pluspan {
  position: absolute;
  right: 0;
}

.news_archive dd a {
  font-size: 14px;
  padding: 7px 20px;
  background: #f9f9f9;
}

.news_archive .plus_wrap span.pl02 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transition: .3s;
}

.news_archive .togg .plus_wrap span.pl02 {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}

.nwkai {
  margin: 30px 0 0 0;
}

.news_archive_wrap {
  width: 100%;
  margin: 0 0 0 0;
}

.title0x {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 10px 10px;
  color: #000;
}

.news_archive_wrap h2.title0x {
  font-size: 16px;
  margin: 0 0 0;
}

.news_details .news_archive_wrap h2.title0x {
  margin: 0;
}


.news_archive dl {
  margin: 0 0 5px;
  /* background: #f7f7f7; */
  /* background: #e2edf1; */
}

.news_archive dt {
  font-size: 16px;
  font-weight: bold;
  padding: 14px 20px;
  position: relative;
  line-height: 100%;
  background: #cc343b;
  color: #fff;
  cursor: pointer;
}

.pluspan {
  position: absolute;
  right: 0;
}

.news_archive dd a {
  font-size: 15px;
  padding: 12px 20px;
  background: #f9f9f9;
  display: block;
}

.news_archive .plus_wrap {
  /* background: #0072be; */
  width: 38px;
  height: 38px;
  text-align: center;
  right: 3px;
  border-radius: 4px;
}

.news_archive .plus_wrap span.pl02 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transition: .3s;
}

.news_archive .togg .plus_wrap span.pl02 {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}



/*ボタン類*/
.plus_wrap {
  position: absolute;
  right: 10px;
  width: 20px;
  content: "";
  display: block;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.plus_wrap span {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  bottom: 0;
  position: absolute;
  margin: 0;
}

.pl02 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

.togg .pl02 {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}

.ctitle {
  font-size: 20px;
  font-weight: bold;
}

.ciday {
  font-size: 14px;
}


/* =======================================
	★ページャー
========================================== */

.pager {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.wp-pagenavi {
  clear: both;
  font-size: 14px;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 2.6;
  border: 1px solid #0072BE;
  transition: ease-out .5s;
  color: #0072BE;
  font-size: 14px;
  margin: 5px;
  vertical-align: top;
  padding: 0px;
  background-color: #fff;
  border-radius: 4px;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #0072BE;
  font-size: 14px;
  vertical-align: top;
  text-decoration: none;
}

.news_wrap a:nth-of-type(1) .newstag {
  display: none;
}

.news_wrap a:nth-of-type(2) .newstag {
  display: none;
}

/* =======================================
	★20191212追記
========================================== */

.iconssicon--apology {
  max-width: 56px;
  display: inline-block;
  margin: 0 0 0px 10px;
}

.news_wrap dl dt {
  float: none;
  width: 100%;
  margin: 0px 0 10px 0;
  padding: 0 0 0 0%;
  max-width: unset;
}

.iconss {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  background: #eee;
  padding: 3px 10px;
  margin: 0px 0 0px 10px;
  position: relative;
  top: -1px;
  display: inline-block;
  border-radius: 3px;
}

.icon--none {
  background: #eee;
  display: none;
}

.icon--rele {
  background: #3F51B5;
}

.icon--camp {
  background: #28772e;
}

.icon--noti {
  background: #2196F3;
}

.icon--newst {
  background: #9C27B0;
}

.icon--menu {
  background: #FF9800;
}

.icon--item {
  background: #FF5722;
}

.icon--apology {
  background: rgba(238, 238, 238, 0);
  padding: 0;
  position: relative;
  top: 2.5px;
}

.newMark {
  /* color: #fff; */
  font-size: 11px;
  font-weight: bold;
  background: #ffffff;
  color: #AF000D;
  border: solid 1px #AF000D;
  padding: 1px 10px;
  margin: 0px 0 0 6px;
  position: relative;
  top: -1px;
  display: inline-block;
  border-radius: 3px;
  box-sizing: border-box;
  line-height: 1.45;
}

/* 210324 add */
.company_contact .txt {
  margin-bottom: 40px;
}

.company_contact .txt li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
}

.company_contact .txt li::before {
  content: "・";
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}

.company_contact .next_contact_btn {
  text-align: center;
  font-size: 14px;
}

.company_contact .next_contact_btn .doui_txt {
  margin-bottom: 15px;
}

.company_contact .next_contact_btn .btn {
  max-width: 340px;
  width: 100%;
  margin: 40px auto;
  padding: 20px;
  background-color: #CC343B;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  box-sizing: border-box;
}

.company_contact .next_contact_btn .btn:hover {
  opacity: 0.8;
}

.company_contact .next_contact_btn .disable {
  background-color: gray;
}

.company_contact .next_contact_btn .disable:hover {
  background-color: gray;
}

.company_contact .attention_box {
  background-color: rgba(199, 19, 49, 0.07);
  padding: 20px;
  margin-bottom: 50px;
}

.company_contact .attention_box .attention_txt {
  padding: 0 10px;
}

/* 210330 */
.megainner ul.line2 li {
  margin-bottom: 2%;
}

.contact p {
  font-size: 28px;
}

/* ブランドサイトバナー設置 */
.flex_wr.img_wrap.txt_center.wid96.m_auto.brandsite a {
  width: 20%;
}

/* テナント出店情報リンクボタン設置 */
.tenantbukken {
  width: 320px;
  font-size: 20px;
  font-weight: bold;
  background: white;
  border: 3px solid #33599f;
  color: #33599f;
  position: relative;
}

.tenantbukken:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-top: 3px solid #33599f;
  border-right: 3px solid #33599f;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  transform: rotate(45deg);
  transition: .3s;
}

.tenantbukken:hover::after {
  border-top: 3px solid #00a3c9;
  border-right: 3px solid #00a3c9;
}

/* 240118 FAQ */
.second_area_innder.border_wrap.faq div {
  margin-bottom: 45px;
}

.second_area_innder.border_wrap.faq div h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  background: #ffffff;
  position: relative;
  padding: 26px 40px 21px 100px;
}

.second_area_innder.border_wrap.faq div p {
  font-size: 16px;
}


/* 240119FAQ　装飾追加 */
.question_box {
  border-bottom: 1px solid #999999;
  margin: 0 0 15px;
}

h3 .question_txt {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  background: #ffffff;
  position: relative;
}

.question_txt::before {
  content: 'Q';
  width: 38px;
  height: 38px;
  font-size: 1.4rem;
  line-height: 39px;
  letter-spacing: 0;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 17px;
  left: 30px;
  background: #CC343B;
  color: #fff;
}

.answer_txt {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding: 20px 40px 21px 100px;
  position: relative;
  margin-bottom: 13px;
}

.answer_txt::before {
  content: 'A';
  width: 38px;
  height: 38px;
  font-size: 20px;
  font-size: 1.4rem;
  line-height: 39px;
  letter-spacing: 0;
  text-align: center;
  border: 2px solid #CC343B;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 30px;
  color: #CC343B;
}

/* 240131 FAQ */
.contact_faq {
  padding: 35px;
  margin: 50px auto;
  background-color: rgba(199, 19, 49, 0.07);
}
.center_txt_faq{
  text-align: center;
}
.contact_faq_btn a {
  display: inline-block;
  vertical-align: bottom;
  min-width: 300px;
  padding: 9px 10px;
  text-align: center;
  background: #C71331;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
}
.contact_faq_btn{
  justify-content: center;
    display: flex;
    margin-top: 1.5%;
}
/* 240614 */
span.image-text {
  position: absolute;
        bottom: 6px;
        right: 12px;
        color: #fff;
        text-shadow: 3px 1px 3px black;
        font-size: 13px;
}
span.image-text2 {
  position: relative;
  bottom: 27px;
  left: 205px;
  color: #fff;
  text-shadow: 3px 1px 3px black;
  font-size: 13px;

}
span.image-text3 {
  position: relative;
  bottom: 27px;
  left: 205px;
  color: #fff;
  text-shadow: 3px 1px 3px black;
  font-size: 13px;

}

span.image-text4 {
  position: relative;
  bottom: 280px;
  left: 242px;
  color: #fff;
  text-shadow: 3px 1px 3px black;
  font-size: 13px;
}
span.image-text5 {
  position: relative;
  bottom: 26px;
  left: 295px;
  color: #fff;
  text-shadow: 3px 1px 3px black;
  font-size: 13px;
}

.organization_list {
  max-width: 770px;
  margin: auto;
}

.organization_list a {
  margin-bottom: 20px;
}


