@charset "UTF-8";


/* common */

body{font-size: 16px; padding-bottom: 80px; }
p{margin: 0 0 15px; line-height: 1.8}

.mb0{margin-bottom: 0px !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}

.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mt50{margin-top: 50px !important;}

.pl0{ padding-left: 0; }
.pr0{ padding-right: 0; }

.list-icon-link li a{
  background: url(../images/icon-link.png) 15px center no-repeat;
  background-size: 10px;
  padding-left: 35px;
}
.nav-list a{
  display: block;
  border-bottom:  solid 1px #D1D1D1;
  padding: 12px 8px;
}
.nav-list li:first-child a{
  border-top:  solid 1px #D1D1D1;
}

#sp-GlobalNavi{
  width: 100%;
  background-color: white;
  z-index: 1;
  padding-bottom: 40px;
}
#sp-TelChoice{
  position: absolute;
  left: auto;
  z-index: 2;
  width: 100%;
  background-color: white;
}
.sp-GlobalNavi-btn{
  background-color: #E5EEF7;
  padding: 10px 15px;
}
.sp-GlobalNavi-btn p{
  margin-bottom: 0;
}
.sp-GlobalNavi-btn-half-l{
  width: 49%;
  float: left
}
.sp-GlobalNavi-btn-half-r{
  width: 49%;
  float: right
}
.sp-GlobalNavi-btn a{
  padding: 16px 0;
}
.telno{
  font-size: 20px;
  margin-left: 4px;
}
.dropdown{
  position: static
}
#adminBox{
  margin-bottom: 0;
}

a.btn-link{
  display: block;
  font-size: 14px;
  padding: 2px 6px;
  text-decoration: none;
  background: url(../images/icon-link.png) #DAE7F4 10px center no-repeat;
  background-size: 10px;
  padding-left: 25px;
}
a.btn-link:hover{
  background-color: #C1D5EC;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a img:hover{
  opacity: .8;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.section{
  border-bottom: solid 8px #E9EDF2;
  padding-bottom: 40px;
}

.list-inline{
  margin-left: 0;
}

/* btn */

.btn-blue {
  color: #fff;
  background-color: #005CB1;
  border-color: #005CB1;
}
.btn-blue:focus,
.btn-blue.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-blue:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-blue:active:hover,
.btn-blue.active:hover,
.open > .dropdown-toggle.btn-blue:hover,
.btn-blue:active:focus,
.btn-blue.active:focus,
.open > .dropdown-toggle.btn-blue:focus,
.btn-blue:active.focus,
.btn-blue.active.focus,
.open > .dropdown-toggle.btn-blue.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  background-image: none;
}
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled.focus,
.btn-blue[disabled].focus,
fieldset[disabled] .btn-blue.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-blue .badge {
  color: #337ab7;
  background-color: #fff;
}

.focus{
  display: none
}

/* header */

header{
  padding: 0 0 0 10px;
  border-bottom: solid 1px #D1D1D1;
}
header h1{
  margin: 0;
  padding: 0;
}
.brand-logo{
  width: 172px;
  height: auto;
  margin-top: 10px;
}
header nav{
  float: right;
  font-size: 12px;
}
header nav div{
  text-align: center
}
header nav img{
  width: 32px;
  height: auto
}
.brand-logo,
.icon-catalog,
.icon-tel,
.icon-nav{
  float: left;
}
.icon-catalog,
.icon-tel,
.icon-nav{
  border-left:  solid 1px #D1D1D1;
  width: 58px;
}
.icon-nav{
  background-color: #005CB1;
}
.icon-catalog a,
.icon-tel a{
  color: black;
}
.icon-nav a{
  color: white !important;
  background: #004784;
}
.icon-catalog a,
.icon-tel a,
.icon-nav a{
  display: block;
  padding: 2px 0 4px;
  text-decoration: none
}

/* footer */

footer{
  padding: 0 0 20px 0;
  border-top: solid 8px #E9EDF2;
}
footer.top{
  border: none
}

.foot-wrapper{
  margin: 0 15px;
}
.footer-id{
  text-align: center
}
.footer-id img{
  width: 125px;
  height: auto
}
.nav-sns{
  text-align: center;
  margin: 30px;
}
.nav-sns img{
  width: 48px;
  height:auto
}
.copyright{
  text-align: center;
}

