@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */
@import 'https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c&display=swap';
body {
  min-width: 1100px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: #f5f2ed;
  background-image: radial-gradient(#dddddd 2px, transparent 2px);
  background-size: 80px 80px;
}
p,
li,
dt,
dd {
  color: #333;
}
 p.alert-lines {
  color: #fff;
}
a.noLink:hover {
  opacity: 1 !important;
  cursor: default;
  text-decoration: none;
}
.defs {
  display: none;
}
a img:hover {
  opacity: 0.7;
}
header .inner,
footer .inner,
#copyright .inner {
  width: 1100px;
  margin: 0 auto;
  z-index: 1;
}
.onlySP {
  display: none !important;
}
.onlyPC {
}
.Lbox {
  float: left;
}
.Rbox {
  float: right;
}
#Wrap {
  position: relative;
  /*padding: 139px 0 0;*/
}
#mainSub {
  width: 1100px;
  margin: 0 auto 100px;
}
#mainSub h3 {
  color: #069;
}
/* 画面外にいる状態 */
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* ===================================
ヘッダー電話番号
=================================== */
.headerTelBox {
  border-radius: 3px;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
  margin: 5px 0 0;
}

@media screen and (max-width:1300px){
  .headerTelBox {
    padding-right: calc(1134.54545454545px - 87.27vw);
  }
}

@media screen and (max-width:760px){
  .headerTelBox {
    display: none;
  }
}

.headerTelBox .telBoxWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: row;
  margin: 15px 0 0;
}

.headerTelBox .telBox {}

.headerTelBox .infoWrap,
.headerTelBox .info {
  color: #333;
}

.headerTelBox .infoWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.headerTelBox .tel {
  font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 28px;
  padding-left: 26px;
  margin: 0 0 0 15px;
  position: relative;
  color: #333;
}

.headerTelBox .tel:before {
  content: "";
  background: url(//base.formatline.com/common/img/ico_tel.png) no-repeat left;
  background-size: 21px 7px;
  display: block;
  width: 21px;
  height: 7px;
  position: absolute;
  top: 40%;
  left: 0;
}

.headerTelBox .tel::after {
  content: 'ニッセンレン宅建（日専連パシフィック不動産部）';
  position: absolute;
  top: -12px;
  right: -10px;
  width: 110%;
  font-size: 11px;
}

.headerTelBox .info {
  margin: 3px 0 0 -10px;
}

.headerTelBox .tel02Box {
  margin: 2px 0 0 30px;
}

.headerTelBox .tel02 {
  font-size: 26px;
  font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.headerTelBox .tel02Box .telText {
  display: block;
  margin: 3px 0 0 -10px;
}

.headerTelBox .holiday {
  background: rgba(230, 230, 230, 0.7);
  border-radius: 20px;
  padding: 3px 0 2px;
  margin: 8px 0 0;
}

/* ===================================
header ※下層ページ共通
=================================== */
#headerContents {
  z-index: 9997;
  width: 100%;
  position: relative;
  top: 0;
  transition: 0.3s;
  background: #9ed44c;
  min-height: 170px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
#headerContents:after {
  position: absolute;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 16px;
  background-image: radial-gradient(circle at 25px -10px, rgba(255, 255, 255, 0) 25px, #f5f2ed 26px);
  background-repeat: repeat-x;
  background-size: 50px 40px;
}
#headerContents.active:after {
  background-image: radial-gradient(circle at 25px -10px, rgba(255, 255, 255, 0) 25px, rgb(208, 206, 202) 26px);
  transition: 3s;
}
#headerContents > .inner {
  width: 1100px;
  height: 75px;
  overflow: hidden;
  position: initial;
  padding: 15px 0 0;
}
#headerContents h1 a {
  background: url(https://nissenren.formatline.com/common/img/logo.svg) no-repeat 0 0 / contain;
  margin: 10px 0 0 5px;
  width: 280px;
  height: 60px;
  text-indent: -9999px;
  display: block;
  float: left;
  z-index: 2;
  position: relative;
}
#headerContents h1 a:hover {
  opacity: 0.7;
}
/* ===================================
#gnav
=================================== */
#gnav {
  height: 60px;
  position: relative;
  z-index: 1;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
