@charset "UTF-8";

/* ---------------------------------------------
	common
--------------------------------------------- */
body , html {
  height: 100%;
  margin: 0;
}
html>body {
  font-size: 14px;
  color: #595757;
}

#cont {
  margin: 45px 0 0;
}
#cont #mainCont .cont{
  margin-bottom: 30px;
}
#cont .txt{
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 15px;
  text-align: justify;
}
#cont .txtArea{
  margin: 0 6px 0 8px;
}



a:hover{
  text-decoration:none;
}

.wrap {
	width:1200px;
	margin:0 auto;
}
.wrap02 {
	width:974px;
	margin:0 auto;
}

/*header*/
header .logoArea{
	background-color: #000000;
	color: #ffffff;
	padding: 20px 0;
}
header .logo{
	float: left;
}
header .logo h1{
	font-size: 18px;
}
header .tel{
	float: right;
	font-size: 16px;
	text-align: right;
	line-height: 1;
	padding-top: 15px;
	font-weight: bold;
}
header .tel span{
	display: block;
	margin-right: 0.3em;
	padding-bottom: 5px;
}
header .tel p,
header .tel a{
	font-size: 38px;
	color: #cb5219;
}
header .tel p span {
	font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
	color: #ffffff;
}
header .tel a span {
	font-size: 14px;
  font-weight: normal;
	color: #ffffff;
  padding-bottom: 0;
}

header .tel a:hover{
	text-decoration: none;
}
header {
	position: relative;
}


/*gNav*/
#gNav {
	height: 70px;
	background-color: rgba(255,255,255,0.8);
	z-index: 100;
	padding: 8px 0;
  border-bottom: 1px solid #b4b4b4;
  border-top: 1px solid #b4b4b4;
  box-sizing: border-box;
  position: absolute;
  top: 152px;
  margin: 0 auto;
  width: 100%;
}
#gNav ul{
	height: 50px;
	line-height: 50px;
}
#gNav ul li{
	text-align: center;
	float: left;
	width: 243px;
	border-left: 1px solid #000000;
}
#gNav ul li:last-child{
	border-right: 1px solid #000000;
}
#gNav ul li a{
	display: block;
	font-size: 16px;
}
#gNav ul li a:hover{
	/*background-color: #ffffff;*/
	text-decoration: none;
	color: #aaaaaa;
}
#cont{
	padding-top: 70px;
}


/*footer*/
footer{
	background-color: #000000;
	color: #ffffff;
}
footer .telArea{
	background: url("../img/common/f_bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000000;
  padding: 70px 0 40px;
}
footer #pageTop{
	text-align: center;
	margin: 20px 0 20px;
}
footer #pageTop img{
  width: 40px;
}
footer .copyright{
	text-align: center;
	font-size: 14px;
	margin-bottom: 15px;
}
footer .telArea .telBox {
	text-align: center;
	font-size: 25px;
  padding: 10px 0;
  background-color: #ffffff;
  border: 3px solid #000000;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
footer .telArea .telBox p{
  display: inline-block;
  vertical-align: top;
  font-size: 53px;
  line-height: 1em;
}
footer .telArea .telBox span{
  line-height: 1.8em;
}


footer .telArea .telBox p,
footer .telArea .telBox a{
	color: #cb5219;
	font-weight: bold;
}
footer .telArea .telBox {
  padding: 20px;
}
footer .telArea .telBox .teltxt {
  float: left;
  width: 40%;
  margin-top: 10px;
}
footer .telArea .telBox .telnum {
  float: right;
  width: 60%;
}


footer .telArea .telBox .telnum {
  text-align: right;
}
footer .telArea .telBox p span,
footer .telArea .telBox a span{
  display: inline-block;
  color: #000000;
  font-size: 14px;
  vertical-align: middle;
  margin-right: 10px;
}

/*slider*/
#slider{
  z-index: 1;
  margin: 0 auto;
  width:100%;
}

/*mainCont*/
#mainCont{
  float: left;
  width: 700px;
}
#mainCont h2{
  font-size: 35px;
	color: #000000;
}
#mainCont h3{
  padding: 7px 15px;
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
}
#mainCont h4{
  font-weight: bold;
	color: #000000;
  font-size: 16px;
  padding: 1px 8px;
  margin-bottom: 10px;
  border-left: 7px solid #cb5219;
}
#mainCont .mainTtl{
  margin-bottom: 50px;
  display:table;
}
#mainCont .mainTtl h2{
  width: 430px;
  height: 185px;
  display: table-cell;
	vertical-align: middle;
}
#mainCont .mainTtl02{
  margin-bottom: 30px;
}


