@charset "shift_jis";

/* CSS Document */

/* ----------------------------------------------------
　body この記述は消さないでください！
  背景の色替えなどが必要な時に修正
---------------------------------------------------- */

body {
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  text-align: left;
  background: #FFFFFF;
  margin: 35px 0px 0px 0px;
  padding: 0;
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* ----------------------------------------------------
　header 固定 この記述は消さないでください！
  PCヘッダー固定用。色変更したいときはnew_headerのバックグラウンドを変更
---------------------------------------------------- */

h1 {
  color: #fff;
  font-size: 11px;
  text-align: left;
  width: 44%;
  line-height: 35px;
  padding-left: 10px;
  float: left;
  position: fixed;
  top: 0;
  z-index: 150;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.new_header {
  background-color: #20A8FC;
  width: 100%;
  height: 35px;
  position: fixed;
  top: 0;
  z-index: 100;
}

.new_header_inner {
  width: 1200px;
  margin: 0 auto;
  overflow: auto;
}

.new_header_icon {
  float: left;
  margin: 8px 0 0 0;
}

.new_header_menu {
  float: right;
  margin-top: 6px;
}

.new_header_menu ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.new_header_menu li {
  list-style-type: none;
  float: left;
  padding: 0;
  margin-right: 6px;
}

.new_h_reserv {
  background-color: #fff;
  border-radius: 3px;
}

.new_h_reserv a {
  color: #042455 !important;
  text-align: center;
}

.new_header_menu a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 3px 10px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  letter-spacing: 1px;
}

.new_header_menu a img {
  float: left;
  margin: 0px 10px 0px 0px;
}

.new_header_icon:hover,
.new_header_menu li:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.new_header_menu li i {
  margin-right: 5px;
}

/*-------------------------------------------------------------------
学区表示非表示設定
学区非表示にする場合は下記cssのコメントアウトをはずしてください
-------------------------------------------------------------------*/
/*
.sho_school , .sho_school_text , sesrch_school{
    display: none;
}
*\

/*-------------------------------------------------------------------
  ここから下を全削除後、各サイトの共通テンプレート
  ヘッダーフッターサイドバーなどで使用するcssを記載してください
  サイドバーのcssをそのまま使いたいとかであればうまく利用してください。
-------------------------------------------------------------------*/

/*基本部分*/

h1 {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  text-decoration: none;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  padding-top: 8px;
  width: 40% !important;
}


.wrap_waku {
  width: 1100px;
  margin: 0 auto;
  background-color: #FFF;
}

/*上部メニュー*/

#menu-n {
  width: 1000px;
  margin: 0 auto;
}

#menu-n ul,
#menu-n li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu-n ul {}

#menu-n li {
  width: 111px;
  height: 27px;
  float: left;
  background-image: url('/img/menu.jpg');
  margin-right: 0px;
}

#menu-n a,
#menu-n a:link,
#menu-n a:visited {
  padding-top: 5px;
  text-decoration: none;
  color: #FFFFFF;
  background-color: transparent;
  text-align: center;
  width: 111px;
  height: 27px;
  display: block;
  font-size: 13px;
  FONT-WEIGHT: bold;
}

#menu-n a:hover {
  color: #FFFFFF;
  background-color: #B9722B;
  background-image: url('/img/menu2.jpg');
  padding-top: 3px;
  font-size: 13px;
  FONT-WEIGHT: bold;
}



.tok1 {
  font-size: 16px;
  line-height: 20px;
  color: #FF0066;
  font-weight: bold;
}

.bg_gray {
  background-color: #F0F0F0;
}


/*navi*/
.h_nav {
  width: 100%;
  background: #20A8FC;
  /*★メニュー背景色*/
}

.h_nav ul {
  width: 1000px;
  height: 38px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  border-right: 1px solid #777777;
}

.h_nav ul li {
  float: left;
  width: 125px;
  /*★メニュー項目横幅（項目数により変更）*/
  font-weight: bold;
  border-left: 1px solid #777777;
  text-align: center;
}

.h_nav ul li:first-child {
  width: 110px !important;
  /*★1番目の項目横幅（項目数により調節）*/
}

.h_nav ul li:first-child a {
  font-size: 11px;
}

.h_nav ul li span {
  display: block;
  color: #FFF;
  /*★メニュー文字色*/
  font-size: 10px;
  font-weight: normal;
  line-height: 15px;
}

.h_nav ul li a {
  display: block;
  color: #FFFFFF;
  font-size: 13px;
  padding: 10px 0;
  text-decoration: none;
}

.h_nav ul li a:hover {
  color: #FFBE00;
  /*★メニューhover文字色*/
  /*background:#021735; ★メニューhover背景色*/
}



/* drop down */
.drop {
  position: relative;
}


ul.child {
  display: none;
  top: 15px;
  left: -165px;
  margin: 0;
  padding: 0;
  z-index: 9999;
  height: auto;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6EEF7FF, endColorstr=#E6EEF7FF);
  background: rgba(238, 247, 255, 0.95);
  overflow: hidden;
  position: absolute;
}

ul.child_eki {
  width: 414px !important;
  height: 300px !important;
  margin: 23px 0px 0px 165px !important;
  border-right: 0px !important;
  text-align: center;
}

ul.child_tenpo {
  width: 280px;
}

ul.child li {
  width: 145px !important;
  line-height: 18px;
  text-indent: 0px;
  font-size: 12px;
  padding: 10px 0 !important;
  ;
  border: 0px !important;
  background-image: none !important;
}

ul.child li a {
  display: block;
  /*text-indent: 10px;*/
  background-image: none;
  color: #333333;
}

ul.child li a:hover {
  background-image: none;
  text-decoration: underline;
}