#gnav li {
  float: left;
  padding: 17px 0 6px;
  box-sizing: border-box;
}
#gnav .list4 li {
  width: 25%;
}
#gnav .list5 li {
  width: 20%;
}
#gnav .list6 li {
  width: 16.6%;
}
#gnav .list7 li {
  width: 14.2%;
}
#gnav li a {
  font-size: 14px;
  color: #333;
  padding: 5px 0;
  text-align: center;
  display: block;
  text-decoration: none;
  border-left: 1px solid #fff;
}
#gnav li:last-child a {
  border-right: 1px solid #fff;
}
#gnav li.mega.selected {
  border: none;
  background: rgba(252, 252, 252, 0.9);
  border-radius: 7px 7px 0 0;
  color: #333;
  opacity: 1;
}
#gnav li.mega.selected + li a,
#gnav li.mega.selected a { 
  border-left: none;
}
#gnav li.mega.selected {
  font-weight: bold;
}
#gnav li.mega a:hover + #headerContents:after {
  background-image: radial-gradient(circle at 25px -10px, rgba(255, 255, 255, 0) 25px, #000 26px);
}
#gnav b {
  font-weight: normal;
}
/* メガメニュー */
#gnav .menu-info {
  display: none;
  width: 100%;
  width: calc(100% - 80px);
  padding: 0 0 20px;
  margin: 0 auto;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  background: rgba(252, 252, 252, 0.9);
  overflow: hidden;
  border-radius: 8px;
}
#gnav .menu-info .menu-inner {
  padding: 35px 4vw 40px 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#gnav .subTit {
  float: left;
  width: 200px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  box-sizing: border-box;
  padding: 27px 0 0;
}
#gnav .menu-info ul {
  box-sizing: border-box;
  width: calc(100% - 200px);
  overflow: hidden;
}
#gnav .menu-info ul li {
  width: 23%;
  padding: 0;
  margin: 0 2% 0 0;
  line-height: 50px;
  float: left;
  border-left: none;
}
#gnav .menu-info ul li:last-child {
  border-right: none;
}
#gnav .menu-info ul li:after {
  display: block;
  content: '';
  width: 24%;
  margin: 0 2% 0 0;
}
@media screen and (max-width: 1370px) {
  #gnav .menu-info ul li {
    width: 31%;
    margin: 0 2% 0 0;
  }
}
#gnav .menu-info ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  display: block;
  margin: 0;
  padding: 10px 15px 5px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  border-left: none;
  position: relative;
  transition: 0.3s;
}
#gnav .menu-info ul li a:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 46%;
  right: 15px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#gnav .menu-info ul li a:hover {
  color: #fff;
  background: #1464bd;
  opacity: 1;
}
#gnav .menu-info ul li a:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#gnav .menu-info ul li.badge {
  width: 115px;
  line-height: 22px;
  color: #fff;
  background: #1464bd;
  border-radius: 30px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  padding: 0;
  margin: 30px 80% 5px 0;
}
#nav_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 0;
}
.menuListBtn {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  top: 25px;
  right: 30px;
  width: 40px;
  height: 40px;
  z-index: 9998;
  border-radius: 50px;
}
.menuListBtn li {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: #333;
}
.menuListBtn li:first-child {
  top: 11px;
}
.menuListBtn li:nth-child(2) {
  top: 19px;
}
.menuListBtn li:nth-child(3) {
  top: 27px;
}
.menuListBtn:hover {
  opacity: 0.7;
  cursor: pointer;
  transition: 0.3s;
}
.menuOpen {
  height: 100%;
  overflow: hidden;
}
.spMenu {
  background: rgba(0, 0, 0, 0.9);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  margin: 0;
  overflow-y: auto;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.openButton {
  position: relative;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.openButton > span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.openButton > span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.openButton:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}
.spMenuHead {
  margin: 38px 70px 42px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
/* spNav */
.spNav {
  width: calc(1100px - 210px);
  min-width: 890px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.spNav dt,
.spNav dd {
  padding: 0 0 50px;
  margin: 0 0 55px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  line-height: 1.5;
}
.spNav dt {
  width: 280px;
  font-size: 22px;
  font-weight: bold;
  box-sizing: border-box;
  color: #fff;
  /* line-height: 1.5; */
  /* float: left; */
}
.spNav dt a,
.spNav li a {
  color: #fff;
  text-decoration: none;
}
.spNav a:hover {
  color: #1464bd !important;
  transition: 0.3s;
}
.spNav dd {
  /* float: right; */
  width: calc(100% - 280px);
  width: 610px;
}
.spNav dd.linkListWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.spNav dd.linkListWrap ul.linkList {
  width: 270px;
}
.spNav dd ul.linkList > li {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
  padding-left: 22px;
  margin: 3px 0 5px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 200px;
}
.spNav dd ul.linkList > li::before {
  position: absolute;
  content: '';
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1464bd;
  border-right: 1px solid #1464bd;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
  top: -2px;
  bottom: 0;
  margin: auto;
}
.spNav dd ul.linkList .sublink {
  width: 100%;
}
.spNav dd ul.linkList .sublink::before {
  display: none;
}
.spNav dd ul.linkList .sublink .sublinkList {
  float: left;
  line-height: 1.2;
  width: 194px;
}
.spNav dd ul.linkList .sublink .sublinkList li {
  width: 210px;
}
.spNav dd ul.sublinkList li > a {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
  padding-left: 18px;
  margin: 15px 0 0 7px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.spNav dd ul.sublinkList li > a:before {
  position: absolute;
  content: '';
  vertical-align: middle;
  width: 6px;
  height: 1px;
  background: #eee;
  left: 0;
  top: -2px;
  bottom: 0;
  margin: auto;
}
.spNav dd ul.linkList .sublink .sublinkList li.badge {
  width: 115px;
  line-height: 22px;
  color: #fff;
  background: #1464bd;
  border-radius: 30px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  margin: 0;
}
.spNav dt.borderNone,
.spNav dd.borderNone {
  border: none;
}
.spNav dd ul.linkList li.wd100,
.spNav dd ul.linkList .sublink .sublinkList li.wd100 {
  width: 100%;
}
@media screen and (min-width: 751px) and (max-width: 1100px) {
  .spNav {
    width: auto;
    min-width: auto;
    margin: 0 30px;
  }
  .spNav dt {
    width: 220px;
  }
  .spNav dd {
    width: calc(100% - 220px);
  }
}
/*============================
#pankuzu
============================*/
#pankuzu {
  padding: 15px 0 10px;
  margin-bottom: 40px;
}
#pankuzu a {
  color: #31739a;
  text-decoration: underline;
}
#pankuzu a:hover {
  text-decoration: none;
}
/* ===================================
#mainSub
=================================== */
#mainSub h2 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #333;
  border-left: 3px solid #000;
  padding: 0 5px 0 12px;
  margin-bottom: 30px;
}
/* ===================================
footer
=================================== */
#pageTop {
  text-align: right;
  margin-top: 30px;
  font-size: 0;
}
footer {
  padding: 20px 0 35px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
footer .inner {
  position: relative;
}
footer h1 a,
footer .logo a {
  background: url(https://nissenren.formatline.com/common/img/logo.svg) no-repeat 0 0 / contain;
  margin: 0 0 14px;
  width: 300px;
  height: 60px;
  text-indent: -9999px;
  display: block;
}
footer h1 a:hover,
footer .logo a:hover {
  opacity: 0.7;
}
footer p {
  font-size: 13px;
  color: #333;
}
footer .tel {
  font-family: Arial, Helvetica, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 30px !important;
  font-weight: normal !important;
  padding-left: 30px;
  margin-right: 5px;
  position: relative;
  color: #000 !important;
}
footer .tel a {
  color: #333;
  text-decoration: none;
  pointer-events: none;
}
footer .contactBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 25px 0 0;
  align-items: baseline;
}
footer .contactBox .tel {
  position: relative;
}
footer .contactBox .tel::after {
  content: 'ニッセンレン宅建（日専連パシフィック不動産部）';
  position: absolute;
  top: -12px;
  left: 20px;
  font-size: 11px;
}

footer .tel:before {
  content: '';
  background: url(//base.formatline.com/type009/common/img/ico_tel.png) no-repeat left;
  background-size: 21px 7px;
  display: block;
  width: 21px;
  height: 7px;
  position: absolute;
  top: 44%;
  left: 0;
}
footer p.info {
  line-height: 1.5;
}
footer p.info small {
  font-size: 11px;
  display: block;
  margin-top: 6px;
}
footer p.info span {
  display: inline-block;
}
#fNav {
  position: absolute;
  right: 0;
  padding-top: 20px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#fNav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: right;
}
#fNav li {
  display: inline-block;
  margin: 0 0 25px 40px;
}
#fNav li a {
  font-size: 14px;
  color: #333;
  text-align: center;
  display: block;
  text-decoration: none;
}
#fNav li a:hover {
  text-decoration: underline;
}
#fNav li:last-child a {
  border: none;
}
footer .tenpoList {
  display: flex;
  margin-top: 25px;
  gap: 20px;
  justify-content: space-between;
}
footer .tenpo {
  width: 100%;
}
footer .tenpo:last-child {
  margin: 0;
}
footer .tenpo p.info .tenpoName {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin: 0 0 8px;
}
footer .tenpo p.info {
  display: block;
}
footer .contactBox {
  display: block;
}
#copyright {
  font-size: 11px;
  color: #fff;
  padding: 22px 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