/*side*/
#side{
  float: right;
  width: 245px;
}
#side ul li{
  margin-bottom: 10px;
}
#side ul li:nth-last-child(2){
  margin-bottom: 25px;
}
#side ul li a{
  background-color: #dcdddd;
  display: block;
  color: #595757;
  font-size: 16px;
  padding: 28px 12px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#side ul li:last-child a{
  background-color: #6c9bd2;
  padding: 15px 12px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
#side ul li a:hover{
  text-decoration: none;
  filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}


/*タグ*/
.tag span{
  color: #ffffff;
  padding: 0 5px;
  font-weight: normal;
}
.tagShop span{
  background-color: #8fc31f;
}
.tagOffice span{
  background-color: #6c9bd2;
}
.tagHousing span{
  background-color: #f08730;
}

/*最新施行事例*/
.exBox a{
  display: block;
  background-color: #dcdddd;
  width: 220px;
  padding: 13px 16px 30px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
.exBox a:nth-child(3n){
  margin-right: 0;
}
.exBox a:after {
  content: url(../img/common/anker02.png);
  position: absolute;
  bottom: 3px;
  right: 13px;
}
.exBox .exImg{
  margin-bottom: 8px;
}
.exBox .tag{
  margin-bottom: 5px;
}

/*最新施行予定物件*/
.plansBox a{
  display: block;
  background-color: #dcdddd;
  width: 340px;
  padding: 13px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
.plansBox a:nth-child(2n){
  margin-right: 0;
}
.plansBox a:after {
  content: url(../img/common/anker02.png);
  position: absolute;
  bottom: 3px;
  right: 13px;
}
.plansBox .plansImg{
  float: left;
  width: 110px;
  margin-right: 13px;
}
.plansBox .plansTxt{
  float: right;
}
.plansBox .tag{
  margin-bottom: 5px;
}



/* ---------------------------------------------
	home
--------------------------------------------- */

.home #cont{
	padding-top: 0;
}

.home #cont #mainCont .cont.contEx,
.home #cont #mainCont .cont.contPlans{
	margin-bottom: 10px;
}
.home #cont #mainCont .cont .contBox{
  border: 2px solid #dcdddd;
  padding: 28px;
  margin-bottom: 20px;
}
.home #cont #mainCont .cont .contBox .ankerArea{
  width: 350px;
  float: left;
}
.home #cont #mainCont .cont .contBox .ankerArea .ttl{
  font-size: 28px;
  margin-bottom: 10px;
  position: relative;
}
.home #cont #mainCont .cont .contBox .ankerArea .txt{
  margin-bottom: 0;
}
.home #cont #mainCont .cont .contBox .ankerArea .ttl:after {
  content: url(../img/common/anker.png);
  position: absolute;
  top: 2px;
  margin-left: 8px;
}
.home #cont #mainCont .cont .contBox .imgArea{
  float: right;
}
.home #cont #mainCont .cont .fbArea{
  width: 500px;
  margin: 0 auto;
}
.home #slider{
  border-bottom: 30px solid #000000;
}
.home #slider img{
  width:100%;
}



/* ---------------------------------------------
  user
--------------------------------------------- */
.user #cont #mainCont .cont .imgArea{
  margin-bottom: 15px;
}
.user #cont #mainCont .cont .imgArea img{
  float: left;
  margin-right: 13px;
}
.user #cont #mainCont .cont .imgArea img:last-child{
  margin-right: 0;
}
.user #cont #mainCont .cont .phArea img{
  float: left;
  margin-right: 13px;
}
.user #cont #mainCont .cont .phArea img:last-child{
  margin-right: 0;
}
.user #cont #mainCont .cont .graphArea{
  text-align: center;
}
/* ---------------------------------------------
  orner
--------------------------------------------- */
.orner #cont #mainCont .cont .list{
  font-weight: bold;
}
.orner #cont #mainCont .cont .skeletonImg{
  float: right;
  width: 345px;
  margin-left: 18px;
}
.orner #cont #mainCont .cont02 .txtArea02{
  float: left;
  width: 328px;
  margin: 0 0 0 8px;
}
/* ---------------------------------------------
  business
--------------------------------------------- */
.business #cont #mainCont .cont .list{
  font-weight: bold;
}
.business #cont #mainCont .cont .graphArea{
  text-align: center;
  margin-bottom: 20px;
}

