﻿@charset "utf-8";
/*
Theme Name: Visa Support
Theme URI: http://www.web-makati.com/
Description: Visa Support
Version: 0.1.4
Author: WEB MAKATI
Author URI: http://www.web-makati.com/
License: GNU General Public License
Tags: philippine, Visa Support, Manila
*/
/* ----------------------------------
              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:90%;
}
.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%;
	max-width:1920px;
    height:auto;
    margin:0px auto; 
}
.header-inner {
	width:100%;
	max-width:1600px;
    margin:0 auto;
}
header .flex-left{
	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:auto;
	display:flex;
	justify-content:flex-end;
}
header .tel-con{
	width:300px;
	display:flex;
	justify-content:right;
	background:#17215f;;
}
header .tel-con a:link,
header .tel a:visited{
	width:100%;
	height:60px;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#fff;
	font-weight:bold;
	letter-spacing:2px;
}
header .contact-con{
	width:200px;
	display:flex;
	justify-content:right;
	background:#dc143c;
}
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;
	}
}
@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%;
	}
	header .contact-con{
		width:40%;
		max-width:40%;
	}
}
/*-------------------------------------
          GLOBAL NAVIGATION 
-------------------------------------*/
nav { 
    width:100%;
	margin:0 auto;
	background:#084c63;
    position: sticky;
    top: 0;
    z-index: 1000;
	transition:all 1s;
}
.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:#fff; 
}
.navInner li a:hover { 
    color:#ccc;
}
#openList{ 
    display:none;
}
nav.fixed {
    background: rgba(255, 255, 255, 0.9);
}
nav.fixed .navInner li a:link,
nav.fixed .navInner li a:visited{
    color:#333;
}
@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;
    }
    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; 
    }
    #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.7); 
    }
    #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:40px 0; 
	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;
	margin:0 auto;
	font-size:70px;
	font-family:serif;
	background: linear-gradient(to bottom, #656cb4, #17215f);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing:5px;
}
h2.gradient-text span{
	font-size:20px;
	font-family:serif;
	padding-left:40px;
}
@media screen and (max-width:1200px) {
	h2.gradient-text{
		padding:0 10px;
		font-size:5.833vw;
	}
}
@media screen and (max-width:768px) {
	section {
		padding: 40px 0 0;
	}
    .section-inner {
        width:98%;
        margin:0 1%;
    }
}
@media screen and (max-width:480px) {
    h2.gradient-text {
        padding: 0 10px;
        font-size: 50px;
        line-height: 1em;
    }
	h2.gradient-text span {
		padding-left: 0;
        display: block;
        line-height: 1em;
	}
}
/*-------------------------------------
	   SECTION 01
-------------------------------------*/
.sec-01{
	background:#f9faf5;
	padding:0;
}
.sec-01 .section-inner{
	max-width:1920px;
}
.sec-01 .flex-con{
    height: 530px;
	background:#17215f;
	/*background:#777;*/
	font-weight:bold;
	 font-family: "ヒラギノ明朝 ProN", "HiraMin ProN", "游明朝", YuMincho, "ＭＳ 明朝", "MS Mincho", serif;
}
.sec-01 .flex-50 {
    height: 530px;
}
.sec-01 .flex-txt {
    display: flex;
    flex-direction: column;
}

