@charset "utf-8";

/*Reset Style*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, /*p, */blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
body {
    line-height: 1;
    -webkit-text-size-adjust:100%;
}
h1, h2, h3, h4, h5, h6 {
/*  clear: both;*/
    font-weight: normal;
}
/*ol, */ul {
    list-style: none;
}
blockquote {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: '';
    content: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a img {
    border: none;
}

.sp {
  display: none;
}

/*  clearfix  */
.clearfix:after {
    content: "."; /* 新しい要素を作る */
    display: block; /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}

/* レイアウト
--------------------------------------------*/
.mt-10 {margin-top: 10px;}
.mt-20 {margin-top: 20px;}
.mt-30 {margin-top: 30px;}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mr-10 {margin-right: 10px;}
.w-90 {width:90%;}
.w-80 {width:80%;}
.w-70 {width:70%;}
.w-60 {width:60%;}
.w-50 {width:50%;}
.w-40 {width:40%;}
.w-30 {width:30%;}
.fl {float: left;}
.fr {float: right;}
.ta-l {text-align: left;}
.ta-r {text-align: right;}
.ta-c {text-align: center;}
.big {font-size: 14px;}
.middle{font-size: 12px;}
.small {font-size: 10px;}
/*a:hover.hover {opacity: 0.8}*/ /* ロールオーバー */

.orange {color: #FFA54C;}


/* サイトフレーム
------------------------------------------- */
body {
    font-family: 'メイリオ',Meiryo,Arial,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
  position: relative;
}
body.page {
  background: url(../images/bg.png) repeat-y center top;
}
a {
    color: #333;
    text-decoration: none;
  outline: none;
}
a:hover {
    color: #999;
    text-decoration: underline;
}
#wrap {
  background: url(../images/bg.png);
}
#contents {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
}


/* ヘッダー
------------------------------------------- */
header {
  width: 960px;
  height: 80px;
  margin: auto;
  background: #fff;
  position: relative;
}
header h1 {
  font-size: 14px;
  position: absolute;
  top: 30px;
  left: 160px;
}
header .logo {
  position: absolute;
  top: 15px;
  left: 0;
}
header .contact {
  position: absolute;
  top: 15px;
  right: 0;
}

#globalnavi {
  position: absolute;
  top: 83px;
}
#globalnavi > ul {
  overflow: hidden;
}
#globalnavi li {
  float: left;
  margin-left: 11px;
}
#globalnavi li:first-child {
  margin-left: 0;
}

#globalnavi li ul {
  display: none;
  position: absolute;
  width: 160px;
  padding-top: 28px;
  background: url(../images/local/subnavi-head.png) no-repeat center top;
  margin-left: -5px;
  z-index: 999;
}
#globalnavi li ul.company {
  background: url(../images/local/subnavi-head-company.png) no-repeat center top;
}
#globalnavi li ul li {
  float: none;
  background: url(../images/local/subnavi-bg.png) repeat-y center;
  padding: 0 14px;
  margin-left: 0;
}
#globalnavi li ul.company li {
  background: url(../images/local/subnavi-bg-company.png) repeat-y center;
}

#globalnavi li ul li a {
  float: none;
  background: url(../images/icon-smallhart-white.png) no-repeat 0 8px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  border-bottom: 1px dotted #fff;
  display: block;
  padding: 5px 0 5px 15px;
}
#globalnavi li ul li a:hover {
  text-decoration: underline;
}
#globalnavi li ul li.last {
  background: none;
  padding: 0;
}
#globalnavi li ul li.last img {
  vertical-align: top;
}



/* メインビジュアル
------------------------------------------- */
#mainvisual {
  background: url(../images/mainvisual.jpg) center;
  height: 550px;
  width: 100%;
}
#mainvisual .inner {
  width: 960px;
  margin: auto;
  position: relative;
}
#mainvisual .inner img {
    position: absolute;
    top: 0px;
    left: -100px;
}

#mainvisual_mission .inner {
  width: 960px;
  margin: auto;
  position: relative;
}
#mainvisual_mission .inner img {
  position: absolute;
  top: 0px;
  left: -100px;
}

/* フッター
-------------------------------------------- */
footer {
  background: url(../images/footer-bg.png) repeat-x top;
  padding-top: 94px;
}
#footernavi {
  background: #D93600;
  padding: 10px 0;
}
#footernavi ul {
  width: 560px;
  margin: auto;
}
#footernavi li {
  background: url(../images/icon-smallhart-white.png) no-repeat 0px 6px;
  padding-left: 15px;
  float: left;
  margin-right: 10px;
}
#footernavi a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}
#footernavi a:hover {
  text-decoration: underline;
}

