
@media only screen and (max-width: 768px) {
    
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right:15px;
    width: 345px;
    height: auto;
    padding: 0;
    position: relative;
}

#wrap {
    padding-bottom: 350px;
    min-width: 414px;
}

/* common */
.pc ,.br-sp ,.slickTrackPc ,.thumbnailPc ,#mainImage-area ,#subImage-area
,#language-navi-pc ,.catalogPc {
    display: none;
}

.mainVisualAreaSp {
    height: 117px;
}

.pageTopBannerSp {
    background-size: cover;
    width: 100%;
    height: 150px;
    border-bottom: solid 5px #696969;
}

.title {
    padding: 0;
    text-align: center;
}

.contentArea {
    width: 100%;
    margin: 0 auto;
    padding: 48px 0;
}

.required {
    color: #f00;
    padding-left: 16px;
}

.validation {
    display: block;
}

.form-control {
    height: 40px;
    box-sizing: border-box;
    padding-left: 6px;
    width: 100%;
    border: 1px solid #978d86;
    font-size: 1.6rem;
}

.form-control:first-child {
    margin-bottom: 16px;
}

.select-box {
    height: 40px;
    box-sizing: border-box;
    padding-left: 6px;
    width: 100%;
    border: 1px solid #696969;
    font-size: 1.6rem;
    color: #696969;
    background-color: #fff;
}

.text-box {
    box-sizing: border-box;
    padding-left: 6px;
    width: 100%;
    border: 1px solid #978d86;
    font-size: 1.6rem;
}

.sp-none {
    display: none;
}

/* btn */
.btn {
    border: none;
    color: #fff;
    font-size: 1.6rem;
    position: relative;
    border-radius: 2px;
    padding: 8px;
    outline: none;
    width: 100%;
}

.btn:hover {
    cursor: pointer;
}

.btnPrimary {
    background: #fff;
    color: #00ac9b;
    border: solid 1px #00ac9b;
}

.btnBack {
    background: #fff;
    color: #003300;
    border: solid 1px #003300;
}

.btn-confirmation {
    background: #696969;
}

/* header */
nav {
    width: 15%;
    height: 100%;
    float: left;
}

#headerArea {
    padding: 16px 15px 10px;
    height: auto;
    box-sizing: border-box;
    min-width: 414px;
}

#headerInner {
    display: flex;
}

#headerLogo {
    width: 55%;
    height: 100%;
    padding-top: 6px;
    box-sizing: border-box;
}

#headerLogo img {
    width: 90%;
}

.snsArea {
    width: 30%;
    padding-right: 16px;
    box-sizing: border-box;
}

.snsIcon {
    text-align: right;
}

.snsIcon img {
    width: 100%;
    padding: 7px 3px 5px 3px;
}

#navigation {
    height: 100%;
    padding-top: 8px;
    overflow: hidden;
    box-sizing: border-box;
}

#navi {
    float: right;
    display: block;
    border-collapse: collapse;
    letter-spacing: -1em;
    text-align: right;
    width: 100%;
    height: 50%;
}

#language li {
    width: 40px;
}

#language li:first-child {
    margin-right: 20px;
}

#pcNavi {
    display: none;
}

/* Menu Button */
#spNavi {
    margin: auto;
}

.toggleBtn {
    display: block;
    position: fixed;
    right: 15px;
    top: 15px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
}

.toggleBtn span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #00ac9b;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}

.toggleBtn span:nth-child(1) {
    top: 9px;
}
 
.toggleBtn span:nth-child(2) {
    top: 18px;
}
 
.toggleBtn span:nth-child(3) {
    top: 27px;
}
 
.toggleBtn span:nth-child(4) {
    border: none;
    color: #00ac9b;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}

.toggleBtn.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    border-color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.toggleBtn.active span:nth-child(2),
.toggleBtn.active span:nth-child(3) {
    top: 18px;
    border-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toggleBtn.active span:nth-child(4) {
    display: none;
}

.spNaviChild {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(0,172,155,.5);
    color: #fff;
    text-align: center;
    transform: translateX(-100%);
    transition: all 0.6s;
    width: 100%;
}

.spNaviChild ul {
    background: rgba(0,172,155,.8);
    color: #fff;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.spNaviChild ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #fff;
}

.spNaviChild ul li:first-child {
    font-weight: bold;
    padding: 20px 0;
    font-size: 2rem;
    border-bottom: 3px solid #fff;
}

.spNaviChild ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.spNaviChild ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
}

.spNaviChild.active {
    transform: translateY(0%);
    height: 100vh;
}

/* footer */
#footer {
    max-height: 400px;
    margin-top: 0;
}

#companyDetail {
    width: 100%;
}

#siteMap {
    width: 100%;
    margin-top: 24px;
    border-left: none;
}

#siteMap h5 {
    margin-bottom: 10px;
    font-size: 1.6rem;
}

#siteMap h5 span {
    border-bottom: 1px solid #545454;
}

#siteMap ul li {
    display: block;
    width: 50%;
    border-right: none;
    font-size: 1.4rem;
    line-height: 2;
}

#subMenu li {
    text-indent: 2.8rem;
}

#copyRight p {
    margin: 0;
}

/* home */
.slick-dots {
    display: none!important;
}

#pickUp .slick-list {
    margin-bottom: 0;
}

.topicCategory {
    display: inline-block;
    width: 50%;
    text-align: left;
}

.topicContent ul li {
    width: 100%;
    padding: 16px;
    border: 1px solid #333;
}

.topicContent ul li:nth-child(1) {
    margin: 0 0 16px 0;
    
}

.topicContent ul li:nth-child(2) {
    margin: 0 0 16px 0;
}