ul.child_tenpo li a {
  border-top: 1px solid #FFFFFF;
  padding: 5px 0;
}

ul.child_eki li a:hover {
  color: #FF8800;
}

ul.child_tenpo li a:hover {
  color: #333333;
  background: rgba(197, 218, 236, 0.95);
}

.h_menu_kodawari {
  margin-top: 30px;
}

.h_menu_kodawari a {
  color: #FF8800 !important;
  font-weight: bold;
}

.h_topmenu {
  position: absolute;
  width: 340px;
  top: 10px;
  right: 0px;
}

.h_topmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  border-right: 1px solid #CCCCCC;
}

.h_topmenu ul li {
  float: left;
  line-height: 20px;
  text-align: left;
  border-left: 1px solid #CCCCCC;
}

li.h_topmenu01 {
  background: url(/img/h_inq_icon.png) 8px 50% no-repeat;
}

li.h_topmenu02 {
  background: url(/img/h_fav_icon.png) 8px 50% no-repeat;
}

li.h_topmenu03 {
  background: url(/img/h_foot_icon.png) 8px 50% no-repeat;
}

.h_topmenu ul li a {
  display: block;
  padding: 0 15px 0 37px;
}

.h_drank {
  position: absolute;
  top: 40px;
  right: 0px;
  width: 246px;
}

/*新フッター*/
.f_nav03 {
  width: 1100px;
  background-color: white !important;
  height: auto !important;
}

.f_nav03 .f_company {
  width: 1000px;
  margin: 0px auto;
  padding: 25px 0 15px 0;
  text-align: left;
  overflow: hidden;
}

.f_nav03 .f_logo {
  float: left;
  width: 350px;
}

.f_nav03 .f_info {
  float: right;
  width: 600px;
}

.f_nav03 .f_tel,
.f_nav03 .f_tenpo {
  margin-right: 5px;
}

.f_nav03 .f_tel,
.f_nav03 .f_tenpo,
.f_nav03 .f_inq {
  float: left;
}

.f_nav03 .f_infodetail {
  clear: both;
}

.f_nav03 .f_infodetail ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}

.f_nav03 .f_infodetail ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-indent: 10px;
  background: url(/tool/sample/footer/img/list_icon.png) left 50% no-repeat;
  /*★店舗情報項目のアイコン画像*/
}

.f_nav03 .f_infodetail ul li:first-child {
  width: 200px;
  float: left;
}

.f_nav03 .f_search_wrap {
  width: 1000px;
  padding: 0px;
  margin: auto;
}

.f_search_wrap {
  background-image: url(/img/f_search_wrap.jpg);
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  left: 0;
}

.f_nav03 .f_search_inner {
  width: 410px;
  height: 299px;
  margin: 0px auto;
  padding-top: 55px;
  padding-left: 100px;
  overflow: hidden;
}

.f_search_inner {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.f_nav03 .f_search {
  float: left;
  padding-top: 20px;
  margin-right: 15px;
}

.f_nav03 .f_search_ti {
  /*★検索タイトル文字指定*/
  color: #f7f7f7;
  background-color: #20A8FC;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.f_nav03 .f_search ul {
  width: 120px;
  margin: 0;
  padding: 0;
  line-height: 25px;
  float: left;
  list-style: none;
}

.f_nav03 .f_search ul li {
  text-align: left;
  margin: 0px;
  text-indent: 15px;
}

.f_nav03 .f_search ul li a {
  text-indent: 10px;
  text-decoration: none;
  background: url(/tool/sample/footer/img/list_icon2.png) left 50% no-repeat;
  /*★項目リストのアイコン画像*/
}

.f_nav03 .f_search ul li a:visited {
  color: #0033FF;
}

.f_nav03 .f_search ul li a:hover {
  color: #FF6600;
  /*★項目リストのhover文字色*/
  text-decoration: underline;
  background: url(/tool/sample/footer/img/list_icon2_on.png) left 50% no-repeat;
  /*★項目リストのhoverアイコン画像*/
}

.f_nav03 .f_qr {
  float: right;
}

.f_nav03 .f_copyright {
  font-size: 11px;
  text-align: center;
  line-height: 25px;
  background: #20A8FC;
  /*★コピーライト背景色*/
}

/*1010追加リンク*/

div.buy_link {
  color: #20A8FC;
  font-size: 10px;
  line-height: 14px;
  position: absolute;
  top: 275;
  left: 795;
  z-index: 9999;
  text-align: center;
  background: #FFF;
  padding: 5px;
  border-radius: 5px;
  opacity: 0.9;
}

div.buy_link a {
  font-size: 12px;
  color: #20A8FC;
}

/*20160803 サイド画像追加*/
#sidecontents {
  display: none !important;
  position: fixed;
  top: 116px;
  right: 0;
  margin-left: 475px;
  display: inline-block;
  z-index: 150;
  background-color: #FFF;
  box-shadow: 3px 3px 5px 0px rgba(51, 51, 51, 0.5);
  transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
}

#sidecontents p {
  margin: 0;
  padding: 0;
}

/* 20160810notfoundページ強化 */
.li_notfound {
  width: 710px;
  height: 800px;
  background: url(../img/li_notfound_bg.jpg) no-repeat;
  position: relative;
  clear: both;
  float: right;
  margin-bottom: 40px;
}

.li_notfound a {
  width: 170px;
  height: 170px;
  display: block;
  text-indent: -9999px;
}

.li_notfound .inq01 {
  position: absolute;
  bottom: -10px;
  left: 15px;
}

.li_notfound .inq01 a {
  background: url(../img/notfound_btn01_off.png) no-repeat;
}