.navbar-sp-footer{
  background-color: #005CB1;
  border-top: solid 1px white;
  box-shadow: 0 0 15px #888
}
.navbar-sp-footer ul{
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
}
.navbar-sp-footer li{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  border-right: solid 1px white;
  -webkit-tap-highlight-color: #004784;
}
.navbar-sp-footer li:last-child{
  border-right:   none;
}
.navbar-sp-footer a{
  display: block;
  color: white;
  font-size: 12px;
  padding: 4px 0 6px 0;
  background: #004784;
}
.navbar-sp-footer a:hover{
  background-color: #327CC0;
  text-decoration: none;
}
.navbar-sp-footer img{
  width: 40px;
  height: auto
}


/* page-title */

.page-title{
  text-align: center;
  color: #005CB1;
  background-color: #E4EDF6;
  padding: 10px 0;
  font-size: 16px !important;
  font-weight:  bold;
  margin-top: 0;
}
.breadcrumb{
  padding: 4px 0;
  background: none
}
.breadcrumb > li{
  font-size: 13px;
}


/* entry */

.acms-entry img{
  max-width: 100%;
  height: auto;
}
.entry .section{
  margin-bottom: 30px;
}

.acms-entry{
  margin-bottom: 40px;
}

.page-header{
  border-bottom:  none;
  margin: 0 0 10px;
  padding-left: 0;
}

.entry .entry-title{
  font-size: 16px;
  font-weight:  bold;
  padding: 0;
  margin: 0;
  background: none;
  color: black;
  line-height: 1.4
}
.entry .entry-title small{
  margin-right: 4px;
  font-weight:  bold;
  font-size: 14px;
  color: black;
}
.entry h2,
.entry h3,
.entry h4{
  line-height: 1.5 !important;
  margin-bottom: 15px;
}
.entry h2{
  background-color: #E4EDF6;
  padding: 6px 10px;
  font-size: 18px;
  color: #005CB1;
  margin-bottom: 30px;
  font-weight:  bold;
}
.entry h2.head-blue{
  background: none;
  text-align: center;
  font-size: 22px;
  font-weight:  bold;
  margin:   0 0 30px;
  padding: 0;
}
.entry h2.head-blue small{
  color: #005CB1 !important;
  margin-right: 5px;
}
.entry-column h3{
  font-size: 16px;
  font-weight:  bold;
  padding: 0 0 0 8px;
  margin: 0 10px 15px;
  border-left:  solid 6px #005CB1;
}
.entry-column h4{
  font-size: 16px;
  font-weight:  bold;
  border-bottom:  solid 1px #CCC;
  padding-bottom: 5px;
}
.head-bb{
  border-bottom:  solid 1px #95989A;
  padding-bottom: 5px !important;
}


.entry table{
  width: 100%;
  margin-bottom: 30px;
}

.entry table {
  background-color: transparent;
}
.entry table th {
  text-align: left;
}
.entry table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.entry table > thead > tr > th,
.entry table > tbody > tr > th,
.entry table > tfoot > tr > th,
.entry table > thead > tr > td,
.entry table > tbody > tr > td,
.entry table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.entry table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.entry table > caption + thead > tr:first-child > th,
.entry table > colgroup + thead > tr:first-child > th,
.entry table > thead:first-child > tr:first-child > th,
.entry table > caption + thead > tr:first-child > td,
.entry table > colgroup + thead > tr:first-child > td,
.entry table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.entry table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.entry table .entry table {
  background-color: #fff;
}
.entry table-condensed > thead > tr > th,
.entry table-condensed > tbody > tr > th,
.entry table-condensed > tfoot > tr > th,
.entry table-condensed > thead > tr > td,
.entry table-condensed > tbody > tr > td,
.entry table-condensed > tfoot > tr > td {
  padding: 5px;
}

table.contact-form{
  font-size: 16px !important
}
.label{
  margin-bottom: 0;
}
.label-required {
    margin: 0 5px;
    padding: 2px 8px;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    background: #c41134;
}

table.contact-form th,
table.contact-form td{
  display: block;
}
table.contact-form th{
  background-color: #F3F3F3
}
table.contact-form td{
  padding: 15px 0 !important;
}

p.error-text{
  font-size: 13px;
  color: #C00;
  margin: 4px 0 0 0;
}


/* ------------------------------
　　スライダー
------------------------------ */
.slick-slider {
	padding: 0;
}
.slick-slider img {
	margin: 0 auto;
}

.fix-height {
	height: 200px;
	/* はじめのちらつき防止 */
	overflow: hidden;
	/* はじめのちらつき防止 */
}

.slick-slide:hover {
	cursor: pointer;
}

.slick-slider a{
  color: white !important;
  text-decoration: none
}
.slick-slide{
  position: relative;
}
a.slider-item h2{
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: block;
  width: 200px;
  background-color: rgba(0,71,132,.8);
  text-align: center;
  font-size: 14px;
  font-weight:  bold;
  padding: 6px;
  margin: 0;
}

