/* Generated by less 2.2.0 */
/* LESS Document */
 {
  color: #555555;
  /*------- clearfix -------*/
  /*------- end:#XperiaTouchApp-------*/
}
 div,
 span,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 small,
 strong,
 ol,
 ul,
 li,
 table,
 caption,
 tbody,
 tfoot,
 thead,
 tr,
 th,
 td,
 article,
 aside,
 nav,
 section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  letter-spacing: normal;
}
/*---------------
all
-----------------*/
body{
  position: relative;
}
#all_wrapper{
  max-width:960px;
  width: 100%;
  margin: 0 auto;
  /* font-family: Meiryo,arial; */
  overflow: hidden;
}

img{
  width: 100%;
}
p{
  line-height: 1.8;
  font-size: 16px; 
}
h1{margin-top: 50px;margin-bottom: 30px;font-size: 20px;}
section{
  margin-top: 60px;
}
section+section{
  margin-top: 100px;
}

h2{
	    font-size: 36px;
    display: inline-block;
    line-height: 41px;
    font-weight: 100;
    z-index: 1000;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
}
h2 span.bar_blue{
  font-size: 28px;
  background-color: #fff;
}
.h2_container{
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.h2_container:before{
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: 35%;
    left: 0;
    background-color: #03ab99;
    z-index: 10;
    border-radius: 3px;
}

.h2_bg{
  z-index: 100;
  width:100px;
  height:25px;
  border-right:2px solid #03ab99;
  border-left:2px solid #03ab99;
  background:#ffffff;
  transform: skew(-20deg);
  -o-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  position: absolute;
  top:15%;
  left:0;
  right:0;
  margin: auto;
}
.h2_container:after{
  content:"";
  width: 100%;
  height: 2px;
  position: absolute;
  top:-7%;
  left:0;
  background-color: #03ab99;
  z-index: 10;
  border-radius: 3px;
  display: none;
}
.h2_bg_sp{
    z-index: 100;
    width: 100%;
    height: 25px;
    border-right: 2px solid #03ab99;
    border-left: 2px solid #03ab99;
    background: transparent;
    transform: skew(-20deg);
    -o-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    position: absolute;
    top: -23%;
    top: -14px;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}




h3{
  font-size: 24px;
  position: relative;
  font-weight: 100;
  text-align: center;
  line-height: 1.5;
  margin-top: 70px;
  margin-bottom: 55px;
}
h3:after{
  content:"";
  position:absolute;
  width: 100px;
  height: 3px;
  border-radius:3px;
  background-color: #03ab99;
  right:0;
  left:0;
  bottom:-15px;
  margin: auto;
}
section.hav_h3_sub_container{
  text-align: center;
}
.h3_sub_container{
  margin-bottom: 25px;
}
.h3_sub_container h3{
  font-size: 32px;
  display: inline;
  position: relative;
}
.h3_sub_container h3:before{
  content:"";
  width: 3px;
  height: 40px;
  transform: rotate(-30deg);
  position: absolute;
  left: -30px;
  top:0;
  bottom:0;
  margin: auto;
  background-color: #ffcf51;
}
.h3_sub_container h3:after{
  content:"";
  width: 3px;
  height: 40px;
  transform: rotate(30deg);
  position: absolute;
  right: -30px;
  top:0;
  bottom:0;
  left:auto;
  margin: auto;
  background-color: #ffcf51;
  border-radius:0px;
}
h4{
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight:100;
}
h4.h4_sub{
  font-size: 28px;
  position: relative;
  font-weight: 100;
  text-align: center;
  line-height: 50px;
  margin-top: 70px;
  margin-bottom: 35px;
}
h4.h4_sub:after{
  content:"";
  position:absolute;
  width: 100px;
  height: 3px;
  border-radius:3px;
  background-color: #03ab99;
  right:0;
  left:0;
  bottom:-15px;
  margin: auto;
}
h5{
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight:100;
}


.title-message{
	color: #03ab99;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 20px;
}


.borderBottomYellow{
  border-bottom:1px solid #ffcf51;
  line-height: 40px;
}
.img_container{
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
}
.img_container:before{
  content:"";
  position: absolute;
  width: 20px;
  height: 50px;
  border-right:1px solid #03ab99;
  transform: rotate(45deg);
  top:-21px;
  left:-7px;
  background-color: #fff;
}
.img_container:after{
  content:"";
  position: absolute;
  width: 20px;
  height: 50px;
  border-left:1px solid #03ab99;
  transform: rotate(45deg);
  bottom:-21px;
  right:-7px;
  background-color: #fff;
}
.lead_txt{
  text-align: center;
}
.col_wrapper{
  overflow: hidden;
  margin-top: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
}

.col_wrapper_2{
  overflow: hidden;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
}

.col_wrapper_3{
overflow: hidden;
  margin-top: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
}

.rightArea{
  float:right;
  width: 47.3%;
}
.leftArea{
  float: left;
  width:47.3%;
}

.comment{
  font-size: 14px;
  color: #999;
  margin-top: 20px;
  line-height: 24px;
}

.comment2{
  font-size: 16px;
  color: #333;
  margin-top: 20px;
  line-height: 1.8;
}

 .bg_gray{
  background-color: #f1f0ee;
  padding: 35px 30px;

 }
 .bg_gray h3{
  margin-top: 0;
 }
 a.blank_target:after{
  content:"";
  width: 10px;
  height: 9px;
  display: inline-block;
  overflow: hidden;
  white-space:nowrap;
  text-indent: 100%;
  background:url("../images/icon_blank_w.png") 0px 0px no-repeat;
  margin-left: 5px;
}
a.blank_target02:after{
  content:"";
  display: inline-block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  white-space:nowrap;
  text-indent: 100%;
  margin-left: 5px;
  background: url("../images/icon_externalLink.gif") 0 0 no-repeat;
}
.fz_exsmall{font-size: 11px;}
.fz_small{font-size: 14px;}
.fz_middle{font-size: 18px;}
.fz_middle_b{font-size: 20px;}
.fz_big_s{font-size: 22px;}
.fz_big{font-size: 28px;}
.line_low{line-height: 24px;}
.line_middle{line-height: 32px;}
.line_high{line-height: 36px;}

span.blue{color: #03ab99;}
span.pink{color: #d44364;}
span.yellow{color: #ffcf51;}
span.orange{color: #eb9d24;}
.sp_only{display: none;}
.pc_only{display: block;}
.mt0{margin-top: 0px;}
.pl8{padding-left: 8px;}
.pr8{padding-right: 8px;}
iframe{
  width: 100%;
  min-height:254px;
}
video{
  width: 100%;
}
@media screen and (max-width: 767px) {
  p{
  line-height: 1.8;
  font-size: 15px; 
}
h1{margin-top: 50px;margin-bottom: 30px;font-size: 20px;}
section{
  margin-top: 100px;
}

  section{
    padding: 3%;
    margin-top: 40px;
  }
  h1{
    padding: 0 3%;
  }
  h2{
  font-size: 22px;
  line-height:1.5;
  }
  h2 span.bar_blue{
  font-size: 21px;
  background-color: #fff;
}
.h2_container{
  margin-bottom: 20px;
}
.h2_container:before{
  width: 0%;
  height: 0px;
}
.h2_bg{
  width: 0px;
  height: 0px;
}
.h2_container:after{
  display: block;
}
.h2_bg_sp{
  display: block;
}
h3{
  font-size: 22px;
    position: relative;
    font-weight: 100;
    text-align: center;
    line-height: 1.5;
    margin-top: 30px;
    margin-bottom: 40px;
}
.h3_sub_container h3{
  font-size: 21px;
  font-weight: 100;
  line-height: 35px;
  margin-top: 50px;
  margin-bottom: 40px;
  display: block;
  padding-right: 9%;
  padding-left: 9%;
}
.h3_sub_container h3:before{
  height: 50px;
  bottom:-30px;
  left:8%;
}
.h3_sub_container h3:after{
  height: 50px;
  bottom:-30px;
  right:8%;
}
h4{
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight:100;
}
h4.h4_sub{
  font-size: 21px;
}
h5{
  font-size: 19px;
}
.title-message{
	color: #03ab99;
  font-size: 18px;
  line-height: 1.8;
}
	
.wrapper{
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
	line-height: 1.8;
  padding-left: 15px;
  padding-right: 15px; 
}

	
.img_container{
    position: relative;
    margin-right: 0px; 
     margin-left: 0px; 
}
.col_wrapper{
  margin-top: 30px;
	 padding:0px;
	overflow: inherit;
}


	
.col_wrapper_2{
    padding: 0px;
    overflow: inherit;
}
	
.col_wrapper_3{
   margin-top: 30px;
	padding: 0px;
	    overflow: inherit;
}
	
	
.rightArea{
  float:inherit;
  width: 100%;
  margin-top: 20px;
}
.leftArea{
  margin-top: 20px;
  float: inherit;
  width:100%;
}


.comment{
  font-size: 10px;
  color: #999;
  margin-top: 20px;
  line-height: 18px;
}
	
.comment2{
  font-size: 15px;
  color: #333;
  margin-top: 20px;
  line-height: 1.8;
}
	
.sp_2col .rightArea{
  float: right;
  width:46%;
}
.sp_2col .leftArea{
  float: left;
  width:46%;
}
.fz_exsmall{font-size: 10px;}
.fz_small{font-size: 12px;}
.fz_middle{font-size: 16px;}
.fz_middle_b{font-size: 18px;}
.fz_big_s{font-size: 20px;}
.fz_big{font-size: 26px;}
.line_middle{line-height: 24px;}
.line_high{line-height: 28px;}
.sp_only{display: inline-block;}
.pc_only{display: none;}
}


/*---------------
nav
-----------------*/
.nav{
  margin-top: 30px;
}
.nav img{
  width: inherit;
}
.nav div{
  width: 32.8%;
  display: inline-block;
  overflow: hidden;
  border-left:1px solid #cecece;
  position: relative;
}
.nav div:after{
  content:"";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right:2px solid #999999;
  border-bottom:2px solid #999999;
  transform:rotate(-45deg);
  right:10px;
  top:0;
  bottom:0;
  margin: auto;
}
.nav div img{
  width: 28.6%;
  float: left;
  margin-left: 4%;
  margin-right: 4%;
}
.nav div.nav_enta img{
  margin-left: 0;
}
.nav div p{
  font-size: 13px;
  line-height: 18px;
}
.nav div p span{
  font-size: 16px;
  line-height: 2;
  font-weight: 900;
}
.nav div.nav_enta{
  border:0px;
}
.nav_business span{
  color: #03ab99;
}
.nav_enta span{
  color: #d44364;
}
.nav_homeuse span{
  color: #ffcf51;
}
@media screen and (max-width: 767px) {
  .nav{
    padding: 0 3%;
  }
  .nav div{
  width: 100%;
  border-left:0px;
  border-bottom:1px solid #999999;
  margin-top: 10px;
  padding-bottom: 10px;
}
.nav div.nav_enta{
  border-bottom:1px solid #cecece;
  margin-top: 0;
}
.nav div img{
  width:90px;
  margin-left: 0px;
}
.nav div p span{
  font-size: 19px;
}
}

.explain{
  position: absolute;
  left: 0px;
  bottom: :36px;
  background-color: #353535;
  color: #fff;
  border:1px solid #353535;
  padding: 5px 8px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  display: none;
  line-height: 1.2;
  width: 100%;
  float: left;
  z-index: 100;
}


}


/*---------------
3カラム
-----------------*/

*, *:before, *:after {
	box-sizing: border-box;
}
.col_3{
	width: 101%;
	 
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
	 display: inline-block; /* ここがポイント */

}
.col_3 > div > div{
    position: relative;
    overflow: hidden;
}

.wid-img{
	width: 310px;
}

.pc-mod {
	display: block ;
}

.sp-mod {
	display: none ;
}




@media screen and (max-width: 960px) {

	.col_3 > div{
		width: 50%;
	}
}
@media screen and (max-width: 767px) {

.pc-mod {
		display: none ; 
	}

	.sp-mod {
		display: block;
	}
	.col_3 > div{
		width: 100%;
	}
}


/*---------------
#case
-----------------*/
 .case_lead {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-top: -55px;
  margin-bottom: 45px; }
  @media screen and (max-width: 767px) {
    {
      padding-left: 0;
      padding-right: 0;
    }
     .case_lead {
      font-size: 16px; } }

 .case_wrap {
  overflow: hidden;

  margin-left: -40px;
	 padding-left: 40px;
  margin-right: -40px; }
  @media screen and (max-width: 767px) {
     .case_wrap {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 30px; 
	      padding-left: 0px;} 
}
  /* .case_wrap:nth-child(5) {
    margin-bottom: 20px; }*/
   .case_wrap .floatR {
    float: right; }
   .case_wrap .floatL {
    float: left; }

    .case_wrap:nth-child(odd) .float_item:nth-child(even),  .case_wrap:nth-child(even) .float_item:nth-child(odd){
    float:left;    
   }
  @media screen and (max-width: 767px) {
     .case_wrap .floatR {
      float: inherit; }
     .case_wrap .floatL {
      float: inherit; } }
   .case_wrap .case_mainImg {
    width: 63.5416667%;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
       .case_wrap .case_mainImg {
        width: 100%; } }
     .case_wrap .case_mainImg.floatR {
      padding-right: 10px; }
     .case_wrap .case_mainImg.floatL {
      padding-left: 10px; }
       .case_wrap:nth-child(even) .case_mainImg.float_item {
      padding-right: 10px; }
     .case_wrap:nth-child(odd) .case_mainImg.float_item {
      padding-left: 10px; }
    /* .case_wrap .case_mainImg .shadow_red {
      -webkit-box-shadow: -10px -10px 0px #f08f90;
      box-shadow: -10px -10px 0px #f08f90; }
     .case_wrap .case_mainImg .shadow_blue {
      -webkit-box-shadow: 10px -10px 0px #66aef2;
      box-shadow: 10px -10px 0px #66aef2; }
     .case_wrap .case_mainImg .shadow_yellow {
      -webkit-box-shadow: -10px -10px 0px #ffea00;
      box-shadow: -10px -10px 0px #ffea00; }
       .case_wrap .case_mainImg .shadow_green {
      -webkit-box-shadow: 10px -10px 0px #67ef79;
      box-shadow: 10px -10px 0px #67ef79; }

       .case_wrap .case_mainImg .shadow_pink {
      -webkit-box-shadow: -10px -10px 0px #d900e1;
      box-shadow: -10px -10px 0px #d900e1; }
       .case_wrap .case_mainImg .shadow_orange {
      -webkit-box-shadow: 10px -10px 0px #ff6300;
      box-shadow: 10px -10px 0px #ff6300; }*/
       .case_wrap .case_mainImg.shadow{
        position:relative;
      }
       .case_wrap:nth-child(odd) .case_mainImg.shadow:after {
        content:"";
        position:absolute;
        top:-10px;
        left:0;
        width: calc(100% - 10px);
        height: 100%;
        background-color: #000;
        z-index:-9;
        }
          .case_wrap:nth-child(even) .case_mainImg.shadow:after {
        content:"";
        position:absolute;
        top:-10px;
        right:0;
        width: calc(100% - 10px);
        height: 100%;
        background-color: #000;
        z-index:-9;
        }
         .case_wrap .case_mainImg.shadow.red:after{
          background-color: #f08f90;
        }
         .case_wrap .case_mainImg.shadow.blue:after{
          background-color: #66aef2;
        }
         .case_wrap .case_mainImg.shadow.yellow:after{
          background-color: #ffea00;
        }
         .case_wrap .case_mainImg.shadow.green:after{
          background-color: #67ef79;
        }
         .case_wrap .case_mainImg.shadow.pink:after{
          background-color: #d900e1;
        }
         .case_wrap .case_mainImg.shadow.orange:after{
          background-color: #ff6300;
        }
      .case_wrap .case_text p {
      font-size: 16px;
      line-height: 1.8; }
   .case_wrap .case_subImg {
    width: 63.5416667%; }
    @media screen and (max-width: 767px) {
       .case_wrap .case_subImg {
        width: 100%; } }
     .case_wrap .case_subImg.floatR {
      padding-right: 10px; }
     .case_wrap .case_subImg.floatL {
      padding-left: 10px; }
     .case_wrap .case_subImg img {
      width: 48.3333333%; }
      @media screen and (max-width: 767px) {
         .case_wrap .case_subImg img {
          width: 100%;
          margin-bottom: 10px; } }
   .case_wrap .case_title {
    width: 90%;
    position: relative;
    font-size: 24px;
    line-height: 16px;
    border: 1px solid #03ab99;
    text-align: center;
    padding: 25px 9px 20px;
    margin-bottom: 38px;
   }
    @media screen and (max-width: 767px) {
       .case_wrap .case_title {
        width: 100%;
        font-size: 18px; } }
     .case_wrap .case_title p {
      font-size: 20px;
      line-height: 1.8;
		 font-weight:bold;
       }
      @media screen and (max-width: 767px) {
         .case_wrap .case_title p {
          font-size: 18px; 
			 line-height: 1.8;
		   font-weight:bold;
		  }
}
     .case_wrap .case_title .case_num {
      display: inline-block;
      position: absolute;
      top: -25px;
      right: 0;
      left: 0;
      margin: auto; }
       .case_wrap .case_title .case_num span {
        background-color: #fff;
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 50px; }
        @media screen and (max-width: 767px) {
           .case_wrap .case_title .case_num span {
            font-size: 15px; } }
     .case_wrap .case_title .case_company {
      font-size: 16px;
      line-height: 1.8;
      font-weight: 500;
      margin-top: 0;
      display: block; }
      @media screen and (max-width: 767px) {
         .case_wrap .case_title .case_company {
          font-size: 15px;
      line-height: 1.8; } }
 
   .case_wrap .case_text {
    width: 90%; }
    @media screen and (max-width: 767px) {
       .case_wrap .case_text {
        width: 100%;
        margin-bottom: 20px; } 
     .case_wrap .case_text p {
      font-size: 15px;
      line-height: 1.8; }
      .case_wrap .case_text p.case_text_note {
        margin-top: 10px;
        font-size: 11px;
        line-height: 18px;
        color: #666; }}

 


/*---------------
#contact
-----------------*/
.wrap {
    padding: 40px;
}
.contact {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    #contact {
      margin-top: 40px; }
.wrap {
    padding: 30px 15px;
}
	  section {
    padding: 0%;
    margin-top: 40px;
}
}
  #contact .contact_title {
    text-align: center;
    margin-bottom: -22.4px; }
    #contact .contact_title span {
      font-size: 22px;
      line-height: 44.8px;
      display: inline-block;
      background-color: #fff;
      padding-right: 20px;
      padding-left: 20px;
      font-weight: 900; }
#contact .wrap {
    border: 1px solid #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start; }

  @media screen and (max-width: 767px) {
        #contact .contact_title span {
          font-size: 16px; } 
  #contact .wrap {
    border: 1px solid #333333;
	  width: 100%;
	      display: block;
  }

}
    #contact .wrap .contact_imageBlock {
      width: 35%;
      padding-left: 4.11363636%;
      padding-right: 4.11363636%;
      margin-right: 3.40909091%; }
      @media screen and (max-width: 767px) {
        #contact .wrap .contact_imageBlock {
               width: 70%;
    margin: 0 auto;
		  padding-bottom: 20px;
		  } }
    #contact .wrap .contact_textBlock {
      width: 76%; }
      @media screen and (max-width: 767px) {
        #contact .wrap .contact_textBlock {
          width: 100%; } }
      #contact .wrap .contact_textBlock .contact_text {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 40px; }
        @media screen and (max-width: 767px) {
          #contact .wrap .contact_textBlock .contact_text {
            font-size: 13px; } }
      #contact .wrap .contact_textBlock .contact_destination {
        font-size: 16px;
        line-height: 1.8;
        padding-bottom: 10px;
        position: relative; }

  #contact .wrap .contact_textBlock .contact_destination_2 {
        font-size: 20px;
        line-height: 1.8;
        padding-top: 20px;
        position: relative; }

        @media screen and (max-width: 767px) {
          #contact .wrap .contact_textBlock .contact_destination {
            font-size: 15px;
        line-height: 1.8; }
 #contact .wrap .contact_textBlock .contact_destination_2 {
            font-size: 18px;
        line-height: 1.8; }
}
        #contact .wrap .contact_textBlock .contact_destination span {
          font-size: 18px; }
          @media screen and (max-width: 767px) {
            #contact .wrap .contact_textBlock .contact_destination span {
              font-size: 16px; } }
      #contact .wrap .contact_textBlock .contact_btn {
        display: block; }
        #contact .wrap .contact_textBlock .contact_btn a {
          display: block;
          max-width: 400px;
          width: 100%;
          height: 60px;
          font-size: 14px;
          color: #fff;
          padding-top: 23px;
          padding-bottom: 23px;
          background-color: #f16641;
          text-align: center;
          border-radius: 4px;
          margin-bottom: 45px;
          -webkit-transition: opacity 0.5s ease 0s;
          -o-transition: opacity 0.5s ease 0s;
          transition: opacity 0.5s ease 0s;
          line-height: 1; }
          #contact .wrap .contact_textBlock .contact_btn a:hover {
            opacity: 0.7; }
          @media screen and (max-width: 767px) {
            #contact .wrap .contact_textBlock .contact_btn a {
              max-width: inherit; } }
          #contact .wrap .contact_textBlock .contact_btn a:after {
            content: "";
            width: 10px;
            height: 9px;
            display: inline-block;
            overflow: hidden;
            white-space: nowrap;
            text-indent: 100%;
            background: url(../images/icon_blank_w.png) 0px 0px no-repeat;
            margin-left: 5px; }
      #contact .wrap .contact_textBlock .contact_note ul {
        list-style-type: square;
        margin-left: 10px; }
        #contact .wrap .contact_textBlock .contact_note ul li {
          font-size: 13px;
          line-height: 1.8; }
          @media screen and (max-width: 767px) {
            #contact .wrap .contact_textBlock .contact_note ul li {
                        font-size: 13px;
          line-height: 1.8; } }