.li_notfound .inq01 a:hover {
  background: url(../img/notfound_btn01_on.png) no-repeat;
}

.li_notfound .inq02 {
  position: absolute;
  bottom: -10px;
  right: 15px;
}

.li_notfound .inq02 a {
  background: url(../img/notfound_btn02_off.png) no-repeat;
}

.li_notfound .inq02 a:hover {
  background: url(../img/notfound_btn02_on.png) no-repeat;
}


/* 詳細ページリンク start 20160902追加*/

.sho_koumoku a {
  font-weight: bold;
  padding-left: 10px;
  color: #0000FF;
  text-decoration: underline !important;
}

.sho_koumoku a:hover {
  color: #666;
}


.sho_title {
  padding: 5px;
  margin: 5px;
  background: #ECF2F2;
  border-left: 5px solid #609F9F;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.sho_title h3 {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.sho_title div {
  font-weight: bold;
  color: OrangeRed;
  font-size: 20px;
  line-height: 34px;
  text-align: left;
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.sho_title span {
  font-size: 10px;
}

/* 詳細ページリンク end*/

/*-------------------------------- 物件詳細closed start----------------------------------*/
.dear_enptyroom {
  margin: 10px auto;
  overflow: hidden;
}

.dear_enptyroom iframe {
  width: 100%;
  border: none;
  background: #ffffff;
}

/*ADD 20160808KANEKO*/



.shosai_btn {
  width: 96%;
  padding: 10px 2%;
  background: #F5F5F5;
}

.shosai_btn p {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  margin: 0 0 5px 0;
}

.shosai_inq form {
  margin: 0;
}

.shosai_inq .shosai_inq_a,
.shosai_tel .shosai_tel_a {
  margin: 0 auto 5px;
  width: 90%;
  height: 50px;
  color: #fff;
  display: block;
  letter-spacing: 1px;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  font-family: "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-size: 17px;
  letter-spacing: 1px;
}

.shosai_inq .shosai_inq_a {
  background: #FF7505;
  box-shadow: 0 5px #EC6C00;
  line-height: 50px;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
}

.shosai_tel .shosai_tel_a {
  background: #007FBD;
  box-shadow: 0 5px #006CA3;
  line-height: 50px;
  font-weight: bold;
  text-decoration: none;
}

.shosai_btn-s {
  width: 96%;
  padding: 10px 2%;
  background: #F5F5F5;
  overflow: hidden;
}

.shosai_btn-s p {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 5px 0;
  clear: both;
}

.shosai_btn-s p span {
  font-size: 12px;
}


.shosai_btn-s .shosai_inq {
  float: left;
  width: 65%;
}

.shosai_btn-s .shosai_tel {
  float: right;
  width: 33%;
}

.shosai_btn-s .shosai_inq input,
.shosai_btn-s .shosai_tel .shosai_tel_a {
  width: 100%;
}

/*-------------------------------- 物件詳細closed end----------------------------------*/


/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width:641px) {

  /* スタッフ紹介 */
  .pc_off {
    display: none;
  }

  .br-pc {
    display: none;
  }

  .staff {
    width: 900px;
    margin: 30px auto;
    overflow: hidden;
    text-align: left;
  }

  .staff h2 {
    background: url(../img/tokusen_bar3.jpg);
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    padding: 3% 0;
    text-align: left;
    text-indent: 70px;
  }

  .staff ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .staff ul li {
    margin-bottom: 5px;
  }

  .staff ul li.comment_bg {
    border: 1px solid #999999;
    margin: 0 auto;
  }

  .staff ul li.comment_bg p {
    background: #eeeeee;
    margin: 5px;
    padding: 5px;
    line-height: 20px;
  }

  .staff ul li p {
    margin: 0;
    padding-left: 5px;
    padding-top: 5px;
    line-height: 15px;
  }

  .staff .ttl {
    background-color: #F2F2F2;
    overflow: hidden;
    padding: 10px 0;
    margin-bottom: 5px;
  }

  .staff .ttl p {
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 22px;
    line-height: 30px;
    text-indent: 10px;
  }

  .staff .ttl span {
    width: 85px;
    float: left;
    text-align: center;
    margin: 0 10px;
    padding: 5px 0;
    background-color: #CCC;
    /*丸アイコンの色指定*/
    color: #FFF;
    border-radius: 10px;
    font-size: 12px !important;
  }

  .staff .inner {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    padding: 20px;
  }

  .staff .inner .pic {
    float: left;
    width: auto;
    margin: 0;
  }

  .staff .inner .pic span {
    display: block;
  }

  .staff .inner img {
    max-width: 235px;
    /*イメージ幅指定*/
    vertical-align: bottom;
    padding: 0 2%;
  }

  .staff .inner .txt {
    width: 500px;
    float: left;
    text-align: left;
    margin: 0 15px;
  }

  .staff .inner .txt .pic2 {}

  .staff2 .inner .pic2 {
    float: left;
  }

  .staff2 .inner .txt ul li {
    margin: 5px 0;
    padding: 0;
  }

  .staff2 .inner .txt ul li:first-child {
    margin: 0 !important;
  }

  .staff2 .inner .txt p.ttl {
    /*枠内タイトルの指定*/
    margin: 0 0 7px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #333;
    text-indent: 10px;
  }

  .staff2 .inner .txt p.txt1 {
    margin: 0 0 7px;
    padding: 0 0 7px;
    border-bottom: 1px solid #cccccc;
    font-weight: bold;
    text-align: right;
  }

  .staff2 .inner .txt p.txt2 {
    text-align: left;
    font-size: 13px;
    line-height: 22px;
  }

  .staff2 {
    width: 720px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
  }

  .staff2 ul {
    float: left;
    margin: 0px;
    padding: 0px;
  }

  .staff2 ul li {
    float: left;
    overflow: hidden;
    list-style: none;
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 0;
  }

  .staff2 .con_list_l {
    float: left;
  }

  .staff2 .con_list_l img {
    max-width: 120px;
    /*イメージ幅指定*/
    padding: 1px;
  }

  .staff2 .con_list_r {
    width: 270px;
    height: 60px;
    background: url("../staff/img/fukidasi.jpg") no-repeat;
    margin-left: 10px;
    text-align: left;
    float: left;
  }

  .staff2 .con_list_r .link {
    background: url(../img/list_icon.png) no-repeat;
    /*アイコン画像指定*/
    background-position: 5px;
    text-indent: 18px;
    line-height: 15px;
    margin-bottom: 8px;
  }

  .staff2 .con_list_r .link p {
    margin: 0;
    padding: 0;
  }

  .staff2 .con_list_r .link p a {
    color: #333 !important;
    font-size: 14px;
    text-align: left;
  }

  .staff2 .con_list_r .link p a:hover {
    text-decoration: none;
  }

  .staff2 .s_con_txt {}

  .staff2 .s_con_txt p {
    padding: 7px 15px;
    margin: 0;
    line-height: 15px;
  }

  .staff2 .s_con_txt span {
    margin-top: 5px;
    font-size: 12px;
    line-height: 15px;
  }
}