#copyright .inner {
  position: relative;
}
#copyright p {
  color: #aaa;
}
#copyright a {
  color: #aaa;
  text-decoration: none;
}
/* ===================================
SNSアイコン
=================================== */
/*--- LINEアイコン ---*/
.snsIcon .lineIcon .lineIcon__bg {
  fill: #ccc;
}
/*--- FACEBOOKアイコン ---*/
.snsIcon .fbIcon {
  fill: #ccc;
}
/*--- Twitterアイコン ---*/
.snsIcon .twIcon {
  fill: #ccc;
}
/*--- インスタアイコン ---*/
.snsIcon .lnstaIcon {
  fill: #ccc;
}
/* 共通 */
#Wrap .spNav dd ul.linkList > li::before {
  border-top: 2px solid #9ed44c;
  border-right: 2px solid #9ed44c;
}
#Wrap .spNav dd ul.linkList .sublink .sublinkList li.badge {
  color: #333;
  background: #9ed44c;
}
#Wrap .corner .cornerBg {
  background-image: repeating-linear-gradient(-45deg, rgba(252, 197, 203, 0.4), rgba(252, 197, 203, 0.4) 7.5px, transparent 0, transparent 20px);
}
#Wrap #diaryArea .btn a {
  border: 4px solid #9ed44c;
}
#Wrap #submitButton input {
  color: #333;
  background: #9ed44c;
}
#Wrap #submitButton:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#Wrap #gnav .menu-info ul li.badge {
  color: #333;
  background: #9ed44c;
}
#Wrap #gnav .menu-info ul li a:hover {
  color: #333;
  background: #9ed44c;
}
#Wrap #gnav .menu-info ul li a:hover:after {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
#Wrap .spNav a:hover {
  color: #9ed44c !important;
}
#Wrap #gnav li a:hover {
  color: #FFF;
}
#Wrap #gnav li.mega a:hover {
  color: #333;
}
#Wrap #gnav .menu-info ul li a:hover {
  color: #FFF;
}
#Wrap #gnav .menu-info ul li a:hover:after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
