@media screen and (max-width: 768px){
/*
 * compornent
 */
.text-title {
    margin: 0 0 10px 0;
}
.text {
    margin: 3px 0;
    font-size: 11pt;
}
.text-small {
    font-size: 9pt;
}
.text-sub-title{
    font: bold;
    margin-top: 10px;
}
.text-list {
    list-style: disc;
}
.text-left {
    text-align: left;
    padding: 0 30px;
}
.text-right {
    text-align: right;
    padding: 0 30px;
}

.button-base {
    margin: 25px 0;
    width: 200px;
    height: 40px;
    background-color:#009933;
    color:#FFFFFF;
    border: none;
    cursor: pointer;
}
.button-base a {
    text-decoration: none;
}
.button-base:hover{
    background-color:#006633;
}
.inner-button{
    text-align: inherit;
}
.main-container {
    text-align: center;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}
.contents-v1{
    text-align: right;
}
.contents-v2{
    text-align: left;
}
.title-v1 {
    display: inline-block;
    text-align: right;
    border-bottom: solid 2px #ff0000;
    background: url(../img/icon.gif) no-repeat right bottom;
    background-size: 37px 37px;
    margin: 5px 0px 10px 0;
    padding: 10px 45px 0px 0px;
    width: 50%;
}
.title-v2 {
    display: inline-block;
    text-align: left;
    border-bottom: solid 2px #ff0000;
    background: url(../img/icon.gif) no-repeat left bottom;
    background-size: 37px 37px;
    margin: 5px 0 10px 0;
    padding: 10px 0px 0px 45px;
    width:50%;
}
.title-center {
    text-align: left;
    border-bottom: solid 1px #ff0000;
    background: url(../img/icon.gif) no-repeat left bottom;
    background-size: 32px 32px;
    margin-bottom: 35px;
    padding: 10px 0px 0px 45px;
}
.title-head{
    width: 100%;
    border-bottom: solid 1px #E4E4E2;
}
.title-head h1{
    margin-bottom: 0;
}
.table-2col {
    text-align: left;
    font-size: 9pt;
    border-collapse: collapse;
}
.table-2col tr {
    height: 55px;
}
.table-2col th,td {
    border-width: 1px 0px;
    border-color: #E4E4E2;
    border-style: solid;
    padding: 15px;
}
.jump-tag{
    margin-bottom: 80px;
}
.inner-box{
    padding: 0 15px;
}

/*
 * gnavi
 */
#gnavi-sticky-wrapper{
    display: block;
}
#gnavi-smp-sticky-wrapper{
    display: none;
}
#gnavi-smp{
    display: none;
}
#gnavi {
    background-color:#666666;
    height: 80px;
    width: 100%;
    vertical-align: middle;
    z-index: 20;
    box-shadow: 0px 1px 10px 1px #E0DBDB;
}
#gnavi li {
    display: inline-block;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
#gnavi li:hover {
    background-color: #525151;
}
#gnavi li a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 11pt;
    display: block;
}
#gnavi li a:hover {
    text-shadow: 0 0 6px #ffffff;
}
.gnavi-logo {
    border-right: solid 0.5px #b5b2b2;
    width:26%;
}
.gnavi-logo a{
    padding-top: 15px;
    height: 65px;
}
.gnavi-middle {
    border-right: solid 0.5px #b5b2b2;
    border-left: solid 1px #b5b2b2;
    width:14%;
}
.gnavi-middle a {
    height: 50px;
    padding-top: 30px;
}
.gnavi-last {
    border-left: solid 1px #b5b2b2;
    width: 30%;
}
.gnavi-last a{
    height: 50px;
    padding-top: 30px;
}
/*
 * keyvisual
 */
#kv-smp{
    display: block;
    width: 100%;
    height: 255px;
    box-shadow: 1px 1px 10px 1px #E0DBDB;
    padding: 10px 0;
    margin: 20px 0;
}
.logo-main {
    width: 100%;
    height: 255px;
    background: url(../img/logo.png) no-repeat center;
    background-size: 180px 255px;
}
#kv{
    display: none;
}

#concept {
    background: url(../img/concept.gif) no-repeat center top;
    background-size: 100% auto;
    max-width: 768px;
    min-height: 235px;
}
#works {
    background: url(../img/works.gif) no-repeat center top;
    background-size: auto 200px;
    max-width: 768px;
    min-height: 200px;
}
#about-us{ 
    background: url(../img/aboutus.gif) no-repeat center top;
    background-size: auto 200px;
    max-width: 768px;
    min-height: 200px;
}
#about-us a{
    text-decoration: none;
    color: #525151;
}
#access {
    background: url(../img/access.gif) no-repeat center top;
    background-size: auto 200px;
    max-width: 768px;
    min-height: 200px;
}
#contact-smp{
    display:none;
}
#contact-pc{
    display:table;
}
/*
 * googlemap
 */
#googlemap{
    width: 100%;
    height: 450px;
}
}