/*★消さない*/

/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px) {
  .sp_off {
    display: none;
  }

  img {
    max-width: 100%;
    height: auto;
    width
    /***/
    : auto;
  }

  .container {
    width: 100%;
  }

  .wrap_waku {
    width: 100%;
    margin: 0 auto;
    background-color: #FFF;
  }

  .staff {
    width: 100%;
    background: #FFF;
  }

  .staff h2 {
    font-size: 18px;
    width: 100%;
    line-height: 30px;
    font-weight: bold;
    margin: 0 auto 10px;
    padding: 10px 0;
    text-align: left;
    text-indent: 20px;
    background: #F2F2F2;
    border-top: 3px double #CCC;
    border-bottom: 1px solid #CCC;
  }

  .staff ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .staff ul li {
    text-align: left;
    margin: 3% 0;
    line-height: 12px;
  }

  .staff ul li.comment_bg {
    border: 1px solid #999999;
    margin: 0 auto;
  }

  .staff ul li.comment_bg p {
    background: #eeeeee;
    margin: 5px;
    padding: 5px;
    line-height: 20px;
  }

  .staff ul li p.koumoku_bg {
    background-color: #D0E8FF;
    margin: 0;
    padding: 2%;
  }

  .staff .ttl {
    background-color: #F2F2F2;
    /*丸アイコンの色指定*/
    overflow: hidden;
    padding: 10px 0;
    margin-bottom: 5px;
  }

  .staff .ttl p {
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 22px;
    line-height: 30px;
    text-indent: 10px;
  }

  .staff .ttl span {
    width: 85px;
    float: left;
    text-align: center;
    margin: 0 10px;
    padding: 5px 0;
    background-color: #000;
    color: #FFF;
    border-radius: 10px;
    font-size: 12px !important;
  }

  .staff .inner {
    overflow: hidden;
    margin: 0;
    padding: 0 1%;
  }

  .staff .inner .pic {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-position: 50% 50%;
    background-size: 100%;
  }

  .staff .inner .txt {
    width: 97% !important;
    padding: 2% 0;
    margin: 0 auto !important;
  }

  .staff .inner .pic2 {
    margin: 2% 0;
  }

  .staff .inner .pic span {
    display: block;
  }

  .staff .inner img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .staff .inner .right {}

  .staff .inner .right p.ttl {
    /*枠内タイトルの指定*/
    margin: 0 0 7px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #042455;
  }

  .staff .inner .right p.txt1 {
    margin: 0 0 7px;
    padding: 0 0 7px;
    border-bottom: 1px solid #cccccc;
    font-weight: bold;
    text-align: right;
  }

  .staff .inner .right p.txt2 {
    text-align: left;
    font-size: 13px;
    line-height: 22px;
  }

  .staff2 {
    width: 100%;
    clear: both;
    margin: 0px auto !important;
    padding: 2%;
  }

  .staff2 ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }

  .staff2 ul li {
    width: 100%;
    overflow: hidden;
    list-style: none;
    margin-bottom: 1%;
    padding: 0;
  }

  .staff2 .con_list_l {
    float: left;
    margin-right: 2%;
  }

  .staff2 .con_list_l img {
    max-width: 120px;
    padding: 1px;
  }

  .staff2 .con_list_r {
    width: 75%;
    float: left;
    text-align: left;
    border: 2px solid #0A0AFF;
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
  }

  .staff2 .con_list_r .link {
    background: url(../img/list_icon.png) no-repeat;
    background-position: 5px;
    text-indent: 18px;
    line-height: 15px;
    margin-bottom: 1%;
  }

  .staff2 .con_list_r .link p {
    margin: 0;
    padding: 0;
  }

  .staff2 .con_list_r .link p a {
    color: #333 !important;
    font-size: 14px;
    text-align: left;
  }

  .staff2 .con_list_r .link p a:hover {
    text-decoration: none;
  }

  .staff2 .s_con_txt {}

  .staff2 .s_con_txt p {
    padding: 3%;
    margin: 0;
    font-size: 14px;
  }

  .staff2 .s_con_txt span {
    margin-top: 5px;
    font-size: 12px;
    line-height: 15px;
  }

  .smart_off {
    display: none;
  }
}

/*★消さない*/