.main-slider-image {
	height: 200px;
	background: no-repeat center #333;
	background-size: cover;
}
.main-slider-image a:hover {
	text-decoration: none;
}

.main-slider-text-outer {
	height: 100%;
}

.main-slider-text-wrap {
	display: table;
	width: 100%;
	height: 100%;
}

.main-slider-text-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.main-slider-main-copy {
	margin: 0;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
}

.main-slider-side-copy {
	margin: 0;
	color: #FFF;
	font-size: 14px;
}

/* ちらつき防止 */
.slick-track,
.slick-list {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
}

/* 矢印ナビゲーション */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 19px;
	height: 60px;
	margin-top: -29px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev {
	left: 10px;
	background: url("../images/marker/icon_white_arrow_left.png") no-repeat;
}

.slick-next {
	right: 10px;
	background: url("../images/marker/icon_white_arrow_right.png") no-repeat;
}
.slick-dots{
  display: none !important
}

.report-photo .slick-slider{
  margin-bottom: 0;
  padding-bottom: 2px;
}
.slider-nav .slick-track{
  width: 100% !important;
}
.slider-nav .slick-slide img{
  width: 100% !important;
  height: auto;
  padding-right: 3px;
}
.slider-nav.slick-slide{
  width: 25% !important
}

.vi-pc{
  background-color: #EAF1F8 !important;
}

/* top */

.entry-item{
  margin-bottom: 30px;
}

