@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: 45px;
    height: 35px;
}
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
}
.menu-trigger span:nth-of-type(2) {
    top: 16px;
}
.menu-trigger span:nth-of-type(1) {
    top: -1px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(18px) rotate(-45deg);
    transform: translateY(18px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-14px) rotate(45deg);
    transform: translateY(-14px) rotate(45deg);
}
/*spnavi*/

.sph_navi {
    float: right;
    width: 45px;
    margin: 15px 20px 0 0px;
}

/* spnav_menu */
.spnav_menu {
  opacity: 0;
  position: fixed;
    width: 100%;
    height: 100%;
    top: -100%;
    transition: .5s;
      background: #fff;
}
.spnav_menu.active {
    z-index: 4;
    opacity: 1;
    top: 64px;
}
.spnav_menu_inner {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
}

.spnav_menu_inner dl dd b{
  display: block;
  padding: 0 0 0 10px;
  margin: 3% 0;
}

.spnav_menu_inner dl dt a {
    position: relative;
    display: block;
    padding: 0 0 0 10px;
}

.spnav_menu_inner dl {
    border-bottom: solid 1px #eee;
    margin: 0 0 5%;
}

.sToggle dl dd{
  display:none;
}
.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: #dedede;
  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);
}
/* =======================================
★MEGA
========================================== */
.mega {
  bottom: -147px;
  background: #eee;
  width: 980px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.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:last-child {
  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 {
  display: inline-block;
  color: #000;
  position: relative;
  padding: 0px 30px 0 10px;
}
.megainner 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;
  padding-top: 70px;
}
main {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.inner {
    width: 96%;
    margin: 0 auto;
}
.nosp {
  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: 100%;
  padding: 15px 0;
  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: 10% 0 0 0;
  margin-bottom: 10%;
  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: 10% 0 0;
  margin: 0 0 10% 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: fixed;
    width: 100%;
    background: #fff;
    z-index: 5;
    top: 0;
}
.header_inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
.logo {
    max-width: 306px;
    margin: 15px 0 15px 20px;
    z-index: 1;
    width: 50%;
    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 {
    display: none;
}
.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;
}
/* === トグルスイッチ ============================== */
.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.5%;
  margin: 0 5% 5% 0;
}
.top_first_area .ul50>li,.top_first_area .ul50>a {
    width: 100%;
    margin: 0 5% 5% 0;
}
.ul50>li:last-child, .ul50>a:last-child {
  margin: 0 0% 0 0;
}
.ul30>li, .ul30>a {
  float: left;
  width: 47.5%;
  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: 47.5%;
  margin: 0 5% 5% 0;
}
.ul25>li:nth-child(2n), .ul25>a:nth-child(2n) {
  margin: 0 0 5% 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;
    margin: 0;
}

.top_cover h1 {
    max-width: 800px;
    margin: 0 auto;
    padding: 25% 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;
      color: #727171;
      width: 100%;
      margin: 2px 0 3% 0;
}
.news_wrap dl dd {
  float: left;
      color: #000;
      width: 100%;
}
.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_first_area h3{
  font-size: 20px !important;
  font-weight:bold;
}

.top_first_area .ichiran {
    margin: 2% 2% 0 1%;
    width: 100%;
  display: inline-block;
}
.top_second_area {
    background: none;
    background-size: cover;
    padding: 5% 0 5%;
}
.top_second_area .inner>div {
    width: 90%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.4);
    /* padding: 5%; */
}
.top_second_area .inner {
    padding: 0 0 5% 0;
}
.top_third_area div {
  justify-content: center;
  margin-bottom: 50px;
}
.top_third_area .img_wrap a {
    width: 100%;
    margin: 1.2%;
}
.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 center top;
  padding: 30px 0 110px;
}
.top_force_area p {
    width: 90%;
    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
========================================== */
/*access*/
.access .gmapWp {
    width: 100%;
    margin: 0 auto;
    position: static;
    min-height: 150px;
}
.access .gmapWp>iframe {
    width: 100%;
    height: 300px;
    padding: 0;
    margin: 0;
    border-width: 0;
    vertical-align: bottom;
}

.access .btn_yellow {
    color: #000;
    background: #FFEA46;
    width: 30%;
    padding: 15px 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}

.access .tbl01 {
    font-size: 16px;
    width: 100%;
    border: solid 1px #eee;
}

.access .tbl01 th,.access .tbl01 td {
    border: none;
    padding: 5%;
    font-size: 16px;
    display: block;
}

.company_index .second_area .title03 {
  font-size: 26px;
  margin-bottom: 5%;
}
.company_index .second_area .title04 {
  font-size: 24px;
  border-bottom: solid 1px #eee;
  padding-bottom: 10px;
}
.company_index .cyo01 {
  margin-bottom: 50px;
}
.company_index .cyo02 {
  width: 95%;
}
.company_index .cyo02 li {
  width: 100%;
  float: none;
  margin: 0 auto 10%;
}
.company_index .cyo02 li dd {
  border-bottom: solid 1px #eee;
  text-align: center;
  width: 80%;
  margin: 20px auto;
  padding: 0 0 10px 0;
}
.company_index .second_area {
  background: #F7F7F7;
  padding: 10% 5%;
}
.company_index .border_wrap>dl {
  width: 90%;
  margin: auto;
}
.company_index .border_wrap>dl>dt {
  width: 100%;
  padding: 10px 20px;
  background-color: #F7F7F7;
  box-sizing: border-box;
}
.company_index .border_wrap>dl>dd {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.company_index .cyo03 ul {
}
.company_index .cyo03 ul li {
  width: 100%;
  margin: 0 0 5%;
}
.company_index .cyo03 dl {
}
.company_index .cyo03 dl dd {
  width: 34%;
  padding: 5px 0;
  display: inline-block;
  vertical-align: top;
}
.company_index .cyo03 dl dd:before {
  content: "・・・";
}
.company_index .cyo03 dl dt {
  width: 64%;
  padding: 5px 0;
  display: inline-block;
  vertical-align: top;
}
.company_index .three_area {
  padding: 0 5%;
}
.company_index .three_area>article>p {
  padding: 10% 0 5%;
}
.company_index .force_area {
  padding: 10% 5%;
  background-color: #f7f7f7;
  text-align: center;
  margin: 10% 0;
}
.company_index .force_area .title02_u {
  padding: 10px 0 10px;
  margin: 0 0 5%;
  background: none;
  font-size: 20px;
}
.company_index .force_area .title02_u + p {
  margin-bottom: 5%;
}
.company_index .force_area a {
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 5%;
}
.company_index .force_area + div {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0 5%;
}
.company_index .force_area + div a {
  width: 35%;
  margin: 0 1%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
/*history*/
.history .second_area {
  background: #F7F5F0;
  padding: 70px 0;
}
.history .second_area {
  background: #F7F5F0;
}
.history .second_area_innder {
  width: 90%;
  margin: 40px auto 40px;
  padding: 40px 0 40px 0;
}

.history .border_wrap>dl {
  width: 100%;
}
.history .border_wrap>dl>dt {
  padding: 10px 20px;
  background-color: #fff;
}
.history .border_wrap>dl>dd {
  padding: 20px;
}
.history .back_f1 + div {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0 5%;
}
.history .back_f1 + div a {
  width: 35%;
  margin: 0 1%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
/*organization*/
.organization_index section {
  padding: 0 5%;
}
.organization_index .first_area p {
  margin-bottom: 5%;
}
.organization_index .second_area>article>div:last-of-type,
.organization_index .second_area .title02_u + div {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.organization_index .second_area>article>div:last-of-type>a,
.organization_index .second_area .title02_u + div>a {
  width: 31%;
  margin: 0 1% 1% 0;
  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;
  font-size: 14px;
}
.organization_index .gbox_wrap {
  margin: auto;
}
.organization_index .gbox_wrap .gbox {
  padding: 10% 0;
  margin-bottom: 10%;
  position: relative;
}
.organization_index .gbox_wrap .gbox::before {
  content: '';
  width: 200%;
  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: 5%;
  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: 100%;
  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;
}

.onebox {
  clear: both;
}
.onebox h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.onebox p {
  margin-bottom: 5%;
}
.onebox dl {
  margin-bottom: 10%;
  width: 100%;
}
.onebox dl::after {
  content: '';
  clear: both;
  display: block;
}
.onebox dl dd {
  width: 100%;
  margin-bottom: 5%;
  position: relative;
}
.onebox dl dd img {
  width: 100%;
}
.onebox dl dt {
  width: 100%;
  text-align: justify;
}
/* =======================================
★BUSINESS
========================================== */
.business_index section:not(.first_area) {
  margin-bottom: 10%;
  background-color: #F7F7F7;
  padding: 5%;
  position: relative;
  width: 90%;
}
.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: 5%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.business_index section .inner div ul li {
  width: 100%;
}
.business_index section .inner div ul li:first-of-type {
  order: 2;
}
.business_index section .inner div ul li:last-of-type {
  order: 1;
  margin-bottom: 10%;
}
.business_index section.third_area .inner div ul li:first-of-type {
  order: 1;
  margin-bottom: 10%;
}
.business_index section.fifth_area .inner div ul li:first-of-type {
	order: 2;
}
.business_index section.third_area .inner div ul li:last-of-type {
  order: 1;
	margin-bottom: 10%;
}
.business_index section.fourth_area .inner div ul li:last-of-type {
	order: 2;
}
.business_index section.fifth_area .inner div ul li:last-of-type {
	order: 1;
	margin-bottom: 10%;
}
.business_index section.seventh_area .inner div ul li:first-of-type {
  order: 1;
  margin-bottom: 10%;
}
.business_index section.seventh_area .inner div ul li:last-of-type {
	order: 2;
}
.business_index section .inner div ul li strong {
  font-size: 36px;
  margin-bottom: 10%;
}
.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: 100%;
}
.business_index section .inner div div .btn_yellow {
  margin: 0 auto 3%;
}
.business_index section .inner div div a span.glink_b:after {
  right: -20px;
}
.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;
}
.business_index section.fourth_area::before {
  background-color: #D91AB5;
  left: auto;
  right: 30px;
  transform: rotate(-45deg);
}

.business_index section.seventh_area::before {
  background-color: #6633cc;
  left: auto;
  right: 30px;
  transform: rotate(-45deg);
}
.business_index section.sixth_area::before {
  background-color: #4aa7e2;
}
.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;
}
.business_index .third_area .inner div div {
  margin-left: auto;
}
/*retail*/
.retail_index .second_area {
  padding: 0 5%;
}
.retail_index .second_area article div a img {
  margin-bottom: 5%;
}
.retail_index .second_area article div a span {
  margin-bottom: 5%;
}
/*restaurants*/
.restaurants_index section:not(.first_area) {
  padding: 0 5%;
}
.restaurants_index section:not(.first_area) article p {
  font-size: 17px !important;
  text-align: center;
  color: #cc343b;
  margin-bottom: 5%;
  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: 5%;
}
.restaurants_index section:not(.first_area) article div a span {
  margin-bottom: 5%;
}

.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: 5%;
}
.retail_index section:not(.first_area) article div a span {
  margin-bottom: 5%;
}



/* =======================================
★POLICY
========================================== */
/* =======================================
★RECRUIT
========================================== */
.recruit_title01 {
  padding: 20% 0;
  text-align: center;
  font-size: 30px;
  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: 10% 5%;
}
.recruit_index .first_area .inner strong {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 10px;
  background-color: #b73531;
  margin-bottom: 5%;
  color: #fff;
}
.recruit_index .first_area .inner p {
  line-height: 1.8;
}
.recruit_index .second_area {
  padding: 10% 5%;
  background-color: #dbe7f6;
  text-align: center;
}
.recruit_index .second_area .inner h2 {
  font-weight: bold;
  margin-bottom: 5%;
}
.recruit_index .second_area .inner p.txt_center {
  margin-bottom: 5%;
}
.recruit_index .second_area .inner div img {
  width: 100%;
  margin: auto;
}
.recruit_index .third_area {
  padding: 10% 5%;
  text-align: center;
}
.recruit_index .third_area .inner p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5%;
}
.recruit_index .third_area .inner a img {
  width: 100%;
  margin: auto;
}