/* ---------------------------------------------
  about
--------------------------------------------- */
.about #cont #mainCont .cont01 .txt{
  float: left;
  width: 420px;
}
.about #cont #mainCont .cont01 .imgArea{
  float: right;
  width: 247px;
}
.about #cont #mainCont .cont02 .imgArea{
  width: 650px;
  margin: 0 auto;
}
.about #cont #mainCont .cont02 .imgArea img{
  float: left;
}
.about #cont #mainCont .cont02 .imgArea img:last-child{
  float: right;
}
/* ---------------------------------------------
  about2
--------------------------------------------- */
.about2 #cont #mainCont .cont .txt span{
  font-size: 18px;
  color: #cb5219;
}
.about2 #cont #mainCont .cont .txt.list li{
  padding-left: 1em;
  text-indent: -1em;
  list-style-type: none;
}
.about2 #cont #mainCont .cont .imgArea{
  text-align: center;
}
.about2 #cont #mainCont .cont .imgArea img{
  text-align: center;
  margin-bottom: 20px;
}
.about2 #cont #mainCont .cont .imgArea img:last-child{
  margin-bottom: 0;
}
/* ---------------------------------------------
  ex_list
--------------------------------------------- */

/* ---------------------------------------------
  example
--------------------------------------------- */
.example #cont #mainCont h3 span.tag{
  margin-left: 1em;
  font-size: 16px;
}

.example #cont #mainCont #slider{
  width: 700px;
  /*height: 465px;*/
  margin-bottom: 20px;
  background-color: #ffffff;
  text-align: center;
}
.example #cont #mainCont #thumbs {
  margin-bottom: 30px;
}
.example #cont #mainCont #thumbs .swiper-slide {
  width: 70px;
  height: 100%;
  opacity: 0.6;
  cursor: pointer;
  margin-right: 10px;
}

.example #cont #mainCont #thumbs{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.example #cont #mainCont #thumbs li{
  opacity: 1;
  margin: 0 5px;
}
.example #cont #mainCont #thumbs li.active {
  opacity: 0.8;
}

.example #cont #mainCont #thumbs li{
  text-align: center;
  width: 70px;
  height: 47px;
}
.example #cont #mainCont #thumbs img{
  width: auto;
  height: 100%;
  max-width: 70px;
  max-height: 47px;
}
.example #cont #mainCont #slider .swiper-button-next, .example #cont #mainCont #slider .swiper-button-prev {
    width: 23px;
    height: 56px;
    margin-top: -28px;
    -moz-background-size: 23px 56px;
    -webkit-background-size: 23px 56px;
    background-size: 23px 56px;
}
.example #cont #mainCont #slider .swiper-button-next.swiper-button-white{
    background-image: url("../img/common/next_arrow.png");
}
.example #cont #mainCont #slider .swiper-button-prev.swiper-button-white{
    background-image: url("../img/common/prev_arrow.png");
}

.example #cont #mainCont .txtArea .userArea{
  background-color: #efefef;
  float: left;
  width: 430px;
  padding: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.example #cont #mainCont .txtArea .userArea .userTtl{
  position: relative;
  font-size: 20px;
  padding-left: 40px;
  margin-bottom: 10px;
  color: #000000;
}
.example #cont #mainCont .txtArea .userArea .userTtl:after {
  content: url(../img/example/user_icon.png);
  position: absolute;
  top: -8px;
  left: 0;
}
.example #cont #mainCont .txtArea .outlineArea{
  float: right;
  width: 230px;
}
.example #cont #mainCont .txtArea .outlineArea .outlineTtl{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #000000;
}
.example #cont #mainCont .txtArea .outlineArea .outlineTxt{
  margin-bottom: 15px;
}
.example #cont #mainCont .txtArea .outlineArea .btn{
  border: 1px solid #000000;
  width: 230px;
  margin: 0 auto;
}
.example #cont #mainCont .txtArea .outlineArea .btn a{
  display: block;
  height: 70px;
  line-height: 72px;
  position: relative;
  text-align: center;
  margin-left: 10px;
  font-size: 20px;
}
.example #cont #mainCont .txtArea .outlineArea .btn a:after {
  content: url(../img/example/arrow.png);
  position: absolute;
  top: 5px;
  left: 25px;
}