.summary-item p{
  margin-bottom: 0px;
}
.summary-item p.summary-category{
  line-height: 1;
  margin-bottom: 10px;
}
.summary-item p.summary-date{
  font-weight:  bold;
  font-size: 14px;
  color: #005CB1;
}
.summary-item h3{
  padding: 0;
  margin: 0 0 5px;
  font-weight: bold;
  font-size: 18px;
}
.summary-item p.summary-text{
  font-size: 14px;
  margin-bottom: 5px;
}
.summary-item h3.summary-title-2{
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.summary-item h3.summary-title-2 a{
  color: black
}

p.case-category{
  color: #005CB1;
  font-weight:  bold;
}


.sub{
  margin-bottom: 50px;
}
.sub .module-heading{
  font-size: 16px;
  font-weight: bold;
  background: url(../images/bg-page-title.png) right center #005CB1 no-repeat;
  background-size: auto 40px;
  color: white;
  padding: 10px 12px;
  margin-top: 0;
  margin-bottom: 0 !important;
}

.sub .listhead{
  background-color: #E4EDF6;
  padding: 4px 10px;
  color: #005CB1;
  font-weight:  bold;
  font-size: 13px !important;
}


p.photo-title,
h3.photo-title{
  color: black !important;
  font-size: 18px;
  padding-top: 4px;
  margin-top: 10px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: normal;
}
p.photo-title a{
  color: black
}

.photo-item{
  margin-bottom: 30px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.tag-list{
  margin: 0 10px;
  font-size: 14px;
}
.tag-list a{
  color: black;
  padding: 3px 0;
  display: inline-block;
}
.tag-list .acms-icon{
  padding-right: 5px;
  font-size: 12px;
}

.acms-tabs{
  margin-top: 30px;
}
.acms-tabs .acms-tabs-panel{
  border: none;
  background: #F7F7F7;
}
.js-acms_tab,
.acms-list-inline a{
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.acms-tabs .js-acms_tabs{
  width: fit-content;
  margin: auto;
  margin-bottom: 10px;
}
.acms-tabs .js-acms_tabs a{
  font-size: 16px;
}

.acms-tabs .js-acms_tabs a.js-acms_tab-active{
  background: none;
  border-bottom: 2px solid #014cc5;
}

.acms-list-inline a{
  color: black;
}
.acms-icon-home{
  font-size: 14px;
  padding-right: 5px;
}
.photo-item-tsubo,
.tag-list,
.tag-list a{
  color: #555 !important;
  font-size: 14px;
}
.title-Tag_Filter{
  text-align: center;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  margin-bottom: 40px;
}




.body-report .entry-title{
  text-align: center;
  font-size: 22px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  margin-bottom: 40px;
  font-weight: normal;
}







.entry iframe{
  padding: 10px;
  max-width: 100% !important;
  margin-bottom: 30px;
}

.entry .col-sm-6{
}


.offshot{
  background: url(../images/bg-offshot.png);
  padding: 20px 10px 10px;
  color: #403000;
}
.offshot-footer{
  background: url(../images/offshot-footer.png) right top no-repeat;
  height: 20px;
  background-size: contain
}
.offshotPhoto{
  border: solid 1px #D3D4D1 !important;
  background-color: #EDF2F5;
  padding: 0px 10px 10px;
  margin-bottom: 10px;
  position: relative
}
.offshot-tape{
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: auto;
}
.offshotPhoto img{
  padding: 8px 0 10px;
}
.offshotPhoto span{
  text-transform: capitalize;
  font-family: "FOT-つばめ Std R";
  font-style: italic
}
.offshot h3{
  border: none;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight:  normal;
  font-family: "FOT-つばめ Std R";
}
.offshotTxt{
  font-family: "FOT-ぶどう Std L";
}


header.pclayout{
  border: none;
  padding: 10px 0 15px;
}
header.pclayout .brand-logo{
  width: 220px;
  height: auto
}
header.pclayout nav{
  margin-top: 20px;
}
header.pclayout nav a{
  background-color: #DAE7F4;
  font-size: 14px;
  padding: 6px 12px;
}

.pcGlobalNavi{
  margin: 15px 0;
}
.pcGlobalNavi ul{
  display: table;
  text-align: center;
  width: 100%;
}
.pcGlobalNavi ul li{
  display: table-cell;
  vertical-align: middle;
  border-right:   solid 1px #DDD;
  max-width: 110px !important;
}
.pcGlobalNavi ul li:first-child{
  border-left:   solid 1px #DDD;
}
.pcGlobalNavi ul li a{
  display: block;
  padding: 12px 0;
  font-size: 14px;
  color: #333;
  text-decoration: none
}
.pcGlobalNavi ul li:hover{
  background-color: #FFF6E0
}
.pcGlobalNavi ul li.stay{
  background-color: #FFF6E0;
  color: #005CB1 !important;
  font-weight:  bold;
}

.index-summary{
  margin-top: 20px;
}
.index-summary-item{
  border: solid 1px #DDD;
  padding: 5px;
  margin-bottom: 30px;
  border-radius: 4px
}
.index-summary-item a{
  color: black;
  text-decoration: none;
}
.index-summary-item h2{
  font-size: 16px;
  background: url(../images/icon-link.png) 10px 8px no-repeat;
  background-size: 10px;
  padding: 0 0 0 26px;
  margin: 0;
  font-weight:  bold;
  line-height: 1.4;
  color: #337ab7;
}
.index-summary-item h2:hover{
  text-decoration: underline
}
.index-summary-item .leadTxt{
  margin: 10px;
  font-size: 14px
}

.acms-list-group li a{
  background: url(../images/icon-link.png) 8px 18px no-repeat;
  background-size: 8px;
  padding-left: 24px;
}

.acms-list-group li a:hover{
  background: url(../images/icon-link.png) #FFF6E0 8px 18px no-repeat;
  background-size: 8px;
}
.acms-list-group li.stay a{
  background: url(../images/icon-link.png) #FFF6E0 8px 18px no-repeat;
  background-size: 8px;
  font-weight:  bold;
}

.vi-pc{
  background-color: #F9FAFC;
  margin-bottom: 20px;
  text-align: center;
}

.top-bnr{
  padding: 15px;
}
.top-bnr img{
  border: solid 3px #DAE7F4;
}
.fb-page iframe{
  padding: 0 !important;
}

.topmain{
  margin-bottom: 40px;
}

.entry strong{
}
.entry em{
  font-style: normal;
  color: #C00;
  font-weight:  bold;
}

@media (min-width: 768px) {
  body{
    padding-bottom: 0;
  }
  a.btn-link{
    display: inline-block;
    padding-right: 15px;
  }
  .page-title{
    padding: 40px 30px;
    font-size: 24px !important;
    color: white;
    font-weight: normal;
    background: url(../images/bg-page-title.png) right center #005CB1 no-repeat;
    text-align: left;
  }
  .acms-page-header a{
    background: url(../images/icon-link.png) left 8px no-repeat;
    padding-left: 16px;
    background-size: 10px;
  }
  
  header.pclayout nav a{
    background: url(../images/icon-link.png) #DAE7F4 8px 11px no-repeat;
    background-size: 8px;
    padding-left: 24px;
  }
  header.pclayout nav a:hover{
    background-color: #B1CDE7;
    text-decoration: none
  }
  .index-summary{
    margin-top: 0;
  }
  
  .report-photo{
    margin: 0 15px;
  }
  .js-slider{
    margin: 0 15px;
  }
  
  .section{
    border: none;
    padding-bottom: 0;
  }
  
  /* footer */
  footer{
    border-top: solid 4px #E9EDF2 !important;
    padding-top: 30px;
    padding-bottom: 40px;
    background-color: #F9FAFC;
  }
  footer p{
    font-size: 14px;
  }
  .footer-id img{
    width: 160px;
    height: auto
  }
  footer nav.footer-sitemap li a{
    display: block;
    background: url(../images/icon-link.png) left 9px no-repeat;
    background-size: 8px;
    font-size: 13px;
    padding: 4px 0 4px 14px;
    color: black
  }
  footer nav.footer-sitemap {
    margin-bottom: 20px;
  }
  footer nav.footer-sitemap li a:hover{
    background-color: #B1CDE7;
    text-decoration: none
  }
  footer nav.footer-sitemap h4{
    font-size: 13px;
    font-weight:  bold;
  }
  .nav-section:first-child{
    border-left:   solid 1px #DDD;
  }
  .nav-section{
    border-right:   solid 1px #DDD;
    min-height: 230px;
  }
  a.slider-item h2{
    left: 0px;
    bottom: 20px;
    font-size: 20px;
    padding: 12px;
    width: 240px;
  }
  .top .slick-slide{
    max-height: 480px;
    width: auto;
  }
  .slider-nav.slick-slide{
    width: 12.5% !important;
  }
  .pcGlobalNavi ul li{
    font-family: "FOT-ニューロダン ProN M";
  }
  h1,h2,h3{
    font-family: "FOT-ニューロダン ProN DB";
  }
}

/* YouTube動画をレスポンシブ対応させるための記述 */
.column-youtube,
.column-iframe {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.column-youtube iframe,
.column-youtube object,
.column-youtube embed,
.column-iframe iframe,
.column-iframe object,
.column-iframe embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




  .top-modelhouse-item{
    background: #DAE7F5;
    border-radius: 0px;
    padding: 12px;
  }
  .top-modelhouse-item br{
    display: none
  }
  .top-modelhouse-item h2{
    text-align: center;
    background: none;
    margin: 0 0 10px;
    font-size: 16px;
  }
  .top-modelhouse-item h3{
    text-align: center;
    font-size: 16px;
    margin: 10px 0 5px;
  }
.top-modelhouse-nav{
  background-color: ;
  padding-bottom: 6px;
}
.top-modelhouse-nav h2{
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
  background: none;
  padding: 0;
}

.top-modelhouse-item-pc img{
  float: left;
  width: 180px;
  height: auto;
  margin-right: 20px;
}
.top-modelhouse-item-pc h3{
  text-align: left;
  font-size: 20px;
}
.top-modelhouse-item-pc p{
  color: black;
  margin-right: 15px;
}
.top-modelhouse-item-pc a:hover{
  text-decoration: none;
}

@media (max-width: 768px) {
  .top-modelhouse-nav{
    margin: 0 10px;
  }
  .top-modelhouse-item{
    padding: 6px;
  }
  .top-modelhouse-item br{
    display: block
  }
  .top-modelhouse-item h2,
  .top-modelhouse-item h3{
    font-size: 13px;
    padding: 4px 0 0;
    margin-bottom: 5px;
  }
  .top-modelhouse-nav .col-xs-6{
      padding: 0 4px;
  }
}


.reform-item{
  border: solid 1px #DDD;
  padding: 20px;
  margin-bottom: 40px;
}

.entry .reform-item h2{
  margin: 0 !important;
}
.entry .reform-item h3{
  margin: 10px 0 10px;
  font-size: 18px;
}
.btn-outline{
  border: solid 2px #005CB1;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 15px 5px;
}

.btn-eventForm{
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px 20px;
}
.btn-eventForm .acms-btn{
  border-radius: 30px;
  display: block;
  padding: 20px 5px;
  font-size: 18px;
}


@media (min-width: 768px) {
  .btn-eventForm .acms-btn{
    display: inline-block !important;
    font-size: 20px;
    padding: 16px 24px;
  }
}

@media (max-width: 768px) {
  .img-quocard{
    max-width: 200px;
    height: auto;
    margin: 20px auto;
  }
}

.reform-nav{
  margin-bottom: 30px;
  font-size: 13px !important;
  border-bottom: solid 1px #E4EDF6;
}
.reform-nav .col-xs-4{
  padding: 0;
}
.reform-nav .col-xs-4 a{
  padding: 8px 0 18px;
  display: block
}


.entryFormColumn .entryFormColumnHead .entryFormColumnHeadLayoutBox input, .entryFormColumn .entryFormColumnHead .entryFormColumnHeadLayoutBox select {
    color: black;
}

#entry-end-date-display {
  display: table-row !important;
}