/*---------------
.btnArea
-----------------*/
.wrapper_btn {
		padding-top: 50px;
}

.btnArea {
  text-align: center;
  padding: 15px 0px 15px 0px; }
  .btnArea .wrap {
    padding-top: 0;
    padding-bottom: 0; }
  .btnArea a {
    font-size: 14px;
    line-height: 1;
    max-width: 350px;
    width: 39.7727273%;
    padding-top: 18px;
    padding-bottom: 18px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    position: relative;
    -webkit-transition: opacity 0.5s ease 0s;
    -o-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s; }
    .btnArea a:hover {
      opacity: 0.7; }
    .btnArea a.btn_case {
      background-color: #000;
      margin-right: 14px; }
      .btnArea a.btn_case:after {
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 13px;
        margin: auto;
        font-size: 25px;
        font-weight: 900;
        width: 10px;
        height: 25px;
        content: '\f105'; }
    .btnArea a.btn_contact {
      background-color: #f16641; }
      .btnArea a.btn_contact:after {
        content: "";
        width: 10px;
        height: 9px;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 100%;
        background: url(../images/icon_blank_w.png) 0px 0px no-repeat;
        margin-left: 5px; }
    .btnArea a.btn_back {
      background-color: #000;
      color: #fff; }
      .btnArea a.btn_back:after {
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 13px;
        margin: auto;
        font-size: 25px;
        font-weight: 900;
        width: 10px;
        height: 25px;
        content: '\f104'; }
    .btnArea a.btn_toBiz {
      background-color: #000;
      max-width: 450px;
      width: 100%; }
      @media screen and (max-width: 767px) {
        .btnArea a.btn_toBiz {
          line-height: 1.5; } }
      .btnArea a.btn_toBiz:after {
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 13px;
        margin: auto;
        font-size: 25px;
        font-weight: 900;
        width: 10px;
        height: 25px;
        content: '\f105'; }

@media screen and (max-width: 767px) {
	.wrapper_btn {
		padding-top: 55px;
    padding-left: 15px;
    padding-right: 15px;
}
  .btnArea a {
    width: 100%;
    max-width: inherit; }
    .btnArea a.btn_case {
      margin-right: 0;
      margin-bottom: 10px; }
}



/*---------------
nav
-----------------*/

.ancher_nav{
	margin-top: 40px;
}
.ancher_nav ul{
	/*width: 850px;*/
	margin: 0 auto;
  overflow: hidden;
}

.ancher_nav ul li{
	border: 1px solid #353535;
	/*width: 280px;*/
  /*width: 24.75%;*/ 
  width: 18.45%;  
	/*display: inline-block;*/
	text-align: center;
	font-size: 14px;
	position: relative;
  float: left;
  margin-right: 0.3%;
  list-style: none;
}

.ancher_nav ul li.nolink{
	border: 1px solid #ccc;
	padding: 10px;
	color:#ccc ;
}

.ancher_nav ul li a{
	display: block;
	padding: 10px;
	color: #353535;
	text-decoration: none;
}
@media screen and (min-width: 768px){
.ancher_nav ul li.long{
    width: 25%;
  }
.ancher_nav ul li.ls_min a{
    letter-spacing: -0.03em;
    padding-right: 25px;
    font-size: 11px; 
    line-height: 14px;
}
.ancher_nav ul li.ls_min{
  margin-right: 0;
}
}

.ancher_nav ul li a:hover{
	background: #353535;
	color: #fff;
}

.ancher_nav ul li a:after{
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-bottom:1px solid #7c7c7c;
  border-right:1px solid #7c7c7c;
  transform:rotate(45deg);
  top:-7%;
  bottom:0;
  right:10%;
  margin: auto;
}

@media screen and (max-width: 767px){
	.ancher_nav ul{
		padding: 0 15px;
		box-sizing: padding-box;
		width: 100%;
	}
	.ancher_nav ul li{
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 5px;
	}
	.ancher_nav ul li a{
		padding: 10px 0;
	}
}