/*******************************************/
/*閲覧履歴用各ページ分岐CSS 20160303_KANEKO*/
/*******************************************/

/*履歴ページ /footprint/ 用*/
/*（rireki_page_wrap内の適用）*/
.rireki_page_wrap .rireki_block {
  width: 100%;
  overflow: auto;
  padding-top: 10px;
  margin: 15px auto;
  font-size: 0;
  /*background:#EBF1F5; /*★特選枠内の背景色*/
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 3px 1px #ccc;
  -moz-box-shadow: 0 0 3px 1px #ccc;
}


.rireki_page_wrap .rireki_container {
  width: 960px;
  margin: 20px auto;
}

.rireki_page_wrap .rireki_title_sp {
  display: none;
}


.rireki_page_wrap .rireki_block ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 170px;
  margin: 3px 5px;
  padding: 5px;
  float: left;
  font-size: 12px;
  list-style: none;
  *list-style-position: outside;
  vertical-align: top;
  position: relative;
  border: dotted 1px #CCC;
}

.rireki_page_wrap .rireki_block ul:hover {
  background: #FFFAF0;
  /*★マウスオーバー時の背景色*/
}

.rireki_page_wrap .rireki_block ul li {
  text-align: left;
  margin: 5px 0;
}

.rireki_page_wrap .rireki_block_img {
  text-align: center !important;
  height: 130px;
  /* ★高さ保持(画像の高さ最大値に合わせること)*/
  margin: 0 0 5px 0 !important;
}

.rireki_page_wrap .rireki_block_img a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.rireki_page_wrap .rireki_block_name {
  font-size: 14px;
  font-weight: bold;
}

.rireki_page_wrap .rireki_block_yachin span {
  color: #FF0000;
  font-size: 16px;
  font-weight: bold;
}

.rireki_page_wrap .rireki_block_com {
  border-top: 1px solid #CCCCCC;
}

.rireki_page_wrap .rireki_block_com p {
  margin: 0 0 10px 0;
  padding: 5px 0;
}



@media screen and (max-width:640px) {
  /* rireki_page_wrap smartphone　ここから　*/

  .container {
    width: 100% !important;
  }

  .rireki_page_wrap .rireki_container {
    width: 100%;
    margin: 0px auto;
  }


  .rireki_page_wrap .rireki_block {
    width: 100%;
  }

  .rireki_page_wrap .rireki_block ul {
    width: 94%;
  }

  .rireki_page_wrap .rireki_block ul {
    margin: 5px 3px;
  }

  .rireki_page_wrap .rireki_block ul li {
    text-align: left;
    margin-left: 43%;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 2px;
  }

  .rireki_page_wrap .rireki_block_img {
    text-align: left !important;
    height: 130px;
    /* ★高さ保持(画像の高さ最大値に合わせること)*/
    float: left !important;
    margin: 0 0 5px 0 !important;
  }

  .rireki_page_wrap .rireki_block_img a {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
    height: 100%;
  }

  .rireki_page_wrap .rireki_block_img a img {
    max-width: 40%;
  }

  .rireki_page_wrap .rireki_title {
    display: none;
  }

  .rireki_page_wrap .rireki_title_sp {
    display: block;
    clear: both;
  }

  .rireki_page_wrap .rireki_title_sp h1 {
    font-size: 10px;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #FFF;
    clear: both;
    background: #2F2514;
  }

  .rireki_page_wrap .rireki_title_sp h2 {
    background: #f79708;
    border-left: 10px solid #febe25;
    padding: .2em .3em;
    font-size: 14px;
    line-height: 20pt;
    font-weight: bold;
    color: #FFF;
  }

}

/* rireki_page_wrap smartphone　ここまで　*/



/*************************
詳細ページ /s_r_/ 用
*************************/
/*（rireki_shosai_wrap内の適用）*/
.rireki_shosai_wrap .rireki_shosai_waku {
  width: 850px;
}

.rireki_shosai_wrap .rireki_shosai_waku h3 {
  margin-top: 15px;
  line-height: 35px;
}

.rireki_shosai_wrap .rireki_block {
  width: 100%;
  height: 340px;
  overflow: auto;
  margin: 15px auto;
  font-size: 0;
  /*background:#EBF1F5; /*★特選枠内の背景色*/
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 3px 1px #ccc;
  -moz-box-shadow: 0 0 3px 1px #ccc;
}

.rireki_shosai_wrap .rireki_block ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 151px;
  margin: 3px 3px;
  padding: 5px;
  float: left;
  font-size: 12px;
  list-style: none;
  *list-style-position: outside;
  vertical-align: top;
  position: relative;
  border: dotted 1px #CCC;
}

.rireki_shosai_wrap .rireki_block ul:hover {
  background: #FFFAF0;
  /*★マウスオーバー時の背景色*/
}

.rireki_shosai_wrap .rireki_block ul li {
  text-align: left;
  margin: 5px 0;
}

.rireki_shosai_wrap li.rireki_block_img {
  text-align: center !important;
  height: 130px;
  /* ★高さ保持(画像の高さ最大値に合わせること)*/
  margin: 0 0 5px 0 !important;
}

.rireki_shosai_wrap li.rireki_block_img a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.rireki_shosai_wrap li.rireki_block_name {
  font-size: 14px;
  font-weight: bold;
}

.rireki_shosai_wrap li.rireki_block_yachin span {
  color: #FF0000;
  font-size: 16px;
  font-weight: bold;
}

.rireki_shosai_wrap .rireki_block_com {
  border-top: 1px solid #CCCCCC;
}

.rireki_shosai_wrap .rireki_block_com p {
  margin: 0 0 10px 0;
  padding: 5px 0;
}


