
/* CSS Document */
@media (min-width: 768px) {
body {
  min-width: 960px;
}
h1 > br {
  display: none;
}
nav.nav-gnav {
  display: none;
}
.page_nav_menu_btn {
  display: none;
}
.hide_pc {
  display: none !important;
}
}

@media (max-width: 767px) {
.sp_none {
  display: none!important;
}
body {
  width: 100%;
  word-wrap : break-word;
  overflow-wrap : break-word;
}
#sb-site {
  position: relative;
}
.container {
  width: 94%;
}
.container2 {
  width: 94%;
}
h1 {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  padding-left: 0;
  color:#000;
  margin-bottom: 20px;
  background: #f3f3f3;
}
.heading1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  font-size: 10px;
  height: 3em;
}
/*ヘッダー右上の時
  #handle {
  position: fixed;
  top: 0;
  left: 0;
  width: 50px;
  height: 45px;
  background-color: #222222;
  padding-top: 8px;
  padding-left: 8px;
}*/
#handle {
  width: 100%;
  padding: 10px 0;
}
#sp-bottom-menu .handle_css{
      background-color: #222222;
  height: 100%;
  width: 100%;
  align-items: center;
justify-content: center;
display: flex;
  }
#handle p{
  color:#fff;
}
/*.navicon-line {
  width: 34px;
  height: 4px;
  border-radius: 1px;
  background-color: #fff;
  margin: 0 auto 3px;
}*/

/*ハンバーガーメニュー動作↓*/
.menu-trigger,
.menu-trigger .navicon-line {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 50px;
  height: 44px;
}

.menu-trigger .navicon-line {
  position: absolute;
  left: 0;
  width: 45%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  right: 0;
margin: auto;
}
.menu-trigger .navicon-line:nth-of-type(1) {
  top: 5px;
}
.menu-trigger .navicon-line:nth-of-type(2) {
  top: 13px;
}
.menu-trigger .navicon-line:nth-of-type(3) {
  bottom: 19px;
}
/*アクティブ↓*/
.menu-trigger.active .navicon-line:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
  top: -5px;
}
.menu-trigger.active .navicon-line:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active .navicon-line:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
  bottom: 5px;
}
/*ハンバーガーメニュー動作↑*/

#sp-bottom-menu .navicon-txt {
  color: #fff;