.sec-01 .sec01-box{
	background:#fff;
}
.sec-01 .sec01-box2{
	color:#fff;
	position: relative;
	z-index: 1; 
	background-image:url(image/sec01-01.png);
}
.sec-01 .sec01-box2::before {
  content: "";
  /* 親要素全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
	background-image:url(image/sec01-01.png);
  background-size: cover;
  opacity: 0.3;
  z-index: -1; 
}
.sec-01 .flex-txt div {
    flex: 1; 
    height: 50%; 
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items:center;
}
.sec-01 .flex-txt div p{
	width:90%;
	padding:0 5%;
}
.sec-01 h1 {
	font-size: 40px;
	line-height:2em;
}
.sec-01 h2 {
	font-size: 36px;
	line-height:2em;
}
/* スライダー */
.hero-swiper {
	width:100%;
	height:70vh;
	min-height:240px;
	max-height:530px;
	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:1130px){
	.sec-01 h1 {
		font-size: 3.18vw;
		line-height:2em;
	}
	.sec-01 h2 {
		font-size: 3.18vw;
		line-height:2em;
	}
}
@media (max-width:768px){
	.sec-01 h1 {
		font-size: 3.6vw;
		line-height:2em;
	}
	.sec-01 h2 {
		font-size: 3.6vw;
		line-height:2em;
	}
}
@media (max-width:480px){
	.sec-01 .flex-con {
		height: auto;
	}
	.sec-01 .flex-slide {
		padding-bottom: 0px;
	}
	.sec-01 .flex-txt {
		order:2;
		height:auto;
	}
	.sec-01 .flex-slide{
		order:1;
		height: auto;
	}
	.sec-01 .flex-txt div {
		padding: 20px 0;
	}
	.hero-swiper {
		min-height:240px;
		max-height: 240px;
	}
	.sec-01 h1 {
		font-size: 7.4vw;
		line-height:2em;
	}
	.sec-01 h2 {
		font-size: 7.4vw;
		line-height:2em;
	}
}
/*-------------------------------------
	   SECTION 03
-------------------------------------*/
.sec-03{
	background:#fff;
}
.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: 120px;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	background:#17215f;
	color:#fff;
	padding:15px 10px 20px;
	text-align:center;
	font-size:14px;
	font-family: serif;
}
.sec-03 .sec03-box .sec03-number span{
	margin-left: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;
}
@media screen and (max-width:768px) {
	.sec-03 .flex-33 p{
		padding: 30px 10px;
		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;
	}
}

/*-------------------------------------
	   SECTION 04
-------------------------------------*/
.sec-04{
}

/*-------------------------------------
	   SECTION 05
-------------------------------------*/
.sec-05 .flex-con{
	gap:1%;
}
.sec-05 .flex-25{
	width:23%;
	margin-bottom:20px;
	border:1px #ccc solid;
	border-radius:10px;
	overflow:hidden;
}
.sec-05 .sec05-box h3{
	font-family:"Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "Yu Gothic Medium", Meiryo, sans-serif;
	font-size:26px;
	text-align:center;
}
.sec-05 .sec05-box h3 span{
	font-family:"Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "Yu Gothic Medium", Meiryo, sans-serif;
	font-size:18px;
}
.sec-05 .sec05-txt{
	padding:20px;
	font-family:"Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "Yu Gothic Medium", Meiryo, sans-serif;
	font-size:16px;
	text-align:center;
}
.sec-05 .sec05-txt{
	padding:20px;
	font-family:"Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "Yu Gothic Medium", Meiryo, sans-serif;
	font-size:16px;
}
.sec-05 .flex-25 img{
	padding:10px;
	opacity:0.8;
	border-radius:10px 10px 0 0;
}