.rireki_shosai_wrap .rireki_container {
  width: 80%;
  margin: 20px auto;
}

.rireki_shosai_wrap .rireki_title_sp {
  display: none;
}

/*footer-kaiyou 181030*/


.kaiyou {
  width: 1000px;
  margin: -30px auto 0;
  padding: 0;
  text-align: right;
}

.kaiyou a {
  color: #333;
  clear: both;
  padding-right: 114px;
  font-size: 10px;
}

/*footer-kaiyou 181030 end */

.rireki_ichiran a {
  display: block;
  margin: 20px auto;
  border: 4px solid #f5f3e1;
  width: 500px;
  padding: 10px;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 4px;
  background: #609f9f;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
}

.rireki_ichiran a:hover {
  background: #458c8c;
  color: #fff;
}

/*リスト一覧ページツールチップ用*/
.tooltip {
  /*ツールチップの対象要素*/
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 320px;
  background-color: #FFF;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  font-size: 12px;
  z-index: 1;
  margin-top: 10px;
  border: black solid 1px;
  left: -158px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext::after {
  /*吹き出しのアロー部分*/
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.tooltip .tooltiptext {
  /*表示させる際のアニメーションエフェクト。透明にしておく*/
  opacity: 0;
  transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
  /*マウスホバーでアニメーションしながら表示*/
  opacity: 1;
}


.sho_school_text {
  text-align: left;
  font-size: 10px;
  margin: 0 10px 10px;
}

.shosai_main {
  margin-right: 20px;
}

.shosai_side {
  margin-left: 20px;
}

.conts_privacy {
  margin: auto;
  float: none !important;
  width: 780px;
}

.container_tenpo {
  width: 1100px;
  margin: 0 auto;
  background-color: #FFF;
}


/*----tenpo-----*/
.tenpo_access {
  padding: 20px 0;
}

.tenpo_access iframe {
  width: 90%;
  height: 280px;
}

.tenpo_access .f14_blue {
  width: 180px;
  display: block;
  margin: 0 auto 15px;
  text-align: center;
  background-color: #fff;
  border: solid 1px #999;
}

.list_side_bottom_link ul li:nth-child(2),
.list_side_bottom_link ul li:nth-child(3) {
  display: none;
}



/*--company 追加--*/

.h_company01 dd {
  display: flex;
}

.h_company01 dt {
  width: 100% !important;
  font-weight: bold;
}

/* 消さない */

/*-----------------common_移管用-----------------------*/

a,
ul,
li,
p {
  text-decoration: none;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #000;
}

a:hover {
  color: #000;
  text-decoration: none;
}

body {
  font-family: YuGothic, 'Yu Gothic', sans-serif !important;
  text-align: unset !important;
}

/*--header--*/

.new_head_inner {
  width: calc(100vw - 10vw);
  margin: 0 auto;
  background-color: #fff;
  height: 70px;
  min-width: 1290px;
  padding-top: 50px;
}

.new_header_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new_header_conts {
  display: flex;
  gap: 30px;

  & li a {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    text-decoration: none;

    &:hover {
      cursor: pointer;
    }
  }

  & li a::after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: #20A8FC;
    transition: all .3s ease 0s;
  }

  & li a:hover::after {
    width: 100%;
  }


}

.new_header_inq {
  display: flex;
  gap: 20px;
}

/*--/header--*/

/*----sidebar----*/

.n_sidebar_wrap {
  width: 200px;
  float: left;
  padding-bottom: 50px;
}

/*--slider_inside--*/

.n_side_conts {
  box-sizing: border-box;
  border: 3px solid #e4e3e3;
  border-radius: 10px;
  margin-bottom: 30px;
}

.n_side_inner {
  width: 180px;
  margin: 0 auto;

  & iframe {
    width: 100%;
    border: none !important;
    height: 240px;
  }
}

.n_side_title {
  width: 100%;
  height: 28px;
  background-color: #016ed8;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 10px;
  font-size: 16px;

  &::before {
    background: url(../img/side/n_side_icon01.webp)no-repeat;
    width: 39px;
    height: 38px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
  }
}

.n_side_title02 {
  width: 100%;
  height: 28px;
  background-color: #ff9900;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 10px;
  font-size: 16px;

  &::before {
    background: url(../img/side/n_side_icon02.webp)no-repeat;
    width: 31px;
    height: 41px;
    position: absolute;
    content: "";
    top: -14px;
    left: -12px;
  }
}

.n_side_box {
  margin: 15px 0;

  & li a {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 10px;
  }

  & li a:hover {
    background-color: #f5f5f5;
  }

  & li:last-child a {
    border-bottom: none;
  }

}

.n_side_img {
  width: 50px;
  height: 50px;

  & img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.n_side_txt {
  width: 115px;

  & span {
    width: 95px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #016ed8;
    background-color: #f6f6f6;
    margin: 0 auto 5px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 12px;
  }

  & p {
    font-size: 11px;
    line-height: 1.2;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}

.n_side_btn {
  margin-bottom: 15px;

  & a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 30px;
    border-radius: 50px;
    background-color: #f5f5f5;
    color: #20A8FC;
    font-weight: bold;
    margin: 0 auto;
    transition-duration: .2s;
  }

  & a:hover {
    background-color: #20A8FC;
    color: #fff;
  }

}

/*--n_side_info--*/

.n_side_info {
  border: 3px solid #ff9900;
}

.n_side_box02 {
  margin: 15px 0;
  height: 160px;
  overflow-y: scroll;
  overflow-x: hidden;

  &::-webkit-scrollbar {
    width: 10px;
  }

  &::-webkit-scrollbar-track {
    background-color: #eee;
  }

  &::-webkit-scrollbar-thumb {
    background-color: #ff9900;
  }

  & li a {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 10px;
  }

  & li a:hover {
    background-color: #f5f5f5;
  }

  & li:last-child a {
    border-bottom: none;
  }

  & li a span {
    width: 120px;
    height: 18px;
    background-color: #fdebd3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 10px;
    font-weight: bold;
    margin: 0 auto 10px;
  }

  & li a p {
    font-size: 11px;
    line-height: 1.2;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: center;
    overflow: hidden;
    color: #3c4652;
  }
}


/*--n_side_bnr--*/

.n_side_bnrs {
  margin-bottom: 25px;
}

/*--n_side_rent--*/

.n_side_rent_wrap {
  margin: 25px 0;
  background-color: #f5f5f5;
  border-radius: 10px;
}

.n_side_rent_inner {
  width: 180px;
  margin: 0 auto;
  padding: 20px 0 10px;

  & h2 {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: bold;

    & span {
      font-size: 10px;
      color: #20A8FC;
    }
  }

  & h3 {
    font-size: 14px;
    font-weight: bold;
    color: #20A8FC;
    margin-bottom: 13px;
  }
}

.n_side_rent_btn {
  margin-bottom: 15px;
  position: relative;

  &::after {
    background: url(../img/side/n_side_cha01.webp)no-repeat;
    width: 80px;
    height: 84px;
    position: absolute;
    content: "";
    top: -83px;
    right: 0;
  }

}

.n_side_rent_bnr {
  margin-bottom: 25px;
}

.search_window {
  padding: 10px 0;
  text-align: center;
  border-radius: 5px;
  width: 100%;
  border: 2px solid #ecece8;
  color: #333;
  font-size: 11px;
  font-weight: bold;
}

#sbtn4 {
  color: #fff;
  margin: 10px auto 20px !important;
  width: 90px;
  height: 30px;
  display: block;
  background-color: #20A8FC;
  border: 1px solid #20A8FC;
  border-radius: 5px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1.1px;

  &:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
  }
}