font-size: 9px;
  margin-top: 20px;
}
#mainContent {
  margin-top: 0;
  overflow: hidden;
}
#header_wrap {
  height: auto;
}
#header {
  /* margin-top: 38px;*/
  overflow: hidden;
}
#header > div {
  position: static;
  left: initial;
  overflow: auto;
}
#header a {
  display: block;
  overflow: auto;
}
#header .logoWrap {
  width: 237px;
  height: 50px;
  margin: 2px auto 10px;
  padding: 0;
  border: none;
}
#header .membersButtonWrap {
  width: 290px;
  height: 70px;
  margin: 0 auto;
  clear: both;
}
.membersButtonWrap a {
  width: auto;
  float: left;
}
#header .contact {
}
#header .h_contactBox {
  height: 70px;
}
p.callnumber {
/*border: 1px solid #f00;*/
}
#gnav_wrap {
  display: none;
}
#billboard {
/*height: 150px;*/
  padding-top: 60px;
}
#billboard > img {
  width: 100%;
}
.headingMiddle {
  display: none;
}
#cont_wrap {
  margin-top: 20px;
  border: none;
}
#cont_wrap {
  width: 100%;
}
#contone {
  width: 322px;
  margin: 0 auto;
}
#contone ul li {
  float: none;
  border: 1px solid #333333;
  margin-bottom: 10px;
}
#conttwo_wrap {
  height: auto;
  overflow: hidden;
}
#conttwo .index02 {
  display: block;
  position: static;
  top: auto;
  left: auto;
  margin: 0 auto;
}
#conttwo > ul {
  position: static;
  top: auto;
  right: auto;
  margin: 1px auto;
}
ul.index02-01 li:first-child {
/*width: auto;*/
}
#contthree {
  width: 320px;
  margin: 0 auto;
}
#contthree ul {
}
#contthree ul li {
  margin: 0 0 5px;
}
#contthree ul li:nth-child(2n) {
/*margin-left: 14px;*/
}
#contthree ul li:not(:first-child),  #contthree ul li:not(:last-child) {
  margin-left: 2%;
}
#contfour_wrap {
  width: 98%;
  margin: 0 1%;
}
.news, .cnews {
  width: 98%;
}
#movebnr {
  width: 100%;
  margin: 0 auto;
  overflow: auto;
  padding: 0;
  background: #f2f2f2;
  z-index: 500;
  left: auto;
  right: auto;
  position: static!important;
}
#movebnr ul li {
  width: 281px;
  margin: 10px auto;
  float: none;
}
#movebnr ul li:first-child {
  margin: 10px auto;
  float: none;
}
#footerBnr {
  width: 100%;
  padding-bottom: 30px;
}
#footerBnr ul {
  width: 100%;
}
.f_bnr li {
  margin: 0 0 40px;
  width: 48%;/*height: 94px;*/
}
.f_bnr li:first-child, f_bnr li:nth-child(3) {
  float: left
}
.f_bnr li:nth-child(2), .f_bnr li:nth-child(4) {
  float: right;
}
.f_bnr li img {
  width: 100%;
}
#footerBnr .f_bnr {
  width: 98%;
  margin: 0px 1% 20px;
  overflow: auto;
}
#footerBnr .f_bnr2 {
  width: 461px;
  margin: 0 auto;
}
#footerBnr .f_bnr2 {
  width: 96%;
}
.f_bnr2 li {
  float: none;/*float: left;*/
  margin-left: 0px;
}
.f_bnr6_l {
	width: 49%;
	float: left;
}
.f_bnr6_r {
	width: 49%;
	float: right;
	margin-left: 0;
}
#footerBnr .f_bnr2 img {
  width: 100%;
}
.indexmember01 {
  float: none;
  width: 100%;
  margin: 0 auto;
}
.indexmember02 {
  float: none;
  width: auto;
  height: auto;
  margin: 0 auto 20px;
  background: none;
  background-color: #FAF6EE;
}
input[type="text"] {
  width: 273px;
}
.login {
  top: 180px;
  left: 190px;
}
#footer_wrap,  .f001,  .f002,  .f003,  .f005,  .f006 {
  display: none;
}
ul.f004 {
  float: none;
  margin: 0 auto;
}
.pagetop {
  bottom: 30px;
}
/* nav */
nav.nav-gnav {
  background-color: #222222 !important;
  padding-bottom: 3em;
}
.spbr br {
  display: none;
}
nav.nav-gnav .navi-munu-title {
  color: #ffffff;
  font-size: 18px;
  margin-top: 50px;
  padding: 8px 0 8px 0px;
  border-bottom: 1px solid #fff;
 /* box-shadow: 1px 1px 1px #888888;*/
  text-align: center;
}
nav.nav-gnav a:link, nav a:visited, nav a:hover, nav a:active {
  color: #dddddd;
}
nav.nav-gnav ul {
}
nav.nav-gnav li {
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #fff;
 /* box-shadow: 1px 1px 1px #888888;*/
  font-size: 14px;
}
nav.nav-gnav li a{
  padding: 8px 0 8px 10px;
  font-size: 16px;
}
nav.nav-gnav ul.sub-menu {
  margin-left: 0;
  background-color: #444444;
}
/* page_nav */
#handle-page-nav {
  position: relative;
}
.hide_sp {
  display: none !important;
}
#handle-page-nav:after {
  height: 3px;
  width: 15px;
  position: absolute;
  top: 45%;
  right: 30px;
  background: #ffffff;
  box-shadow: 0 5px 0 #ffffff, 0 -5px 0 #ffffff;
  content: '';
  display: block;
  margin: auto 0;
}
.page_nav_menu_btn {
  width: 100%;
  height: 30px;
  margin: 0 0 20px 0;
  background: none;
  background-color: #4C4847;
  border-bottom: 3px double #111111;
  box-shadow: 1px 1px 1px #888888;
  padding: 5px 0 0 1em;
  text-align: left;
  color: #ffffff;
}
.page_nav {
  width: 100%;
  margin: 0 0 1px 0;
}
.page_nav ul {
  width: 100%;
	display: block;
}
.page_nav ul li {
  float: none;
  width: 100%;
  height: 30px;
  margin: 0 0 1px 0;
  background: none;
  background-color: #4C4847;
  border-bottom: 1px solid #111111;
  box-shadow: 1px 1px 1px #888888;
  padding: 3px 0;
  color: #fff;
  text-align: center;
}
.page_nav ul li br {
  display: none;
}
.page_nav ul li.active {
  margin: 0;
  background: none;
  background-color: #C2C2C3;
  width: 100%;
  height: 30px;
  padding: 3px 0;
  float: none;
}
.page_nav ul li a:link,  .page_nav ul li a:visited {
  width: 100%;
  height: 30px;
  padding: 3px 0;
  color: #fff;
  background-image: none;
  font-size: 16px;
}
.page_com_nav ul li:nth-child(7) a:link, .page_com_nav ul li:nth-child(7) a:visited{
  font-size: 16px;
  padding:5px 0 0 0;
}
.pagetop {
  position: fixed;
  right: 30px;
  width: 36px;
  display: table;
}
.pagetop a {
  padding: 4px 8px;
}
.pagetop a img {
  width: 20px;
}
#conttwo {
  padding: 20px 0;
}
.menbeh {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
a.toCreat, a.toLoginpage {
  width: 80%;
  position: inherit;
  bottom: inherit;
  left: inherit;
  margin: 8px auto;
}
.inLosepass a {
  position: inherit;
  bottom: inherit;
  left: inherit;
  margin: 8px auto;
  text-align: center;
  display: block;
}
div.wpcf7 img.ajax-loader {
  display: none;
}
.havBox5 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: #fefc98 solid 10px;
  line-height: 0.5;
  text-align: center;
  width: 100%;
  margin: 40px auto;
}
#post {
  width: 90%;
  margin: 0 auto;
}
.tsbox1 {
  border: 1px dotted #1E2973;
  padding: 40px 0 0;
}
.tsbox1 ul li {
  background: #f5f5f5;
  padding: 20px;
  width: auto;
  height: auto;
  float: inherit;
  margin: auto;
}
.graphBox {
  margin: 0 auto;
  width: auto;
  margin-bottom: 40px;
}
.estBox h4 {
  font-size: 18px !important;
  color: #0000ff;
  margin-bottom: 20px;
}
.estimgBox {
  width: 100%;
  float: inherit;
  height: 240px;
  overflow: hidden;
  margin: 0 auto;
}
.estinfoBox {
  width: 100%;
  float: inherit;
}
.estt {
  width: 98%;
}
.redpoint {
  color: #D2171A;
  font-size: 15px !important;
}
.estt th, .estt td {
  padding: 4px;
  font-size: 15px;
}
.toArcb {
  width: 100px;
  float: right;
}
.toAsk a {
  font-size: 20px;
  display: block;
  width: auto;
  padding: 20px;
  text-indent: 30px;
  color: #FFF;
  text-align: center;
  margin: 0 auto 60px;
  background: url(../img/est/mail.png) no-repeat 40px 25px #1d2087;
}
.est_st {
  border: #CCC 0px solid;
  width: 100%;
  font-size: 16px;
  margin-bottom: 60px;
  display: block;
}
.est_st1 {
  font-size: 16px;
  text-align: center;
}
.redpoint2 {
  color: #D2171A;
  font-size: 16px !important;
}
.est_st tr {
  display: inline;
}
.est_st th {
  background: #006796;
  color: #FFF;
  text-align: center;
  border: #CCC 0px solid;
  padding: 20px 6px;
  width: auto;
  display: block;
}
.est_st td {
  border: #CCC 2px solid;
  padding: 20px 6px;
  display: block;
}
.tableFlow {
  overflow: auto;
  overflow-x: auto;
}
.reazont td {
  border: 1px solid #000;
  padding: 4px;
  text-align: center;
}
.nowrap {
  white-space: nowrap;
}
.thanksBox {
  text-align: center;
  width: auto;
  margin: 40px auto;
  padding: 40px 20px;
  border: 4px solid #CCC;
}
.thanksBox br {
  display: none;
}
.notfound {
  width: auto;
  margin: 40px auto;
  padding: 40px 20px;
  border: 4px solid #CCC;
}
.notfound a {
  width: auto;
  padding: 10px;
  background: #B61013;
  color: #FFF;
  display: block;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 20px auto 0;
}
.havBox3 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: #fefc98 solid 10px;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}
.havelandWrap {
  background: url(../img/apm/haveland/bg001.png) no-repeat;
  height: auto;
  padding: 30px;
  background-position: center;
  background-size: cover;
  margin-bottom: 60px;
}
.havelandWrap p {
  color: #FFF !important;
  margin: 0 auto !important;
  font-size: 18px !important;
}
.havelandWrap ul {
  width: 90%;
  margin: 10px auto 20px;
}
.bx-pager, .bx-pager2, .bx-pager3, .bx-pager4, .bx-pager5, .bx-pager6, .bx-pager7 {
  display: none;
}
.bx-wrapper {
  width: 100% !important;
}
.bx-wrapper img {
  max-width: 100%;
  max-height: 380px !important;
  display: block;
}
#page .bx-wrapper img {
  width: auto;
}
.outsidesider .bx-wrapper .bx-next {
  right: -21px;
}
.mypass {
  border: #EFEFEF 4px solid;
  padding: 30px;
  width: auto;
  margin: 20px auto;
  overflow: auto;
}
form.post_password {
  padding-left: 0px;
}
.mypass input[type="password"] {
  padding: 2%;
  font-size: 16px;
  color: #333;
  border: 2px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: none;
  width: auto !important;
  margin: 5px auto;
  float: inherit;
}
.menbox {
  background: #ECEFF1;
  border: 2px solid #E0E0E0;
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  width: 260px;
  float: inherit;
  text-align: center;
  margin: 10px auto;
}
.bookWrap {
  background: url(../img/book/bg.png) repeat-x;
  background-position: bottom;
  width: auto;
  height: auto;
  background-size: 4%;
  margin-bottom: 40px;
}
.bookinner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.bookbnr001 {
  position: absolute;
  left: 0;
  bottom: -40px;
}
.bookinner img {
  width: 100%;
}
.bookcont01, .bookcont02 {
  width: 100%;
  float: inherit;
  font-family: YuMincho, '游明朝', serif;
}
.bookcont01 img {
  width: 100%;
}
#formBill h2 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.apform_b {
  background: url(../img/form/apform.png) no-repeat;
  height: 160px;
  padding-top: 20px;
  color: #FFF;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
