﻿@charset "utf-8";
/*
Theme Name: Sankyo Rubber Philippines Inc.
Theme URI: http://www.web-makati.com/
Description: Sankyo Rubber Philippines Inc.
Version: 0.1.4
Author: WEB MAKATI
Author URI: http://www.web-makati.com/
License: GNU General Public License
Tags: Sankyo Rubber Philippines Inc.
*/
/* ----------------------------------
              COMMON
---------------------------------- */
body { 
    margin:0px auto;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","メイリオ",meyrio;
    background:#fff; 
    font-size:18px; 
}
@media screen and (max-width:768px) {
    body {
        font-size:16px; 
    }
}
header,section,article,aside,footer{ 	
    display: block;
}
img { 
    margin:0;
    padding:0;
    border:none;
}
ul,ol {	
    margin:0;
    padding:0;
    list-style:none;
    list-style-position:outside;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
    padding:0;
}
p { 
    margin:0;
    padding:0;
}
div {
    margin:0;
    padding:0;
}
/* ----------------------------------
           COMMON LINK
---------------------------------- */
a:link { 
    color:#333;
    text-decoration:none;
}
a:visited { 
    color:#333;
    text-decoration:none;
}
a:hover { 
    color:#666;	
    text-decoration:none; 
}
a:active { 
    color:#000;
    text-decoration:none;
}
/*-------------------------------------
	画像下端/リンク透過
-------------------------------------*/
img { 
    display:block;
    width:100%;
    margin:0;
    padding:0;
    vertical-align: bottom; 
}
/*-------------------------------------
             PC TB SP
-------------------------------------*/
.pc { display:block; }
.pctb {display:block; }
.tb { display:none; }
.tbsp{display:none; }
.sp { display:none; }
@media screen and (max-width : 769px){
	.pc { display:none; }
    .tb { display:block; }
	.tbsp{display:block; }
    .sp { display:none; }
}
@media screen and (max-width : 480px) { 
	.pc { display:none; }
	.pctb {display:none; }
    .tb { display:none; }
     .sp { display:block; }
}
/*-------------------------------------
             FLEX
-------------------------------------*/
.flex-con {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.flex-10 {
	width:10%;
}
.flex-20 {
	width:20%;
}
.flex-25 {
	width:25%;
}
.flex-30 {
	width:30%;
}
.flex-33 {
	width:33.33%;
}
.flex-40 {
	width:40%;
}
.flex-50 {
	width:50%;
}
.flex-60 {
	width:60%;
}
.flex-70 {
	width:66.66%;
}
.flex-80 {
	width:80%;
}
.flex-90 {
	width:90%;
}
.flex-100 {
	width:100%;
}
.flex-inner{
	padding:5%;
	box-sizing:border-box;
}

@media screen and (max-width:768px) {

}

@media screen and (max-width:480px) {
	.flex-40 {
		width:100%;
	}
	.flex-50 {
		width:100%;
	}
	.flex-60 {
		width:100%;
	}
	.flex-70 {
		width:100%;
	}
}

* {
  box-sizing: border-box;
}

/*-------------------------------------
	     Header
-------------------------------------*/
header { 
    width:100%;
    height:auto;
    margin:0px auto; 
	position:fixed;
	top:0;
	z-index: 10;
    background: rgba(255, 255, 255, 0.8);
}
.header-inner {
	width:100%;
	max-width:1600px;
    margin:0 auto;
}
header .flex-left{
	width:200px;
	max-width:200px;
	height:60px;
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
header img {
	max-width:200px;
	margin:5px 0 5px 2%;
}
header .flex-right{
	width:150px;
	max-width:150px;
	display:flex;
	justify-content:flex-end;
}
header .contact-con{
    width: 140px;
    display: flex;
    justify-content: right;
    background: #323333;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0;
}
header .contact-con a:link,
header .contact-con a:visited{
	width:100%;
	height:60px;
	max-width:200px;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#fff;
	font-weight:bold;
}
@media screen and (max-width:768px){
	header .flex-right{
		margin-right:60px;
		max-width:200px;
	}
	header .tel-con{
		width:auto;
		padding:0 5%;
		white-space: nowrap;
	}
	header .contact-con{
		width:auto;
		padding:0 5%;
		white-space: nowrap;
		margin-right: 60px;
	}
}
@media screen and (max-width:625px){
	header .flex-right{
		margin-right:0px;
		width:100%;
		max-width:100%;
	}
	header .tel-con{
		width:60%;
		max-width:60%;
	}
}
/*-------------------------------------
          GLOBAL NAVIGATION 
-------------------------------------*/
nav { 
    width:auto;
	margin:0 auto;
}
.navInner {
    width:100%;
    max-width:1300px;
    margin:0 auto;
    display:flex;
    justify-content: flex-end;
}
.navInner ul { 
    margin:0 auto;
    line-height:60px;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.navInner li { 
    padding:0 20px;
    width:auto; 
    text-align:center; 
}
.navInner li:first-child { 
	padding-right:10px;
}
.navInner li img{
	max-width:30px;
	display:inline-block;
	vertical-align:middle;
}
.navInner li a:link,
.navInner li a:visited { 
    display: block;
    font-size:16px;
    color:#333; 
}
.navInner li a:hover { 
    color:#ccc;
}
#openList{ 
    display:none;
}
@media screen and (max-width : 930px){
	.navInner li { 
		padding:0 10px;
	}
}
@media screen and (max-width : 768px){
    nav {  
        width:100%; 
        height:60px;
        background:none;
        position:fixed;
        top:0;
        opacity: 1.0;
		z-index:10;
    }
    nav.fixed {
		background: none;
	}
    .navInner {
        justify-content: flex-end;
    }
	.navInner ul { 
		display:none;
	}
    #openList { 
        display:block;
        width:60px;
		height: 60px;
        margin:0;
        z-index:10;
    }
    #openList  img { 
        display:block; 
		margin:0;
    }
    #openList div.open {
        height:60px;
        margin-right:-310px; 
        transition: .5s linear; 
    }
    #openList div.close { 
        height:100%;
        margin-left:-230px; 
        transition: .5s linear; 
    }
    #openList .openIcon { 
        position:relative;
        width:60px;
        z-index:10;
        background:rgba(0,0,0,0.6);
    }
    #openList ul { 
        padding:0px;
        height: 100vh;
        display: block;
        line-height: 60px;
        margin:-60px 0px 0px 60px; 
        background: rgba(0,0,0,0.8); 
    }
    #openList ul li { 
        font-size: 16px;
        font-weight: bold;
        position: relative;
        width: 230px;
        padding:0;
        border-bottom: 1px solid #FFF;
        z-index:3; 
    }
    #openList li a { 
        display:block;
        padding:5px;
        text-decoration: none;
    }
    nav.white #openList li.active a:link,
    nav.white #openList li.active a:visited { 
        color:#fff;
    }
    nav #openList li a:link, nav #openList li a:visited { 
        color:#fff; 
    }
    nav.white #openList li a:link,
    nav.white #openList li a:visited {
        color:#fff; 
    }
    nav #openList li a:link,
    nav #openList li a:visited { 
        color:#fff; 
    }
}
@media screen and (max-width:480px) {
    nav div.company-logo img {
        width: 85px;
    }
    #openList ul li.scrap { 
        line-height:30px;
    }
}
/*-------------------------------------
	   Main Contents
-------------------------------------*/
main {  
    width:100%; 
}
article { 
    width:100%; 
    margin:0 auto;  
}
section {
    width:100%; 
    padding:0 0 20px; 
	margin:0 auto;
}
.section-inner {
    max-width:1200px; 
    margin:0 auto;  
    box-sizing: border-box;
}
.contents-inner{
	max-width:1000px; 
    margin:0 auto;  
    box-sizing: border-box;
}
h2.gradient-text{
	max-width:1200px;
	padding:100px 0 50px;
	margin:0 auto;
	font-size:50px;
	font-family:serif;
	color:#444;
	letter-spacing:10px;
	text-align:center;
	position:relative;
}
h2.gradient-text:before{
	content:attr(data-title);
	position:absolute;
	top:20px;
	left:0;
	right:0;
	margin:auto;
    color: rgba(255,255,255,0.9);
    text-transform: uppercase;
    text-shadow:0px 0px 30px #bbb;
    font-size: clamp(32px, 8.333vw, 100px);
	letter-spacing:-1px;
	z-index:-1;
}
@media screen and (max-width:1200px){
	h2.gradient-text {
	    font-size: clamp(30px, 4vw, 50px);
		padding: 8.333vw 0 4vw;
	}
}
@media screen and (max-width:768px) {
	section {
		padding: 40px 0 0;
	}
    .section-inner {
        width:98%;
        margin:0 1%;
    }
}
@media screen and (max-width:480px) {

}
/*-------------------------------------
	   SECTION 01
-------------------------------------*/
.sec-01{
	background:#f9faf5;
	padding:0;
	position: fixed;
    z-index: 0;
}
.sec-01 .section-inner{
	max-width:unset;
}
.sec-01 .flex-con{
	background:#ccc;
	font-weight:bold;
	 font-family: "ヒラギノ明朝 ProN", "HiraMin ProN", "游明朝", YuMincho, "ＭＳ 明朝", "MS Mincho", serif;
}
.sec-01 .sec01-box{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	position:absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.sec-01 h2 {
	color:rgba(255, 255, 255, 1.0);
	font-size: 80px;
	line-height:1.3em;
	text-shadow: 3px 3px 20px #000,-3px 3px 20px #000,3px -3px 20px #000,-3px -3px 20px #000;
}
.sec-01 h2 span{
	display:block;
	padding-left:46%;
}

/* スライダー */
.hero-swiper {
	width:100%;
	height:100vh;
	min-height:240px;
	position:relative;
	overflow:hidden;
}
.swiper-slide {
	display:flex;
	align-items:center;
	justify-content:center;
	background:#fff; 
}
.swiper-slide img {
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
	image-rendering: -webkit-optimize-contrast;
}
.swiper-slide.swiper-slide-active,
.swiper-slide.swiper-slide-duplicate,
.swiper-slide-swiper {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}
@media (max-width:1200px){
	.sec-01 h2 {
		font-size: 5.95vw;
	}
}
@media (max-width:768px){
	.sec-01 .section-inner {
        width: 100%;
        margin: 0 auto;
    }
	.hero-swiper {
		width: 100%;
		height: 60vh;
	}
}
@media (max-width:480px){
	.hero-swiper {
		min-height:240px;
		height:50vh;
	}
	.sec-01 h2 {
		font-size: 7.4vw;
	}
}
/*-------------------------------------
	   SECTION 02
-------------------------------------*/
.sec-02{
	padding:100vh 0 0;
}
.sec-02 .section-inner{
	background:#fff;
	max-width:unset;
	position:relative;
	z-index:1;
}
.sec-02 .content-inner{
	max-width:1200PX;
	margin:0 auto;
}
.sec-02 .flex-con{
	align-items:unset;
}
.sec-02 .flex-50{
	text-align:center;
	position:relative;
	padding-bottom: 140px;
}
.sec-02 .flex-left{
	width:60%;
	margin-right:-10%;
}
.sec-02 .sec03-box{
	padding:40px 20% 40px 0;
	background:#f5f5f5;
	transition:all 1s;
}
.sec-02 .flex-50 img{
	position:absolute;
	top:100px;
}
.sec-02 .flex-50 h3{
	font-family: "ヒラギノ明朝 ProN", "HiraMin ProN", "游明朝", YuMincho, "ＭＳ 明朝", "MS Mincho", serif;
	font-size: clamp(22px, 4vw, 40px); 
	line-height:2em;
	margin-bottom:30px;
	transition:all 1s;
}
.sec-02 .flex-50 .sec02-txt{
	line-height:2em;
	transition:all 1s;
}
.sec-02 .sec03-box:hover{
	background:#084c63;
}
.sec-02 .sec03-box:hover h3{
	color:#fff;
}
.sec-02 .sec03-box:hover .sec02-txt{
	color:#fff;
}
.sec-02 .sec02-flex{
	padding:40px 0;
	gap:2%;
}
.sec-02 .flex-33{
	width:32%;
}
.sec-02 .flex-33 h3{
	font-size:26px;
	font-family:serif;
}
@media screen and (max-width:1200px){
	.sec-02 .flex-50{
		padding-bottom: 8vw;
	}
}
@media screen and (max-width:768px){
	.sec-02{
		padding-top:60vh;
	}
	.sec-02 .section-inner{
		width:100%;
		margin:0;
	}
	.sec-02 .flex-50{
		padding-bottom: 1%;
	}
}
@media screen and (max-width:480px){
	.sec-02{
		padding-top:50vh;
	}
	.sec-02 .flex-left{
		width:100%;
	}
	.sec-02 .sec03-box{
		padding:40px 0;
	}
}
/*-------------------------------------
	   SECTION 03
-------------------------------------*/
.sec-03{
	background:#fff;
	position:relative;
	z-index:1;
	padding:40px 0 10px;
}
.sec-03 .section-inner{
	max-width:1200PX;
}
.sec-03 .flex-con{
	margin:40px auto;
	align-items: unset;
	gap:0;
}
.sec-03 .flex-33{
	width:33.3333%;
	margin:0px auto;
	box-shadow: 0 0 0 1px #ddd; 
}
.sec-03 .flex-33 p{
	padding: 30px;
	font-family:"Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "Yu Gothic Medium", Meiryo, sans-serif;
	font-size:16px;
}
.sec-03 .sec03-box{
	position:relative;
}
.sec-03 .sec03-box p{
	padding: 0px;
}
.sec-03 .sec03-box .sec03-number{
	width: max-content;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	background:#17215f;
	color:#fff;
	padding:10px 20px 15px;
	text-align:center;
	font-size:14px;
	font-family: serif;
}
.sec-03 .sec03-box .sec03-number span{
	margin-right:10px;
	font-size:20px;
}
.sec-03 .flex-33 h3{
	font-size:22px;
	font-family: serif;
	text-align:center;
	padding: 30px 10px;
	border-bottom:1px #999 solid;
}
.readmore {
	font-family:serif;
	font-size:30px;
	text-align:right;
	padding:20px 0px 25px;
}
.readmore a:link,
.readmore a:visited{
	position:relative;
	padding: 10px 150px 15px 100px;
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
}
.readmore a:after{
	content:"---------------";
	position:absolute;
	letter-spacing: -3px;
    font-size: 28px;
    margin-left: 20px;
	color: #777;
}

@media screen and (max-width:768px) {
	.sec-03 .flex-33 p{
		padding: 20px 10px 0;
		font-size:16px;
	}
	.sec-03 .flex-33 h3 span{
		font-size:2.2vw;
	}
}
@media screen and (max-width:480px) {
	.sec-03 .flex-33{
		width:100%;
	}
	.sec-03 .flex-33 h3 span{
		font-size:18px;
	}
	.readmore {
		font-size:20px;
		padding:15px 0px 20px;
	}
	.readmore a:link,
	.readmore a:visited{
		padding: 10px 100px 15px 50px;
	}
	.readmore a:after{
		font-size: 18px;
	}
}

/*-------------------------------------
	   SECTION 04
-------------------------------------*/
.sec-04{
	background:#fff;
	position:relative;
	z-index:1;
}

/*-------------------------------------
	   SECTION 05
-------------------------------------*/
.sec-05{
	background:#fff;
	position:relative;
	z-index:1;
	padding:0 0 100px;	
}
.sec-05 .flex-con{
	gap:1%;
	align-items:unset;
}
.sec-05 .flex-50{
	width:49%;
	border-radius:10px;
}
.sec-05 .sec05-box h3{
	font-family:serif;
	font-size:26px;
	text-align:left;
}
.sec-05 .sec05-box .sec05-txt{
	margin:40px 5% 50px;
	line-height:2em;
}

@media screen and (max-width:768px) {

}
@media screen and (max-width:480px) {
	.sec-05 .flex-50{
		width:100%;
	}
	.sec-05 .sec05-box h3 {
		font-size: 26px;
		text-align: center;
		margin-top:20px;
	}
	.sec-05 .sec05-box .sec05-txt {
		margin: 20px 5% 30px;
		line-height: 2em;
	}
}
/*-------------------------------------
	   SECTION 06
-------------------------------------*/
.sec-06{
	color:#fff;
	padding-bottom:60px;
	margin-bottom:0px;
	background-color:#7f7f7f;
	background-image: url(image/sec06-02.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%; 
	position:relative;
	z-index:1;
}
.sec-06 .section-inner{
}
.sec-06 .h2-box {
    background: none;
}
.sec-06 h2.gradient-text{
	color:#fff;
	background: none;
	-webkit-text-fill-color: unset;
}
.sec-06 .sec06-txt-box{
	max-width:640px;
	margin:30px auto;
}
.sec-06 .flex-con{
	margin:60px auto;
	align-items:unset;
}
.sec-06 .flex-50{
	width:45%;
	margin:20px auto 40px;
	border:2px #fff solid;
	border-radius:20px;
	padding:40px 10px;
	text-align:center;
}
.sec-06 .flex-50 a:link,
.sec-06 .flex-50 a:visited{
	color:#fff;
}
.sec-06 h4{
	font-size:24px;
	padding-top:20px;
}
@media screen and (max-width:1200px) {
	.sec-06{
		padding-bottom:40px;
		background-size: cover; 
	}
}
@media screen and (max-width:768px) {
	.sec-06{
		padding-bottom:40px;
	}
	.sec-06 .flex-50{
		width:90%;
	}
}
@media screen and (max-width:480px) {
	.sec-06 {
	}
	.sec-06 .flex-con {
		margin: 0px auto 0;
	}
	.sec-06 .flex-50 {
		margin: 10px auto;
		padding: 20px 10px;
	}
	.sec-06 h2.gradient-text {
        font-size: clamp(30px, 4vw, 50px);
        padding: 0;
	}
	.sec-06 .sec06-txt-box {
		margin: 10px auto;
		text-align:center;
	}
}
/*-------------------------------------
	   SECTION 07
-------------------------------------*/
.sec-07{
	background:#fff;
	position:relative;
	z-index:1;
	padding:0 0 100px;	
}
.sec-07 .section-inner{
	max-width: 800px;
}
.sec-07 .flex-20{
	width:100%;
	margin-top:10px;
}
.sec-07 .flex-80 {
	width:100%;
	padding:10px 0px;
}
.sec-07 .sec07-box{
    display: flex;
    align-items: center;
	justify-content:space-between;
    overflow: hidden;
}
.sec-07 .sec07-box p{
	max-height: 150px;
	width:30%;
}
.sec-07 .sec07-date{
	float:right;
}
.sec-07 .sec07-txt{
	padding:10px 0 10px;
}
@media screen and (max-width:480px){
	.sec-07 .flex-20{
		max-height: 250px;
		width:100%;
		margin-bottom:20px;
	}
	.sec-07 .flex-80 {
		width:100%;
	}
}
/*-------------------------------------
	   PRODUCTS SEC 01
-------------------------------------*/
.pro-sec-01{
	padding:0;
}
.pro-sec-01 .section-inner{
	max-width:1920px;
	margin:0 auto;
	width:100%;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
}
.pro-sec-01 h1{
	width:100%;
	padding:20px 0;
	position:absolute;
	color:#fff;
	font-size:50px;
	text-shadow:1px 1px 3px #888;
	text-align:center;
	background:rgba(0, 0, 0, 0.3);
	line-height:1.3em;
	margin-top:50px;
}
.pro-sec-01 h1 span{
	font-size:30px;
	display:block;
	line-height:1.3em;
}
@media screen and (max-width:768px){
	.pro-sec-01 h1{
		font-size:32px;
	}
	.pro-sec-01 h1 span{
		font-size:22px;
	}
	.pro-sec-01{
		margin-top: 60px;
	}
}
/*-------------------------------------
	   PRO SEC 03
-------------------------------------*/
.pro-sec-03{
	padding:0;
}
.pro-sec-03 .h2-box {
    margin: 40px auto 0;
    text-align: center;
}
.pro-sec-03 h2.gradient-text {
    display: inline-block;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    background: #17215f;
    color: #fff;
    padding: 30px 100px 30px;
    font-size: 30px;
    font-family: serif;
    text-align: center;
}
.pro-sec-03 h2.gradient-text:before {
	content:"";
}

.pro-sec-03 .section-inner{
	max-width:1100PX;
}
.pro-sec-03 .flex-con{
	gap:2%;
}
.pro-sec-03 .flex-33{
	width:31%;
	margin:2% auto;
}

@media screen and (max-width:800px) {

}
@media screen and (max-width:480px) {
	.page-sec-03 {
		padding:0;
	}
	.pro-sec-03 .flex-33{
		width:100%;
		margin:2% auto;
	}
	.pro-sec-03 h2.gradient-text {
		padding: 10px 30px;
		font-size: 20px;
	}
}
/*-------------------------------------
	     Company
-------------------------------------*/
.company-sec-03 .section-inner{
	max-width:1000px;
	margin:50px auto;
}
.company-sec-03 .flex-con {
    margin: 0px auto;
    align-items: unset;
    gap: 0;
}
.company-sec-03 .flex-33{
	width:100%;
	margin:20px auto;
}
.company-sec-03 .flex-33 h3{
	text-align:left;
	margin-bottom:20px;
}
.company-sec-03 .flex-60{
	padding:0 30px;
}
.company-sec-03 .sec03-box p.details{
	position:absolute;
	right:0;
	bottom:12px;
}
.company-sec-03 .sec03-box p.details a:link,
.company-sec-03 .sec03-box p.details a:visited{
	color:#fff;
	background:#17215f;
	font-size:18px;
	padding:15px 40px 16px;
}
.company-sec-03 .sec03-box .sec03-number{
	left: auto;
    right: 0;
}
@media screen and (max-width:768px) {
	.sec-03 .sec03-box .sec03-number {
		width: 100%;
		padding: 10px 10px 10px;
	}
    .company-sec-03 .flex-33 h3{
		margin-bottom:10px;
		padding:5px 0;
	}
    .company-sec-03 .flex-33 p {
        padding: 0;
        font-size: 16px;
		line-height:1.3em;
    }
}
@media screen and (max-width:480px) {
    .company-sec-03 .flex-60 {
		padding: 0 30px 50px;
	}
}
/*-------------------------------------
	     Page
-------------------------------------*/
.page-sec-03{
	background:#f9f9f9;
	font-size:18px;
}
.page-sec-03 .h2-box{
	margin: 40px auto 0;
    text-align: center;
}
.page-sec-03 h2.page-sec03-h2 {
	display: inline-block;
    max-width: 100%;
	margin:0 auto;
	position:relative;
    background: #17215f;
    color: #fff;
    padding: 30px 100px 30px;
    font-size: 30px;
    font-family: serif;
	text-align:center;
}
.page-sec-03 h2.page-sec03-h2:before {
    content: "";
}
.page-sec-03 .section-inner{
	max-width:800px;
	margin:50px auto;
}
.page-sec-03 p{
	line-height:2em;
}
.page-sec-03 p.page-sec03-txt{
	margin-bottom:40px;
	text-align:center;
}
.page-sec-03 p.company-support{
	color:#17215f;
	font-weight:bold;
	border-top:1px #ccc solid;
	padding:10px;
	font-size:16px;
}
.page-sec-03 h2.contact{
	margin-top:40px;
	background: #17215f;
	padding:10px;
	color:#fff;
	font-size:20px;
}
.page-sec-03 .contact-contents{
	border:1px #aaa solid;
	background:#fff;
	padding:30px;
}
@media screen and (max-width:480px){
	.page-sec-03 h2.page-sec03-h2 {
		padding: 20px 100px 20px;
		font-size: 20px;
	}
}

/*-------------------------------------
	     Company
-------------------------------------*/
.page-company .section-inner {
	max-width:1000px;
}
.page-company table {
	border-color:#ccc;
	width:100%;
}
.page-company table th{
	font-weight:normal;
	padding:20px 20px;
	width:25%;
}
.page-company table td{
	padding:20px 20px;
	width:75%;
	line-height:2em;
}
.page-company .staff-pic{
	margin:40px auto;
}
.page-company .company-map{
	margin-top:60px;
	text-align:center;
}
@media screen and (max-width:480px){
	.page-company table th{
		font-size:16px;
		padding:10px 10px;
		width:30%;
	}
	.page-company table td{
		font-size:16px;
		padding:10px 10px;
		width:70%;
		line-height:1.5em;
	}
}


/*-------------------------------------
	     Footer
-------------------------------------*/
footer { 
    width:100%;
    text-align:center;
    margin:0px auto;
    background-color: #323333; 
    z-index: 1;
    position: relative;
}
footer-inner{
	width:100%;
	max-width:1200px;
    margin:0px auto;
}
footer .flex-30{
	background:#fff;
}
footer ul { 
	max-width:800px;
    margin:0px auto;
    display:flex;
    flex-wrap:wrap;
	justify-content:space-between;
}
footer li { 
    width:auto; 
	font-size:16px;
    padding:30px 0px;
}
footer li a:link,
footer li a:visited{
	color:#fff;
}
address { 
	color:#fff;
	padding-top:30px;
	font-size:14px;
}
@media screen and (max-width : 1200px) {
	footer .flex-con{
		align-items:unset;
	}
	footer .flex-30{
		padding:2vw 0;
	}
	footer ul { 
		padding:2vw 0px;
	}
	footer li { 
		width:33%; 
		padding:1vw 0px;
	}
	address { 
		padding-top:20px;
	}
}
@media screen and (max-width :840px) {
	footer li { 
		width:50%; 
	}
}
@media screen and (max-width : 480px) {
	footer{
		padding-bottom:30px;
	}
	footer .flex-30 {
		width: 50%;
	}
	footer ul {
		max-width: 100%;
		margin:20px auto;
	}
	footer li  {
        padding: 15px 0px;
	}
}