.seach_items_h {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;

  & li {
    width: 48%;
    margin-bottom: 10px;
  }

  & li a {
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;

    &:hover {
      color: #20A8FC;
      border: 1px solid #20A8FC;
    }
  }

}

.seach_items_f {
  display: flex;
  flex-wrap: wrap;

  & li {
    width: 100%;
    margin-bottom: 10px;

    & a {
      width: 100%;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      border: 1px solid #000;
      background-color: #fff;
      border-radius: 5px;
      font-size: 12px;
      font-weight: bold;
      padding: 0 10px;
      box-sizing: border-box;

      &:hover {
        color: #20A8FC;
      }
    }
  }
}

/*--side_school--*/

.n_side_school_wrap {
  background-color: #f9eedf;
  border-radius: 10px;

  & div {
    width: 180px;
    margin: 0 auto;
    padding: 15px 0 20px;
  }

  & h2 {
    font-size: 14px;
    color: #ff9900;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
  }

  & a {
    color: #016ed8;
    justify-content: center !important;

    &:hover {
      color: #ff9900;
    }
  }

}

/*--side_tenpo--*/

.n_side_tenpo_wrap {
  background-color: #f5f5f5;
  margin: 25px 0;
}

.n_side_tenpo_inner {
  width: 180px;
  margin: 0 auto;
  padding: 30px 0 20px;

  & h2 {
    font-size: 11px;
    line-height: 1.5;
    width: 105px;
    display: block;
    margin-left: auto;
    margin-bottom: 20px;
    font-weight: bold;

    & span {
      font-size: 22px;
      color: #20A8FC;
    }
  }
}

.n_side_tenpo_img {
  position: relative;

  &:before {
    background: url(../img/side/n_side_cha02.webp)no-repeat;
    width: 74px;
    height: 78px;
    position: absolute;
    content: "";
    top: -78px;
    left: -8px;
  }
}

.n_side_tenpo_img img {
  width: 100%;
  border-radius: 10px;
}

.n_side_tenpo_box {
  margin: 20px 0;

  & strong {
    font-size: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3ddc6;
    margin-bottom: 10px;
    text-align: center;
    display: block;
  }

  & span {
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }

  & a {
    width: 155px;
    height: 27px;
    background-color: #fff;
    color: #20A8FC;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    margin: 10px auto 0;

    &:hover {
      color: #fff;
      background-color: #20A8FC;
    }
  }

}

.n_side_tenpo_btns {
  & li {
    margin-bottom: 10px;

    & a {
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 16px;
      color: #fff;
      font-size: 12px;
      font-weight: bold;
      width: 160px;
      height: 33px;
      margin: 0 auto;
    }

    &:nth-child(1) a {
      background-color: #20A8FC;

      &:hover {
        border: 1px solid #20A8FC;
        box-sizing: border-box;
        color: #20A8FC;
        background-color: #fff;
      }
    }

    &:nth-child(2) a {
      background-color: #ef2200;

      &:hover {
        border: 1px solid #ef2200;
        box-sizing: border-box;
        color: #ef2200;
        background-color: #fff;
      }
    }
  }
}

.n_side_tenpo_btns02 {

  & li {
    margin-bottom: 6px;
  }

  & li a {
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 40px;
    font-size: 12px;
    font-weight: bold;
    background-color: #fff;

    &:hover {
      color: #20A8FC;
    }
  }
}

.n_side_owner_wrap {
  position: relative;
  margin: 25px 0 47px;

  &::before {
    background-color: #f6f6f6;
    position: absolute;
    width: 200px;
    border-radius: 10px;
    height: 392px;
    top: 40px;
    content: "";
    z-index: 0;
  }
}