#f-bottom {
  background: #fff;
}
#f-bottom .inner {
  width: 960px;
  height: 160px;
  margin: 0 auto;
  position: relative;
}
#f-bottom .inner .logo {
  position: absolute;
  top: 20px;
  left: 0;
}
#f-bottom .inner .contact {
  position: absolute;
  top: 20px;
  right: 0;
}
#f-bottom .inner #copyright {
  position: absolute;
  bottom: 40px;
  right: 0;
  font-size: 12px;
}
.pagetop {
  position: absolute;
  /*top: -170px;*/
  right: -180px;
}



/* サイドお問合せ・検索エリア
-------------------------------------------- */
#side-contact {
  position: fixed;
  right: 0px;
  top: 10px;
}
#side-search {
  position: fixed;
  right: 0px;
  top: 80px;
}
#search-area {
  background: url(../images/side-search-bg.png) no-repeat;
  width: 203px;
  height: 340px;
  position: absolute;
  top: 0;
  left: 60px;
  padding-top: 20px;
}
#search-open {
  cursor: pointer;
}
#search-close {
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
}
#side-search section {
  width: 160px;
  margin: 0 auto;
  border-bottom: 1px dotted #fff;
  margin-bottom: 15px;
  padding: 0px 10px 15px 10px;
}
#side-search section h4 {
  margin-bottom: 5px;
}
#side-search ul li {
  margin-left: 0;
}
#side-search ul li a {
  background: url(../images/icon-smallhart-white.png) no-repeat 0 8px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  display: block;
  padding: 5px 0 5px 14px;
}
#side-search ul li a:hover {
  text-decoration: underline;
}


/* トップページ
-------------------------------------------- */
/* 新着情報・ブログ */
#banner-release {
  padding: 15px 0px;
}
#top-news {
  width: 460px;
  float: left;
}
#top-blog {
  width: 460px;
  float: right;
  position: relative;
  top: -8px;
}
#information {
  margin-bottom: 30px;
}
#information .inner {
  height: 240px;
  background: #fff;
  border: 1px solid #E4748C;
  border-top: none;
}
#information .body {
  padding: 10px;
}
#information ul {
  margin-left: 20px;
}
#information li {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dotted #999999;
}
#top-news li {
  list-style-image: url(../images/icon-hart-red.png);
}
#top-blog li {
  list-style-image: url(../images/icon-hart-orange.png);
}
/* スクロールバーの色 */
#top-news .jspDrag {
  background: #B68D9E;
}
#top-blog .jspDrag {
  background: #D0AA9F;
}

/* ミッション */
#top-mission {
  background: url(../images/index-mission.png) no-repeat;
  width: 968px;
  height: 309px;
  position: relative;
  left: -4px;
  margin-bottom: 10px;
}
#top-mission h2 {
  position: absolute;
  top: 38px;
  left: 30px;
}
#top-mission p {
  margin: 0;
  width: 427px;
  position: absolute;
  top: 144px;
  left: 30px;
}
#top-mission a {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

/*バナー*/
#top-banner {
    background-color: #fdf8de;
    border-radius: 15px;
    /*padding: 1%;*/
    margin-bottom: 30px;
    /*text-align: center;*/
    border: #FFF 7px solid;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.5);
}

#top-banner .top-title,
#top-banner .top-content{
  padding: 1%;
}

#top-banner hr{
  border: #F6CBCA 1px solid;
  margin-top: 0;
}

#top-banner img{
  padding: 0.5%;
}

#top-banner .top-content .left{
  float: left;
  width: 50%;
}
#top-banner .top-content .right{
  float: right;
  width: 50%;
}

#top-banner .top-content .top-item a{
  width: 100%;
  display: flex;
  align-items: center;
  margin: 10px 0;
  text-decoration: none;
}

#top-banner .top-content .top-item a:hover,
#top-banner .top-content .top-item a:active{
  text-decoration: none;
}

#top-banner .top-content .top-item img{
  width: 105px;
}

#top-banner .top-content .top-item p{
  padding-left: 15px;
  font-weight: bold;
  font-size: 13pt;
  line-height: 20pt;
}

#top-banner .top-content .top-item p .head{
  font-size: 21px;
  font-family: "TsukuARdGothic-Bold";
}

#top-banner .top-content .top-item p .desc{
  font-size: 11px;
  font-family: "TsukuARdGothic-Bold";
}

#top-banner .top-content .top-item .clearfix{
  clear: both;
}