/* =======================================
★TENANT
========================================== */
.tenant_index .undercovers h1 {
  color: #fff;
  font-size: 26px;
  text-align: center;
  padding: 10% 0;
}
.tenant_index .undercovers b{
  text-align: center;
  font-size: 32px;
  padding: 20% 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: 10% 5%;
}
.tenant_index .second_area{
  background: #dfebff;
  padding: 10% 5%;
}
.tenant_index .second_area li {
  background-color: #fff;
  width: 100%;
}
.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: 10% 5%;
}
.tenant_index .third_area article {
}
.tenant_index .third_area article h2 {
  margin-bottom: 5%;
}
.tenant_index .third_area article div ul li img {
  margin-bottom: 5%;
}
.tenant_index .third_area article div ul li p {
  font-size: 18px;
}
.tenant_index .force_area.backami {
  padding: 10% 5%;
  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: 5%;
}
.tenant_index .force_area.backami article img {
  width: 50%;
}
.tenant_index .toi_area {
  padding: 10% 5%;
  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: 90%;
  margin: auto;
  border: 3px solid #33599f;
  background-color: rgba(255,255,255,.7);
  padding: 5%;
  text-align: center;
}
.tenant_index .toi_area article div.tolbox h2 {
  margin-bottom: 5%;
}
.tenant_index .toi_area article div.tolbox>p {
  margin-bottom: 5%;
}
.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: 4vw;
  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: 10vw;
  color: #33599f;
  line-height: 1;
}
.tenant_index .toi_area article div.tolbox div.teltel + p {
  font-size: 22px;
}