.n_side_owner_inner {
  width: 180px;
  margin: 0 auto;
  position: relative;
  z-index: 1;

  & h3 {
    font-size: 12px;
    color: #20A8FC;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }
}

.n_side_btn02 {
  margin: 10px 0 18px;

  & a {
    width: 180px;
    height: 50px;
    background-color: #e4e3e3;
    border-radius: 5px;
    box-sizing: border-box;
    border: 5px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;

    &:hover {
      border: 5px solid #000;
      color: #20A8FC;
    }
  }
}

/*--s_hakase--*/

.n_hakase_wrap {
  background-color: #fdfbfb;
}

.n_hakase_inner {
  width: 180px;
  margin: 0 auto;
  padding: 10px 0;

  & div {
    margin-bottom: 6px;

    & img {
      width: 100%;
    }
  }
}

/*----/sidebar----*/

/*--footer--*/

footer {
  background-color: #20A8FC;
  clear: both;
}

.n_footer_inner {
  width: 1100px;
  margin: 0 auto;
  padding-top: 60px;
}

.n_footer_box {
  display: flex;
  margin: 0px 0 70px;
  justify-content: space-between;
}

.n_footer_tel {
  display: flex;
  gap: 15px;
  align-items: center;
}

.n_footer_txt {
  width: 260px;
  display: block;

  & p {
    font-size: 15px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    color: #fff;
  }

  & strong {
    font-size: 33px;
    margin-bottom: 10px;
    display: block;
  }

  & span {
    font-size: 12px;
    color: #fff;
  }
}

.n_footer_btn a {
  width: 233px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  gap: 15px;
  transition-duration: .1s;

  &:hover {
    border: 3px solid #000;
    box-sizing: border-box;
  }
}

.n_footer_btn {

  &:nth-child(3) a {
    color: #fff;
    background-color: #ef2200;
  }

  &:nth-child(4) a {
    color: #fff;
    background-color: #06c755;
  }
}

.n_footer_box02 {
  display: flex;
  padding-bottom: 70px;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  margin-bottom: 20px;

  & ul {
    display: flex;

    & li {

      margin-right: 50px;

      &:nth-child(2) {
        margin-right: 25px;
      }

      &:last-child {
        margin-right: 0;
      }

      & a {
        margin-bottom: 10px;
        display: block;

        & span {
          font-size: 12px;
          font-weight: 500;
          color: #fff;
          display: inline-block;
          position: relative;
          text-decoration: none;

          &::after {
            position: absolute;
            content: '';
            bottom: -5px;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 1px;
            background: #fff;
            transition: all .3s ease 0s;
          }
        }

        & span:hover {
          cursor: pointer;
        }

        & span:hover::after {
          width: 100%;
        }

      }
    }
  }
}

.n_footer_title {
  font-size: 14px;
  padding-bottom: 7px;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;

  &>i::before {
    font-size: 11px;
  }
}

.n_footer_items_wrap {
  display: flex;
  gap: 15px;
}

.n_footer_company_info {
  & p {
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
  }
}

.n_footer_txt02 {
  margin-bottom: 15px;
}

.n_footer_txt02 a {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  position: relative;
  text-decoration: none;

  & i::before {
    font-size: 11px;
    margin-right: 10px;
  }

  &:after {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: #fff;
    transition: all .3s ease 0s;
  }

  &:hover {
    cursor: pointer;
  }

  &:hover::after {
    width: 100%;
  }

}

.n_footer_logo {
  margin: 60px 0 17px;
}

.n_footer_box03 {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 65px;

  & li a {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    position: relative;
    text-decoration: none;

    &:after {
      position: absolute;
      content: '';
      bottom: -5px;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 1px;
      background: #fff;
      transition: all .3s ease 0s;
    }

    &:hover {
      cursor: pointer;
    }

    &:hover::after {
      width: 100%;
    }

  }
}

.f_copyright {
  font-size: 11px;
  ;
  color: #FFFFFF;
  line-height: 25px;
  display: flex;
  justify-content: right;
  gap: 15px;

  & a {
    color: #fff;
  }

}


/*--/footer--*/

/*--共通用_アクションボタン_keyframes--*/

@keyframes move-up-btn-txt {
  100% {
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
  }
}

@keyframes move-init-btn-txt {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

/*--/共通用_アクションボタン_keyframes--*/

/*--共通用_アクションボタン--*/

.com_action_btn {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.com_m_btn {
  width: 140px;
  text-align: center;
}

.com_m_btn:hover {
  color: #fff;
  font-weight: bold;
  border: 1px solid #20A8FC;
}

.com_m_btn {
  transition-property: color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 10px 0;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  overflow: hidden;
  font-weight: bold;
  box-sizing: border-box;
}

/*--color 変換--*/
.n_h_com_btn {
  border: 1px solid #20A8FC;
  color: #20A8FC;
}

.n_h_com_btn::before {
  background-color: #20A8FC !important;
}

/*--/color 変換--*/

.com_m_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 110%;
  background-color: #2F7FBC;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  content: '';
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  box-sizing: border-box;
}

.com_m_btn:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.com_m_btn_in {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

.com_m_btn_in_txt {
  position: relative;
  display: inline-block;
}

.com_m_btn:hover .com_m_btn_in_txt {
  -webkit-animation: move-up-btn-txt 250ms forwards, move-init-btn-txt 250ms forwards 250ms;
  animation: move-up-btn-txt 250ms forwards, move-init-btn-txt 250ms forwards 250ms;
}

/*--/共通用_アクションボタン--*/

/*--調整用  202404/18--*/

.container {
  width: 1100px !important;
}

/*-----------------/common_移管用-----------------------*/