
h2{
  font-size: 30px;
}

/* ===========================================
                    header
============================================*/
header #description{
  padding: 5px 0;
  background-color: #DCDCDC;
}

header #description p{
  font-size: 12px;
}

header p{
  width: 1200px;
  margin: 0 auto;
  color: #969696;
}

header p.logo{
  width: 300px;
  float: left;
}

header p img{
  width: 80%;
  padding: 10px 0;
}

header .menu-content{
  width: 1200px;
  margin: 0 auto;
}

nav ul{
  width: 600px;
  float: right;
  padding: 40px 0 30px;
}

nav ul li{
  display: inline-block;
  color: #969696;
  padding: 0 20px;
}

.service-mainvisual{
  height: 300px;
  background: url(../img/service/service_bg.jpg);
  background-size: cover;
  position: relative;
}

.service-mainvisual #page-message{
  width: 100%;
  text-align: center;
  position: absolute;
  top: 40%;
  margin-left: auto;
  margin-right: auto;
}

.service-mainvisual #page-message p{
  color: #fff;
  font-size: 18px;
}

.service-mainvisual #page-message p:first-child{
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 5px;
}


/* ==========================================
                    main
============================================*/


.service-content{
  width: 1200px;
  margin: 50px auto;
}

.service-content .s_img{
  margin-left: auto;
  margin-right: 0;
  float: right;
}

.service-content div{
  width: 45%;
  display: inline-block;
  vertical-align: top;
    padding: 20px;
}

.service-content div img{
  width: 100%;
  padding-top: 20px;
}

.service-content .s_ttl{
  font-size: 36px;
  padding :0;
   padding-left: 10px;
  line-height: 1;
}

.service-content div p{
  line-height: 2;
  padding: 15px 0;
}

.service-content .concept{
  color: #666666;
  font-size: 18px;
  font-weight: bold;
}

.service-content div p span{
  color: #1D2087;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
}


.service-content .service_btn{
  width: 50%;
  margin: 30px auto;
  padding: 10px;
  border: solid 1px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
}

.service-content a{
  color: #000;
}

.service-content .service_btn{
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}


.service-content .service_btn:hover{
  opacity: 0.5;
}

.service-content .service_btn span{
  font-size: 14px;
  background: none;
  color: #000;
}

.service-content .sb-service{
  width: 1200px;
  margin: 0 auto;
  display: block;
}

.service-content .sb-service .concept{
  width: 60%;
  margin: 0 auto;
}


footer{
  width: 100%;
  background: url(../img/contact_bg.jpg);
  padding: 30px 0;
}

.footer_menu{
  width: 850px;
  margin: 0 auto;
  padding: 30px 0;
  border-bottom: 1px solid #fff;
}

.footer_menu ul{
  width: 780px;
  margin: 0 auto;
}

.footer_menu ul li{
  width: 190px;
  display: inline-block;
  vertical-align: top;
  line-height: 2;
  color: #fff;
  font-size: 13px;
}

.footer_menu ul li:nth-child(2){
  width: 250px;
}

.footer_menu ul li:nth-child(4){
  width: 130px;
}

.footer_menu ul .md{
  font-size: 16px;
}

.copyright{
  width: 850px;
  margin: 0 auto;
  padding: 30px 0;
}

.copyright div{
  width: 45%;
  display: inline-block;
  vertical-align: top;
} 

.copyright div.social{
    width: 53%;
    margin-left: auto;
    margin-right: 0;
    display: inline-block;
    text-align: right;
    padding: 20px 0;
}

.copyright #f_logo img{
  width: 50%;
}

.copyright div p{
  width: 10%;
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
}

.copyright div p:nth-child(3){
  width: 25%;
  color: #fff;
}

.copyright div p img{
  width: 50%;
}


@media screen and (min-width:768px) and (max-width:1200px){
  .service-content{
    width: 95%!important;
  }

  .service-content div{
    width: 44%;
  }

  .service-content .sb-service{
    width: 95%;
  }

  .service-content .sb-service .concept{
    width: 80%;
  }


}

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




header p{
  width: 95%;
}

header #description p{
  font-size: 10px;
}

header p.logo{
  width: 60%;
}

header p.logo img{
  width: 100%;
  padding: 5% 3%;
}

header .menu-content{
  width: 100%;
}

nav ul{
  width: 65%;
}


.service-mainvisual{
  height: 200px;
  background-position: center;
}



.service-content{
  width: 100%;
  margin: 10% auto;
}

.service-content div{
  width: 95%;
  margin: 5% auto;
  padding: 0;
  display: block;
}

.service-content .s_img{
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.service-content div img{
  width: 100%;
  padding-top: 5%;
}

.service-content .s_ttl{
  font-size: 1.6rem;
  text-align: left;
    width: 70%;
}

.service-content div p{
  padding: 3% 0;
}

.service-content div p span{
  padding: 2%;
  font-size: 1.1rem;
  
}

.service-content .sb-service .service_btn{
  width: 85%;
  margin: 0 auto;
  padding: 2%;
  font-size: 0.7rem;
}

.service-content .service_btn span{
  font-size: 0.8rem;
}

.service-content .sb-service{
  width: 100%;
}

.service-content .sb-service p{
  width: 90%;
  margin: 0 auto;
  font-size: 0.9rem;
}

.service-content .sb-service .concept{
  width: 90%;
  font-size: 1rem;
}


footer{
  padding: 0;
}

.footer_menu{
  width: 95%;
  margin: 5% auto;
}

.footer_menu ul{
  width: 95%;
}

.footer_menu ul li{
  width: 22%;
  font-size: 10px;
}

.footer_menu ul li:nth-child(2){
  width: 25%;
  margin-right: 2.2%;
}

.footer_menu ul li:nth-child(4){
  width: 22%;
}

.footer_menu ul .md{
  font-size: 13px;
}



.copyright{
  width: 80%;
  padding: 5% 0 3%;
}


.copyright div{
  width: 80%;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.copyright div.social{
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  padding: 20px 0;
}

.copyright #f_logo img{
  width: 80%;
}

.copyright div p {
  width: 20%;
}

.copyright div p:nth-child(3){
  width: 35%;
}

}


@media screen and (max-width:375px){
.footer_menu{
  width: 100%;
  margin: 5% auto;
}

.footer_menu ul{
  width: 98%;
}

.footer_menu ul li{
  width: 21%;
  font-size: 10px;
}

.footer_menu ul li:nth-child(2){
  width: 26%;
  margin-right: 2.2%;
}

.footer_menu ul li:nth-child(4){
  width: 23%;
}
}

header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
    background-color: #ffffff !important;
}

.service-mainvisual {
    margin-top: 135px !important;
}