@media screen and (max-width:768px) {
	.sec-05 .flex-25{
		width:31%;
	}
	.sec-05 .sec05-box h3 span.sec05-h3{
		font-size:3vw;
	}
}
@media screen and (max-width:480px) {
	.sec-05 .flex-25{
		width:49%;
	}
	.sec-05 .sec05-box h3 span.sec05-h3{
		font-size:4.9vw;
	}
}
/*-------------------------------------
	   SECTION 06
-------------------------------------*/
.sec-06{
	color:#fff;
	padding-bottom:60px;
	margin-bottom:0px;
	background-color:#7f7f7f;
	background-image: url(image/sec06-01.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%; 
}
.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:600px;
	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;
	}
}
@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 {
		background-size: unset;
	}
	.sec-06 .flex-con {
		margin: 30px auto 0;
		align-items: unset;
	}
	.sec-06 .flex-50 {
		margin: 20px auto 20px;
	}
}
/*-------------------------------------
	   VISA SEC 01
-------------------------------------*/
.visa-sec-01{
	padding:0;
}
.visa-sec-01 .section-inner{
	max-width:1920px;
	margin:0 auto;
	width:100%;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
}
.visa-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;
}
.visa-sec-01 h1 span{
	font-size:30px;
	display:block;
	line-height:1.3em;
}
@media screen and (max-width:768px){
	.visa-sec-01 h1{
		font-size:32px;
	}
	.visa-sec-01 h1 span{
		font-size:22px;
	}
}
/*-------------------------------------
	   VISA SEC 03
-------------------------------------*/
.visa-sec-03{
	padding:0;
}
.visa-sec-03 .section-inner{
	max-width:1100PX;
}
.visa-sec-03 .flex-con{
	margin:40px auto;
  justify-content: flex-start;
  margin-bottom: 40px;
  position: relative;
  padding-left: 10px; 
}
.visa-sec-03 .flex-20{
  flex: 0 0 150px; 
  z-index: 2; 
  position: relative;
}
.visa-sec-03 .sec03-box .sec03-number{
	width: 100%;
	padding:15px 10px 20px;
	text-align:center;
	font-size:14px;
	font-family: serif;
	letter-spacing: 3px;
}
.visa-sec-03 .sec03-box .sec03-number span{
  display: block;
  font-size: 32px;
  font-weight: bold;
  margin-top: 5px;
}
.visa-sec-03 .flex-80{
  flex: 1; 
  background: #fff;
  border: 1px solid #eee;
  padding: 30px 30px 30px 60px; 
  margin-left: -50px; 
  border-radius: 4px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05); 
  z-index: 1; 
}
.visa-sec-03 .flex-80 h3{
	font-size:20px;
	font-family: serif;
	padding: 10px 10px;
	border-bottom:1px #999 solid;
	color: #003366;
}
.visa-sec-03 .flex-80 p{
	padding: 5px;
	font-family:"Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "Yu Gothic Medium", Meiryo, sans-serif;
	font-size:16px;
}
.visa-sec-03 .sec03-box{
	  width: 130px;  
  height: 130px;
  background: linear-gradient(135deg, #003366 0%, #0055aa 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 5px 5px 15px rgba(0, 51, 102, 0.2); /* 箱自体の影 */
  text-align: center;
}
.visa-sec-03 .visa-sec03-box {
  background-color: #f8f9fa;
  padding: 15px 20px;
  border-left: 4px solid #ccc;
  border-radius: 0 4px 4px 0;
}
.visa-sec-03 .visa-sec03-box h4 {
  margin: 0 ;
  font-size: 1rem;
  color: #333;
}
.visa-sec-03 .visa-sec01-txt {
  font-size: 0.9rem;
  margin-bottom: 0 !important;
  color: #666;
}
@media screen and (max-width:800px) {
	.visa-sec-03 .flex-con {
		flex-direction: column; /* 縦並びにする */
		align-items: flex-start;
		padding-left: 0;
	}
	.visa-sec-03 .flex-20 {
		flex: 0 0 auto;
		width: 100%;
		margin-bottom: -20px;
	}
	.visa-sec-03 .sec03-box {
		width: auto;
		padding: 0;
		height: auto;
	}
	.visa-sec-03 .sec03-box .sec03-number {
		width: 100%;
		padding: 5px 10px 10px;
	}
	.visa-sec-03 .sec03-box .sec03-number span  {
		display: inline-block;
	    margin-top: 0;
		margin-left: 5px;
	}
	.visa-sec-03 .flex-80{
		width:100%;
		margin-left:0;
	}
	.visa-sec-03 .flex-80 h3 span{
		font-size:18px;
	}
	.visa-sec-03 .flex-80 {
		padding: 30px 20px;
	}
}
@media screen and (max-width:480px) {
    .visa-sec-03 .flex-80 {
        padding: 30px 5px 10px;
    }
}
/*-------------------------------------
	     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: 120px;
		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: auto;
    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: 60px 30px 30px;
    font-size: 30px;
    font-family: serif;
	text-align:center;
}
.page-sec-03 h2.page-sec03-h2:before {
    content: attr(data-title);
    position: absolute;
    font-size: 14px;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
	text-align:center;
}
.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;
}


/*-------------------------------------
	     Company
-------------------------------------*/
.page-company .section-inner {
	max-width:1000px;
}
.page-company table {
	border-color:#ccc;
}
.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;
}




/*-------------------------------------
	     Footer
-------------------------------------*/
footer { 
    width:100%;
    text-align:center;
    margin:0px auto;
    background-color: #084c63; 
}
footer-inner{
	width:100%;
	max-width:1200px;
}
footer .flex-30{
	background:#fff;
}
footer ul { 
	max-width:90%;
    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;
	}
}