/* ---------------------------------------------
  plan
--------------------------------------------- */

.plan #cont #mainCont .plan01{
  margin-bottom: 60px;
}
.plan #cont #mainCont .txtArea .outlineArea{
  margin-bottom: 20px;
}
.plan #cont #mainCont .txtArea .outlineArea .outlineTtl{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #000000;
}
.plan #cont #mainCont h3 span.tag{
  margin-left: 1em;
  font-size: 16px;
}
.plan #cont #mainCont .swiper-container{
  width: 700px;
  /*height: 465px;*/
  margin-bottom: 20px;
  background-color: #ffffff;
  text-align: center;
}

.plan #cont #mainCont .thumbnails .swiper-slide {
  width: 70px;
  height: 100%;
  opacity: 0.6;
  cursor: pointer;
  margin-right: 10px;
}

.plan #cont #mainCont .thumbnails{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.plan #cont #mainCont .thumbnails li{
  opacity: 1;
  margin: 0 5px;
}
.plan #cont #mainCont .thumbnails li.swiper-slide-active {
  opacity: 0.8;
}
.plan #cont #mainCont .thumbnails li{
  text-align: center;
  width: 70px;
  height: 47px;
}
.plan #cont #mainCont .thumbnails img{
  width: auto;
  height: 100%;
  max-width: 70px;
  max-height: 47px;
}

.plan #cont #mainCont .swiper-container .swiper-button-next, .plan #cont #mainCont .swiper-container .swiper-button-prev {
    width: 23px;
    height: 56px;
    margin-top: -28px;
    -moz-background-size: 23px 56px;
    -webkit-background-size: 23px 56px;
    background-size: 23px 56px;
}
.plan #cont #mainCont .swiper-container .swiper-button-next.swiper-button-white{
    background-image: url("../img/common/next_arrow.png");
}
.plan #cont #mainCont .swiper-container .swiper-button-prev.swiper-button-white{
    background-image: url("../img/common/prev_arrow.png");
}
/* ---------------------------------------------
  profile
--------------------------------------------- */
.profile #cont .txt {
  margin-bottom: 0;
}
.profile #cont #mainCont .cont02 .txtArea dl{
  padding: 0 10px 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #aaaaaa;
}
.profile #cont #mainCont .cont02 .txtArea dt{
  width: 75px;
  float: left;
  font-weight: bold;
  color: #000000;
}
.profile #cont #mainCont .cont02 .txtArea dd{
  float: left;
}
.profile #cont #mainCont .cont02 .txtArea dd a{
  color: #6c9bd2;
}
.profile #cont #mainCont .cont02 .txtArea dd a:hover{
  text-decoration: underline;
}



.smp {display: none;}

@media screen and (max-width: 768px) {
.pc {display: none;}
.smp {display: block;}

/* ---------------------------------------------
	smp common
--------------------------------------------- */
  img{
    width: 100%;
  }
  footer {
    position: static;
  }

  .wrap,
  .wrap02 {
  	width:auto;
  }
  .wrap02 {
    padding: 0 2%;
  }
  #cont {
    margin: 20px 0 20px;
    padding: 0;
  }
  #cont .txtArea{
    margin: 0;
  }


  /*header*/
  header .logoArea {
    text-align: center;
    padding: 10px 0;
  }
  header .logo {
    float: none;
  }
  header .logo h1 {
    font-size: 15px;
    line-height: 1.8em;
  }
  header .logo h1 a img{
    width: 90%;
  }
  header .tel {
    float: none;
    font-size: 15px;
    line-height: 1.8em;
    text-align: center;
  }
  header .tel span {
    margin-right: 0;
  }
  header .tel a{
    font-size: 35px;
  }