#formBill img {
  width: 90%;
}
.afterform_b {
  background: url(../img/form/afterform.png) no-repeat;
  height: 160px;
  padding-top: 20px;
  color: #000;
  text-shadow: 0 0 25px #edf8ff, 0 0 20px #edf8ff, 0 0 0.40px #edf8ff;
}
#billboard .bx-wrapper {
  width: 100% !important;
  margin-top: 0px;
}
.main001 {
  background: url(../img/main/main001.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 150px;
}
.main002 {
  background: url(../img/main/main002.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 150px;
}
.main003 {
  background: url(../img/main/main003.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 150px;
}
.main004 {
  background: url(../img/main/main004.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 150px;
}
.main005 {
  background: url(../img/main/main005.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 150px;
}
.nocont {
  border: #CCC 2px solid;
  width: auto;
  padding: 50px 0;
  text-align: center;
  margin: 0 auto;
  font-size: 14px!important;
}
/*== 0220 ==*/
.nocont .newapminfo_l {
  font-size: 20px!important;
}
/*==============*/
.contactform_b {
  background: url(../img/form/contactform.png) no-repeat;
  height: 127px;
  padding-top: 20px;
  color: #FFF;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.residentform_b {
  background: url(../img/form/residentform.png) no-repeat;
  background-position: center;
  height: 131px;
  padding-top: 43px;
  color: #FFF;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.management_b {
  background: url(../img/form/management_b.png) no-repeat;
  height: 127px;
  padding-top: 20px;
  color: #FFF;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.s_estt {
  width: auto;
  margin: 0 auto;
}
.s_estt th {
  display: block;
  padding: 2%;
  width: auto;
  background: #EFEFEF;
}
.s_estt tr {
  display: inline;
}
.s_estt td {
  padding: 2%;
  display: block;
}
.redpoint {
  color: #D2171A;
  font-size: 18px;
  width: auto;
}
.ji_box {
  width: 100%;
}
.ji_title {
  width: 100%;
  box-sizing: border-box;
}
.ji_title img {
  width: 100%;
}
.ji_btn {
  float: left;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}
.ji_box_in {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 5px;
  overflow: hidden;
  width: 100%;
  padding-left: 20px;
  box-sizing: border-box;
  height: auto;
}
.ji_btn {
  float: left;
  width: 30%;
  margin-right: auto;
  margin-left: auto;
}
.ji_btn img {
  width: 100%;
  height: auto;
}
.ji_style {
  width: 100%;
}
.ji_style img {
  width: 100%;
  height: auto;
}
.formlist__item {
  width: 98%;
  margin: 2% 1%;
  float: left;
  box-sizing: border-box;
  padding: 4% 2%;
  position: relative;
  border: 2px #EEE solid;
}
.formlist__item__tel {
  padding-left: 20px;
  font-size: 28px;
  color: #153eb3;
  text-align: center;
  background: url(../img/form/telicon.png) no-repeat 8% 12px;
}
.formlist__item__heading {
  font-size: 20px !important;
  font-weight: bold;
  text-align: center;
  color: #1D2087;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.formlist__item__bb::after, .formlist__item__bl::after, .formlist__item__br::after, .formlist__item__bt::after {
  width: 0;
}
.formlist__item__bl::after {
  content: "";
  border-left: 0px solid #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 300px;
  margin: auto;
}
.formlist__item__br::after {
  content: "";
  border-right: 0px solid #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 300px;
  margin: auto;
}
.formlist__item__tofrom a {
  background: url(../img/form/mailicon.png) no-repeat 4% center, #323333;
  text-align: center;
  display: block;
  padding: 20px;
  width: 86%;
  margin: auto;
  color: #FFF;
  font-size: 13px;
}
.formlist__item__time {
  text-align: center;
  font-size: 14px;
  margin: 10px 0 !important;
}
.mroomdraw {
  background: url(../img/modelroom/madori.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 96%;
  height: inherit;
  float: inherit;
  position: relative;
  margin: 20px 2%;
}
.mroom-box {
  position: inherit;
  width: 100%;
  height: inherit;
  margin-bottom: 80px;
}
.mroomdraw {
  background: url(../img/modelroom/madori.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 96%;
  height: 400px;
  float: inherit;
  position: relative;
  margin: 20px 2%;
}
.mroomdraw_caution, .mroomdraw__list, .mrslide__btn {
  display: none;
}
.mrslide {
  width: 96%;
  border: #1D2087 4px solid;
  box-sizing: border-box;
  overflow: hidden;
  position: inherit;
  bottom: inherit;
  right: inherit;
  margin: 2%;
}
.mroom-box .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  outline: 0;
  width: 76px;
  height: 75px;
  text-indent: -9999px;
  z-index: 9999;
  display: block;
}
.havBox1-2 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: #fefc98 solid 0px;
  line-height: 1.4;
  text-align: center;
  width: 100%;
  margin: 0px auto 20px;
}
.spmb10 {
  margin-bottom: 10px !important;
}
.spmb20 {
  margin-bottom: 20px !important;
}
.havBox4 {
  font-size: 16px !important;
}
.sp-para {
  margin-bottom: 20px;
}
.bx-wrapper .bx-viewport {
  border: none;
  left: 0px !important;
  background: none;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.mroom-box .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  right: -20px !important;
  margin-top: -50px;
  outline: 0;
  width: 76px;
  height: 75px;
  text-indent: -9999px;
  z-index: 9999;
  display: block;
}
.modelroom_accs2 {
  border-bottom: 1px solid #000;
  width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 10px;
  font-size: 20px;
}
.invest__box {
  padding: 4%;
}
.invest__wrap {
  background: url(../img/invest/bg.png) no-repeat center center;
  background-size: cover;
  width: 96%;
  min-height: 200px;
  margin: 40px auto;
  padding: 40px 2%;
}
.invest__start {
  width: 80%;
  height: inherit;
  position: inherit;
  margin: auto;
  top: inherit;
  bottom: inherit;
  left: inherit;
  right: inherit;
}
.invest__list__item a {
  width: 100%;
  font-size: 18px;
  box-sizing: border-box;
}
.invest__numbering li {
  margin-left: 2%;
}
.invest__numbering {
  width: 100%;
  display: block;
  margin: auto;
  box-sizing: border-box;
}
.invest__numbering__item, .invest__numbering__item__current {
  width: 12.5%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 7.5%;
  -webkit-border-radius: 7.5%;
  -moz-border-radius: 7.5%;
  margin-left: 2%;
}
.invest__box__heaing, .invest__box__heaing span {
  font-size: 18px !important;
  padding: 0 !important;
}
.invest__box__para {
  text-align: center !important;
  margin-top: 0px;
  font-size: 12px !important;
}
.result__box {
  width: 100%;
  height: auto;
  margin: 40px 0;
  padding: 40px 2%;
  box-sizing: border-box;
}
.invest__para2 {
  font-size: 18px;
}
.result__heading {
  font-size: 30px !important;
  letter-spacing: 0;
}
}

@media (max-width: 767px) {
.sindan_result_area_inner {
  width: 100%;
}
.sindan_result_area table td {
  display: block;
}
}

@media (min-width: 481px) {
/*== 0220 ==*/
.hide_pc480 {
  display: none!important;
}
/*==============*/
}

/*メンバーページ*/
@media (max-width: 767px) {
.member_float .left_txt {
  float: left;
  width: 100%;
}
.member_float .member_float_gif {
  float: right;
  width: 100%;
}
.member_float .member_float_gif {
  float: right;
  overflow: hidden;
  width: 100%;
}
.member_float .floatright {
  float: left;
  width: 50%;
  text-align: center;
}
.member_float .floatright02 {
  float: right;
  width: 50%;
  padding-left: 1%;
}
  .m-kiyaku ol {
    max-width: 800px;
    width: auto;
    padding: 0 0 0 2em;
}
}

@media (max-width: 480px) {
.member_float .floatright {
  float: left;
  width: 100%;
}
.member_float .floatright02 {
  float: right;
  width: 100%;
  padding-left: 0%;
  text-align: center;
  padding: 0px 0px 0 0;
}
}

@media screen and (max-width: 767px) {
.side_sp{
  margin-bottom: 80px;
  padding-top: 70px;
  border-left: 1px solid #bfbfbf;
}
.navi-munu-title img{
  max-width: 70px;
  padding: 10px 0;
}
.mttl{
  font-weight: bold;
  display: block;
}
}