/* 物件を探す・特集から探す */
#top-find {
  background: url(../images/index-find-bg.png) no-repeat;
  width: 968px;
  height: 1056px;
  margin-bottom: 30px;
  position: relative;
  left: -4px;
}
#top-find .bukken h2 {
  position: absolute;
  top: 45px;
  left: 25px;
}
#top-find .bukken_right_title {
  top: 52px;
  position: absolute;
  left: 195px;
  color: #FFF;
  font-size: 15px;
  line-height: 1.8em;
}
#top-find .bukken_right_title span{
  display: block;
}
#top-find .shubetu {
  position: absolute;
  top: 139px;
  left: 29px;
  width: 419px;
  height: 318px;
  padding: 19px 13px 13px 13px;
}
#top-find .top_arrow {
  position: absolute;
  top: 294px;
  left: 465px;
}
#top-find .area {
  position: absolute;
  top: 139px;
  right: 29px;
  width: 419px;
  height: 318px;
  padding: 19px 13px 13px 13px;
}
#top-find .shubetu h3,
#top-find .area h3 {
  position: absolute;
  top: -11px;
  left: 23px;
}
#top-find .feature {
  width: 910px;
  height: 430px;
  position: absolute;
  bottom: 30px;
  left: 25px;
  padding-top: 80px;
}
#top-find .feature h2 {
  position: absolute;
  top: 0;
  left: 0;
}
#top-find .feature .find-box {
  margin-left: -8px;
}
#top-find .feature div a {
  margin-left: 11px;
  margin-bottom: 10px;
  display: block;
  float: left;
}

/* 中古物件リフォーム */
#top-reform {
  background: url(../images/index-reform-bt.png) no-repeat;
  position: relative;
  left: -4px;
  width: 968px;
  height: 408px;
  margin-bottom: 30px;
}
#top-reform h2 {
  position: absolute;
  top: 25px;
  left: 30px;
}
#top-reform #dokomade {
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/index-reform-otoku.png) no-repeat;
  width: 640px;
  height: 270px;
}
#top-reform #dokomade p {
  width: 460px;
  position: absolute;
  top: 110px;
  left: 20px;
  font-size: 13px;
  line-height: 1.8;
}
#top-reform #dokomade a {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
#top-reform .sagasu {
  position: absolute;
  top: 110px;
  right: 28px;
}
#top-reform .soudan {
  position: absolute;
  bottom: 28px;
  right: 28px;
}

/* おすすめ物件情報 */
#top-recommend {
  background: url(../images/index-reco-bg.png) no-repeat;
  margin-bottom: 30px;
  width: 968px;
  height: 898px;
  position: relative;
  left: -4px;
}
#top-recommend h2 {
  position: absolute;
  top: 25px;
  left: 25px;
}
#top-recommend .tab-menu {
  position: absolute;
  top: 104px;
  left: 4px;
}
#top-recommend .tab-menu li {
  float: left;
}
#top-recommend .tab-menu li a {
  display: block;
  width: 240px;
  height: 53px;
  text-indent: -99999px;
}
#reco1 {
  background: url(../images/index-tab-ms.png) no-repeat;
}
#reco2 {
  background: url(../images/index-tab-shinchiku.png) no-repeat;
}
#reco3 {
  background: url(../images/index-tab-chuuko.png) no-repeat;
}
#reco4 {
  background: url(../images/index-tab-tochi.png) no-repeat;
}
.ui-state-active #reco1 {
  background: url(../images/index-tab-ms-2.png) no-repeat;
}
.ui-state-active #reco2 {
  background: url(../images/index-tab-shinchiku-2.png) no-repeat;
}
.ui-state-active #reco3 {
  background: url(../images/index-tab-chuuko-2.png) no-repeat;
}
.ui-state-active #reco4 {
  background: url(../images/index-tab-tochi-2.png) no-repeat;
}
#top-recommend .inner {
  padding: 5px 29px 0 29px;
  position: absolute;
  top: 53px;
}
#top-recommend .inner p {
  margin: 0;
}
#top-recommend .inner .sonota {
  text-align: right;
  font-size: 16px;
  text-decoration: none;
  width: 902px;
}
.bukken-list {
  margin-top: 15px;
  margin-left: -18px;
}
.bukken-list .container {
  width: 189px;
  height: 300px;
  border: 1px solid #CCCCCC;
  background: #fff;
  padding: 9px 9px 0 9px;
  position: relative;
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
}
.bukken-list .container .thumbnail {
  margin-bottom: 7px;
}
.bukken-list .container h3 {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 6px;
}
.bukken-list .container p {
  font-size: 12px;
}
.bukken-list .container .btn-detail {
  position: absolute;
  bottom: 0;
}