/*gNav*/
  #gNav {
  height: 100%;
  position: static;
  padding: 15px 0;
  }
  #gNav #mainMenu{
    display: none;
  }
  #gNav #mainMenu ul{
    height: 100%;
    float: none;
    margin-top: 15px;
  }
  #gNav #mainMenu ul li{
    float: none;
    border: none;
    width: auto;
    border-bottom: 1px solid #b4b4b4;
  }
  #gNav #mainMenu ul li:first-child{
    border-top: 1px solid #b4b4b4;
  }
  #gNav #mainMenu ul li a{
    text-align: center;
    display: block;
    position: relative;
  }
  #gNav #mainMenu ul li a::after {
    display: block;
    content: "";
    position: absolute;
    top: 48%;
    right: 15px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #b4b4b4;
    border-right: solid 2px #b4b4b4;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  #gNav .menu{
    float: left;
    font-size: 16px;
    line-height:30px;
  }
  #gNav .open{
    float: right;
  }
  #gNav .open {
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 101;
    float: right;
  }
  #gNav .open div {
    position: relative;
  }
  #gNav .open span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    transition: all .4s;
    background: #9fa0a0;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #gNav .open span:nth-child(1) {
    top: 0;
  }
  #gNav .open span:nth-child(2) {
    top: 12px;
  }
  #gNav .open span:nth-child(3) {
    top: 24px;
  }

  #gNav .open.close span:nth-child(1){
	-webkit-transform: translateY(12px) rotate(-45deg);
	transform: translateY(12px) rotate(-45deg);
  }
  #gNav .open.close span:nth-child(2) {
  	opacity: 0;
  }
  #gNav .open.close span:nth-child(3)  {
	-webkit-transform: translateY(-12px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
  }


/*footer*/
  footer .telArea .telBox {
    height: auto;
    font-size: 28px;
    line-height: 1.2em;
    padding: 3px 0;
  }
  footer .telArea .telBox span{
    font-size: 20px;

  }
  footer .telArea .telBox p{
    display: none;
  }
  footer .telArea .telBox a:hover{
    text-decoration: none;
    text-align: center;
  }

  footer .telArea .telBox {
    padding: 10px 3%;
  }
  footer .telArea .telBox .teltxt {
    float: none;
    width: auto;
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 10px;
  }
  footer .telArea .telBox .telnum {
    float: none;
    width: auto;
  }
  footer .telArea .telBox .telnum {
    text-align: center;
  }
  footer .telArea .telBox p span,
  footer .telArea .telBox a span{
    display: block;
    margin-right: 0;
  }



  #mainCont,
  #side{
    float: none;
    width: auto;
  }
  #mainCont{
    margin-bottom: 20px;
  }
  #side ul li a{
    padding: 15px 12px;
  }
  /*mainCont*/
  #mainCont h2 {
    font-size: 24px;
    text-align: center;
  }
  #mainCont h3{
    text-align: center;
  }
  #mainCont h4{
    margin-left: 0;
  }
  #mainCont .mainTtl{
    margin-bottom: 20px;
    display: block;
  }
  #mainCont .mainTtl h2{
    width: auto;
    height: auto;
    display: block;
  }
  #mainCont .mainTtl02 {
    margin-bottom: 15px;
  }

  /*最新施行事例*/
  .exBox a{
    width: auto;
    padding: 13px 16px 13px;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .exBox a:after {
    bottom: 8px;
  }
  /*最新施行予定物件*/
  .plansBox a{
    width: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .plansBox a:after {
    bottom: 8px;
  }
  .plansBox .plansImg {
    width: 40%;
  }

  /*slider*/
  #slider{
    margin-top: 0;
  }


/* ---------------------------------------------
	smp home
--------------------------------------------- */

  .home #cont #mainCont .cont .contBox .txtArea{
    width: auto;
    float: none;
  }
  .home #cont #mainCont .cont .contBox .txtArea .ttl{
    font-size: 23px;
  }
  .home #cont #mainCont .cont .contBox .imgArea {
    float: none;
    margin-bottom: 10px;
  }
  .home #cont #mainCont .cont .contBox {
    padding: 15px;
  }
  .home #cont #mainCont .cont .fbArea {
    width: auto;
  }
  .home #cont #mainCont .cont .fbArea .fb-page{
    height: 350px;
  }
  .home #cont #mainCont .cont .contBox .ankerArea {
    width: auto;
    float: none;
  }
  .home #cont #mainCont .cont .contBox .ankerArea .ttl {
    font-size: 22px;
  }