/*privacy*/
.privacy_inner {
  width: 90%;
  margin: 0 auto;
  color: #000000;
  line-height: 1.8em;
  font-size: 12px;
}
.privacy_inner ul {
  padding-left: 5%;
}
.privacy_inner table {
  width: 100% !important;
}
.privacy_inner h2 {
  font-size:18px;
  font-weight: bold;
  margin:10% 0 3%;
}
.privacy_inner tr span {
  font-weight: bold;
}
/*privacy*/

/* =======================================
★IRODORI
========================================== */
.irodori_index .first_area {
  padding: 35% 5%;
  background-image: url(../img/irodori_index_img01.jpg);
  background-position: center;
  background-repeat: repeat;
  position: relative;
}
.irodori_index .first_area article {
}
.irodori_index .first_area article::before {
  content: '';
  width: 50%;
  height: 200px;
  background-image: url(../img/irodori_index_img04.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 3%;
  left: 3%;
}
.irodori_index .first_area article::after {
  content: '';
  width: 50%;
  height: 170px;
  background-image: url(../img/irodori_index_img05.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 3%;
  right: 3%;
}
.irodori_index .first_area article h1 {
  width: 80%;
  margin: 0 auto 10%;
}
.irodori_index .first_area article p {
  width: 80%;
  margin: auto;
}
.irodori_index .second_area article {
  padding: 10% 5%;
  text-align: center;
  width: 90%;
}
.irodori_index .second_area article h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.irodori_index .second_area article p {
  font-size: 16px;
  text-align: left;
}
.irodori_index .second_area article p br {
  display: none;
}
.irodori_index .second_area article p span {
  display: block;
  font-size: 11px;
  line-height: 1.6;
  text-align: left;
  margin: 20px auto 0;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.irodori_index .second_area article div {
  padding-top: 10%;
}
.irodori_index .second_area article div dl {
  width: 100%;
}
.irodori_index .second_area article div dl dt {
  margin-bottom: 20px;
  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: -20%;
  bottom: 0;
  right: -30%;
  margin: auto;
}
.irodori_index .second_area article div dl:first-of-type {
  margin-bottom: 10%;
}
.irodori_index .second_area article div dl:first-of-type dt::before {
  top: auto;
  bottom: -130px;
  left: 20%;
  right: auto;
  transform: rotate(90deg);
}
.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: 60%;
  margin: 0 auto 5%;
}
.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 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: 10% 5%;
}
.irodori_index .third_area article h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5%;
  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: 48%;
  margin-bottom: 4%;
}
.irodori_index .third_area article span {
  display: block;
  font-size: 13px;
  margin-top: -3%;
}