/* 住まいの購入のお役立ち情報 */
#valuable-info {
  margin-bottom: 30px;
}
#valuable-info h2 {
  margin-bottom: 10px;
}
#valuable-info .inner {
  width: 980px;
  position: relative;
  left: -4px;
  margin-left: -12px;
}
#valuable-info .inner a {
  display: block;
  float: left;
  margin: 0 0 12px 12px;
}

/* ご来店・お問い合わせ */
#top-access {
  background: url(../images/index-access-bg.png) no-repeat;
  width: 960px;
  height: 195px;
  position: relative;
  margin-bottom: 30px;
}
#top-access .access {
  position: absolute;
  top: 30px;
  left: 50px;
}
#top-access .contact {
  position: absolute;
  top: 30px;
  right: 50px;
}

/* FB LIKE BOX */
#facebook {
  margin-bottom: 30px;
  height: 224px;
  width: 475px;
  float: left;
}

#facebook h2 {
  margin-bottom: 5px;
}
.fb_iframe_widget {
  background: #fff;
}
.selected {
  opacity: 0.4;
}
/* end FB LIKE BOX */

/* login */
.member_only img {
  max-width: 100%;
}
.member_form a{
  position: absolute;
  top: 43px;
  left: -250px;
}
.member_form a:hover {
  text-decoration: none;
}
/* end login */

.loansimulate-top {
  float: right;
  width: 475px;
  height: 224px;
}
/*26-09-2017*/
#bt {
  z-index: 2;
}
#mainvisual {
  position: relative;
}
#mainvisual_mission {
  position: relative;
}
.box_overlay {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  z-index: 99999;
  bottom: 0;
  padding: 30px 0;
  text-align: center;
}
.box_overlay a {
  display: inline-block;
  width: 33%;
  text-align: center;
}

.box_overlay .inner.overlay_pc{
  width: 960px;
    margin: auto;
    position: relative;
}

.box_overlay .inner img {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  -ms-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}
.box_overlay .inner img:hover {
  opacity: 0.8;
  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  -ms-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}
.add_fixed {
  position: fixed;
}
.overlay_pc {
    display: block;
  }
.overlay_mobile {
  display: none;
}

.box_overlay .inner.overlay_pc .call_us {
  display: inline-block;
  width: 33%;
}

.box_overlay .inner.overlay_pc .call_us .content_l{
  float: left;
  margin-left: 25px;
}
.box_overlay .inner.overlay_pc .call_us .content_r{
  float: left;
  margin-left: 15px;
  text-align: left;
  line-height: 1.3;
}

.box_overlay .inner.overlay_pc .call_us .content_r span{
  font-size: 9pt;
}

.box_overlay .inner.overlay_pc .call_us .content_r a:link,
.box_overlay .inner.overlay_pc .call_us .content_r a:hover,
.box_overlay .inner.overlay_pc .call_us .content_r a:active,
.box_overlay .inner.overlay_pc .call_us .content_r a{
  width: 100%;
  font-weight: bold;
  font-size: 17pt;
  text-decoration: none;
}

.slide_atcl a { text-decoration: none; }


@media (max-width: 768px) {
  .box_overlay {
    clear: both;
    padding: 10px 0;
  }
  .box_overlay a {
    width: 27%;
    margin-right: 5px;
    font-size: 13px;
  }
  .box_overlay a:last-child {
    margin-bottom: 0;
  }
  .btn_pink {
    padding: 8px 5px;
    background: #CD8071;
    color: #fff;
    border-radius: 3px;
  }
  a.btn_blue {
    padding: 17px 5px;
    background: #62ABD6;
    color: #fff;
    border-radius: 3px;
    margin-right: 0;
  }
  .overlay_pc {
    display: none;
  }
  .overlay_mobile {
    display: block;
  }
}

@media screen and (max-width: 414px){
  #footernavi{
    padding: 10px 20px;
  }
  #f-bottom .inner .logo{
    left: 15px;
  }

  #f-bottom .inner .contact,
  #f-bottom .inner #copyright{
    right: 15px;
  }

  .dropdown-menu.sp {
    text-align: center;
  }

  .dropdown-menu.sp > li {
    display: inline-block;
    padding: 5px 15px;
  }

  .dropdown-menu.sp > li ul{
    margin-left: 15px;
    width: 120px;
    display: none;

  }

  .dropdown-menu.sp > li ul li a {
    background: url(../images/icon-smallhart-black.png) no-repeat 0 8px;
    color: #000;
  }

  #top-banner .top-title{
    padding: 2%
  }

  #top-banner .top-title img{
    height: 35px;
  }

  #top-banner .top-content .left,
  #top-banner .top-content .right{
    float: none;
    width: 100%;
  }

  #top-banner .top-content .top-item {
    width: 100%;
  }

  #top-banner .top-content .top-item img{
    width: 75px;
  }

  #top-banner .top-content .top-item p{
    padding-left: 10px;
    font-size: 10pt;
  }
}