/* ---------------------------------------------
  smp user
--------------------------------------------- */
  .user #cont #mainCont .cont .imgArea{
    margin-bottom: 0;
  }
  .user #cont #mainCont .cont .imgArea img{
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 70%;
  }
  .user #cont #mainCont .cont .imgArea img:last-child {
      margin-right: auto;
  }
  .user #cont #mainCont .cont .phArea{
    margin-bottom: 0;
  }
  .user #cont #mainCont .cont .phArea img{
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 70%;
  }
  .user #cont #mainCont .cont .phArea img:last-child {
      margin-right: auto;
  }

/* ---------------------------------------------
  smp orner
--------------------------------------------- */
  .orner #cont #mainCont .cont .skeletonImg{
    float: none;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .orner #cont #mainCont .cont .skeletonImg{
    float: none;
    width: auto;
    margin-left: 0;
  }
  .orner #cont #mainCont .cont02 .txtArea02{
    float: none;
    width: auto;
    margin: 0;
  }
/* ---------------------------------------------
  smp business
--------------------------------------------- */

/* ---------------------------------------------
  smp about
--------------------------------------------- */
  .about #cont #mainCont .cont01 .txt{
    float: none;
    width: auto;
  }
  .about #cont #mainCont .cont01 .imgArea{
    float: none;
    width: auto;
    text-align: center;
  }
  .about #cont #mainCont .cont01 .imgArea img{
    width: 80%;
  }
  .about #cont #mainCont .cont02 .imgArea{
    width: auto;
  }
  .about #cont #mainCont .cont02 .imgArea img{
    float: none;
  }
  .about #cont #mainCont .cont02 .imgArea img:last-child{
    float: none;
    margin-top: 15px;
  }


/* ---------------------------------------------
  smp about2
--------------------------------------------- */

/* ---------------------------------------------
  smp ex_list
--------------------------------------------- */

/* ---------------------------------------------
  smp example
--------------------------------------------- */

  .example #cont #mainCont .txtArea .userArea {
    background-color: #efefef;
    float: none;
    width: auto;
    padding: 20px 6%;
    margin-bottom: 20px;
  }
  .example #cont #mainCont .txtArea .outlineArea {
    float: none;
    width: auto;
    padding: 0 6%;
  }
  .example #cont #mainCont #slider {
    width: auto;
    height: auto;
    padding-bottom: 30px;
  }
  .example .swiper-container-horizontal>.swiper-pagination-bullets, .example .swiper-pagination-custom, .swiper-pagination-fraction{
      bottom: -4px!important;
    }
  .example #cont #mainCont #slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .example #cont #mainCont #slider .swiper-pagination-bullet-active {
    background: #000;
  }

  .example #cont #mainCont #slider .swiper-button-next.swiper-button-white,
  .example #cont #mainCont #slider .swiper-button-prev.swiper-button-white{
    background-size: 10px 23px;
  }
  .example #cont #mainCont #thumbs{
    display: none;
  }


/* ---------------------------------------------
  smp plan
--------------------------------------------- */
  .plan #cont #mainCont .plan01,
  .plan #cont #mainCont .plan02{
    margin-bottom: 40px;
  }
  .plan #cont #mainCont .swiper-container {
    width: auto;
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 30px;
  }
  .plan .swiper-container-horizontal>.swiper-pagination-bullets, .plan .swiper-pagination-custom, .swiper-pagination-fraction{
      bottom: 0!important;
    }
  .plan #cont #mainCont .swiper-container .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .plan #cont #mainCont .swiper-container .swiper-pagination-bullet-active {
    background: #000;
  }

  .plan #cont #mainCont .swiper-container .swiper-button-next.swiper-button-white,
  .plan #cont #mainCont .swiper-container .swiper-button-prev.swiper-button-white{
    background-size: 10px 23px;
  }
  .plan #cont #mainCont .thumbnails{
    display: none;
  }
/* ---------------------------------------------
  smp profile
--------------------------------------------- */
  .profile #cont #mainCont .cont02 .txtArea dl{
    border-bottom: none;
    padding-bottom: 0;
  }
  .profile #cont #mainCont .cont02 .txtArea dt{
    width: auto;
    float: none;
    margin-bottom: 3px;
  }
  .profile #cont #mainCont .cont02 .txtArea dd{
    float: none;
  }

}
@media only screen and (min-width: 768px){
  #gNav #mainMenu{
	display: block !important;
  }
}