.topicContent p {
    margin: 7px 0 0;
}

#topic {
    padding: 5%;
}

.updatedAt {
    display: inline-block;
    width: 50%;
}

.topicDetail {
    display: block;
    width: 100%;
    padding: 0;
}

.topicCategory {
    text-align: right;
}

#itemBanner ul li {
    width: 50%;
    padding-top: 4px;
    padding-bottom: 8px;
}

.banner01:nth-child(n) {
    padding-right: 8px;
}

.banner01:nth-child(2n) {
    padding-left: 8px;
    padding-right: 0;
}

#introductionLeft {
    display: block;
    width: 100%;
    padding-right: 0;
}

#introductionRight {
    display: block;
    width: 100%;
    padding-left: 0;
}

#aboutUsBtn a {
    display: block;
    width: 100%;
}

#aboutUsBtn a:nth-child(1) {
    padding: 0;
    margin-bottom: 16px;
}

#aboutUsBtn a:nth-child(2) {
    padding: 0;
    margin-bottom: 16px;
}

#aboutUsBtn a:nth-child(3) {
    padding: 0;
}

/* Item */
#item .title {
    background: url('../images/item/itemTitleSp.png') no-repeat center top;
    height: 280px;
}

.productCategory {
    padding-bottom: 0;
}

.categoryList:nth-child(n) {
    padding: 0 16px 0 0;
}

.categoryList:nth-child(2n) {
    padding: 0 0 16px 0;
}

/* Catalog */
#catalog .title {
    background: url('../images/catalog/catalogTitleSp.png') no-repeat center top;
    height: 280px;
}

#catalogArea {
    margin: 0;
}

#catalogItem {
    margin: 0 15%;
    padding-bottom: 24px;
}

.catalogItemRight {
    padding-left: 16px;
}

.catalogItemLeft {
    padding-right: 16px;
}

/* Business */
#business .pageTopBannerSp {
    background: url('../images/pageTop/business_sp.jpg') no-repeat center top;
}

.businessExplanation {
    background: url('../images/business/logo.png') no-repeat center top;
    height: 100%;
    margin-bottom: 50px;
}

.businessExplanation p, .businessDescription p {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.business ul li img {
    display: block;
    width: 50%;
    margin-bottom: 16px;
    padding: 0;
}

.business ul li p {
    display: block;
    width: 100%;
    padding: 0;
}

.oemExplanation {
    width: 70%;
}

.oemSample ul li {
    display: block;
    width: 100%;
    padding: 0;
}

/* Item-list */
#productListArea {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

#productListItem {
    display: block;
    width: 100%;
    padding-left: 0;
    order: 2;
}

.productListContent {
    order: 2;
}

.productItem {
    display: inline-block;
    position: relative;
    width: 50%;
    padding: 16px 8px;
}

.productItem p {
    font-size: 1.6rem;
}

.productItem p span {
    width: 60px;
    display: block;
    margin-bottom: 5px;
}

#productList {
    width: 100%;
}

.new-label {
    position: absolute;
    top: 0;
    right: 5%;
    width: 25%;
}

#sideBarPc {
    display: none;
}

#sideBarSp {
    display: block;
    width: 100%;
    margin: 24px 0;
    order: 1;
    border-bottom: 1px dotted #333;
}

#sideBarSp h4 {
    display: inline-block;
    width: 30%;
    margin: 0;
}

#sideBarSp select {
    display: inline-block;
    width: 70%;
    margin-bottom: 16px;
}

#sideBarSp ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

#sideBarSp ul p {
    margin: 0 0 10px 0;
}

#sideBarSp ul li {
    width: 50%;
    line-height: 2;
}

#sideBarSp ul li span {
    border-bottom: 1px solid #333;
}

/* Company */
#company .title {
    background: url('../images/company/companyTitleSp.png') no-repeat center top;
    height: 280px;
}

.companyLogo, .flogo {
    width: 100%;
    padding: 0;
}

#process ul li {
    width: 50%;
}

.hover-parent:hover .hover-mask {
    display: none;
}

.companyIntroduction {
    width: 100%;
    padding: 0;
}

#companyInfo {
    display: block;
    width: 100%;
    margin-bottom: 32px;
    order: 2;
}

#companyInfo th {
    padding: 16px;
}

#companyImg {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 24px 0;
    order: 1;
}

#access {
    padding-bottom: 42px;
}

#access th {
    display: block;
    width: 100%;
    padding: 16px 0;
}

#access td {
    display: block;
    width: 100%;
    border: none;
}

iframe {
    height: 250px;
}

/* Contact */
#contact {
    padding-bottom: 6px;
}

#contact .title {
    background: url('../images/contact/contactTitleSp.png') no-repeat center top;
    height: 280px;
}

#contactTable {
    margin-bottom: 36px;
    width: 100%;
}

#contactTable th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 16px 0;
    border-bottom: none;
}

#contactTable td {
    display: block;
    width: 100%;
    padding: 0 0 16px 0;
    border: none;
}

.user-name {
    font-size: 0;
}

.input-box01 {
    display: inline-block;
    width: 49%;
    margin-right: 1%;
}

.input-box02 {
    display: inline-block;
    width: 49%;
    margin-left: 1%;
}

.btnArea {
    margin: 32px 0 80px 0;
    padding: 0;
}

.linkBtn, .contentBtn {
    width: 70%;
    margin-bottom: 36px;
}

.completionMessage {
    font-size: 1.6rem;
}

/* margin、padding */
.m-t-24 {
    margin-top: 24px;
}

.m-t-16 {
    margin-top: 16px;
}
}