/* tuiki*/

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

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

.bunkatu .main_cont{
    width: 100%;
    /* float: left; */
}
.bunkatu .side_nav{
  width: 100%;
  /* 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;
}


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

/**news　new対応*/
.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 .title03 {
  padding: 0;
  line-height: 160%;
}
.company_contact .txt {
  margin-bottom: 40px;
}
.company_contact .txt li {
  position: relative;
  margin-bottom: 10px;
}

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

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

.company_contact .next_contact_btn .doui_txt {
  margin-bottom: 35px;
  font-size: 16px;
}


.company_contact .next_contact_btn .btn {
  max-width: 300px;
  width: 100%;
  margin: 10% auto 15%;
  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;
}
.contact p {
  font-size: 20px;
}
.brandsite a{
  width: 47% !important;
}

/* テナント出店情報リンクボタン設置 */
.tenantbukken{
  font-size: 17px;
  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;
}

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

.second_area_innder.border_wrap.faq div h3 {
  font-size: 15px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  background: #ffffff;
  position: relative;
  padding: 18px 40px 17px 75px;
}

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

h3 .question_txt {
  font-size: 1.6rem;
  padding: 20px 16px 21px 64px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  background: #ffffff;
  position: relative;

}

.question_txt::before {
  content: 'Q';
  width: 36px;
  height: 36px;
  font-size: 20px;
  font-size: 1.6rem;
  line-height: 37px;
  letter-spacing: 0;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 15px;
  background: #CC343B;
  color: #fff;
}

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

.answer_txt::before {
  content: 'A';
  width: 36px;
  height: 36px;
  font-size: 20px;
  font-size: 1.4rem;
  line-height: 35px;
  letter-spacing: 0;
  text-align: center;
  border: 2px solid #CC343B;
  border-radius: 50%;
  position: absolute;
  top: 21px;
  left: 14px;
  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: 230px;
  padding: 9px 10px;
  text-align: center;
  background: #C71331;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
}
.contact_faq_btn{
  justify-content: center;
    display: flex;
    margin-top: 2%;
}
/* 240614 */
span.image-text {
  position: absolute;
        bottom: 4px;
        right: 10px;
        color: #fff;
        text-shadow: 3px 1px 3px black;
        font-size: 13px;
}
span.image-text2 {
  position: relative;
  bottom: 28px;
  left: 172px;
  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: 69vw;
        left: 54vw;
        color: #fff;
        text-shadow: 3px 1px 3px black;
        font-size: 3.5vw;
}
span.image-text5 {
  position: relative;
  bottom: 26px;
  left: 271px;
  color: #fff;
  text-shadow: 3px 1px 3px black;
  font-size: 13px;
}

.organization_index .gbox_wrap#pro_link .gbox strong span {
  display: block;
}