@media (max-width: 320px) {
  .box_overlay a {
    width: 26%;
  }
}



/* contact page 26-09-2017 */
.frm_contact {
  border: 1px solid #F9F9F9;
  margin-bottom: 60px;
  background: #fff;
  border-radius: 3px;
  padding-bottom: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.frm_contact h2 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: #A6E4E7;
  color: #8F8787;
  padding: 10px;
}
.frm_contact h3 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: #F9F9F9;
  color: #8F8787;
  padding: 10px;
  margin-bottom: 30px;
}
.frm_contact label {
  display: inline-block;
}
.frm_contact .table {
  width: 100%;
}
.w_table {
  margin: 0 30px 30px;
}
.frm_contact .table tr td, .frm_contact .table tr th {
  border: 1px solid #C0C5CD;
  padding: 15px;
}
.frm_contact .table tr th {
  text-align: left;
}
.checkbox {
  width: 48%;
  display: inline-block;
  margin-bottom: 10px;
}

.radio-set.checkbox-list li{
  display: inline-block;
  width: 48%;
}

.radio-set.checkbox-list .checkbox{
  margin-bottom: 10px;
  width: 100%
}


.form-group {
  display: inline-block;
}
.form-control {
  padding: 8px;
  border: 1px solid #ccc;
}
.w50p {width: 50%;} .mr0 {margin-right: 0 !important;} .mb0 {margin-bottom: 0 !important;}  .mr10 {margin-right: 10px;} .mt30 {margin-top: 30px !important;}
.red {background: red; color: #fff; font-size: 12px; padding: 5px; float: right; line-height: 1.3em;}  .mb0_custom {margin-bottom: 0 !important;}
.gray {background: gray; color: #fff; font-size: 12px; padding: 5px; float: right; line-height: 1.3em;}

.box_district {
  clear: both;
  text-align: center;
}
.box_district .form-control {
  width: 42.5%;
  display: inline-block;
  margin-right: 10px;
}
.area {
  clear: both;
  width: 100%;
  text-align: center;
}
.area .form-control {
  width: 45%;
  display: inline-block;
  margin-right: 10px;
  /*padding: 8px;*/
  height: 35px;
  line-height: 32px;
  margin-bottom: 10px;
}
.box_question {
  padding-left: 30px;
}
.box_question .form-control {
  width: 30%;
  display: inline-block;
  margin-right: 10px;
  padding: 8px;
  height: 35px;
  line-height: 32;
  margin-bottom: 10px;
}
.box_email {
  width: 100%;
  padding-left: 30px;
}
.box_email .form-control {
  width: 42.5%;
}
.box_name {
  width: 100%;
  clear: both;
  padding-left: 30px;
}
.box_name .form-group {
  width: 30%;
}
.box_date{
  padding-left: 30px;
  width: 100%;
}
.box_date .form-control{
  margin-right: 30px;
}
.box_date #time_reservation{
  margin-right: 10px;
  padding: 8px;
  height: 35px;
  line-height: 32;
}
.box_phoneNumber {
  width: 100%;
  padding-left: 30px;
}
.box_phoneNumber .form-control {
  margin-right: 10px;
}
.box_inquiry {
  padding-left: 30px;
}
.box_requests {
  width: 100%;
  padding-left: 30px;
}
.box_requests textarea {
  width: 90%;
}
.note {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.contact_btn:hover {
  opacity: 0.8;
}


@media (max-width: 768px) {
  .w_table {
    margin: 0 10px;
  }
  .frm_contact .table tr td, .frm_contact .table tr th {
    padding: 5px;
  }
  .box_name, .box_email, .box_question, .box_phoneNumber, .box_inquiry, .box_requests {
    padding-left: 0;
  }
  .box_district {
    text-align: left;
  }
  .checkbox {
    width: 100%;
  }
  .note {
    margin-top: 30px;
    padding: 0 15px;
  }
  .box_name .form-group {
    width: 100%;
  }
  .box_question .form-control {
    width: 100%;
  }
  .box_email .form-control {
    width: 90%;
  }
  .box_name .form-control {
    width: 84%;
  }
  .mb0_custom {
    margin-bottom: 10px !important;
  }
  .box_phoneNumber .form-control {
    width: 90%;
  }
  .hidden-xs {
    display: none;
  }
  .box_district .form-control {
    width: 90%;
    margin-right: 0;
  }
}