@charset "UTF-8";
#header {
	width: 100%;
	height: 60px;
}
#header #logo {
	display: inline-block;
}
#header #logo img {
	height: 50px;
	width: auto;
	padding-top: 8px;
	padding-left: 10px;
}
#main_v #logo_v {
	text-align: center;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

#main_v #logo_v img {
	width: 100%;
	height: auto;
}
#main_v .title_box {
	padding-top: 50px;
	padding-bottom: 80px;
	padding-left: 50px;
	padding-right: 50px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	background-color: hsla(0,0%,0%,0.70);
	margin-top: 180px;
}
.sample {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: -1;
}
.sample li {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    -webkit-animation: anime 40s linear 0s infinite ;
    animation: anime 40s linear 0s infinite ;
}
.sample li:nth-child(1) { 
    background-image: url(../pc_img/main_v2.png)   /* 背景画像を入力して下さい */
}
.sample li:nth-child(2) {
    background-image: url(../pc_img/main_v.png);
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}
.sample li:nth-child(3) {
    background-image: url(../pc_img/main_v4.png);
    -webkit-animation-delay: 20s;
    animation-delay: 20s;
}
.sample li:nth-child(4) {
    background-image: url(../pc_img/main_v3.png);
    -webkit-animation-delay: 30s;
    animation-delay: 30s;
}
@-webkit-keyframes anime { 
    0% {
        -webkit-animation-timing-function: ease-in;
        opacity: 0;
    }
    10% {
        -webkit-transform: scale(1.1);
        opacity: 1;
    }
    40% {
        -webkit-transform: scale(1.2);
            -webkit-animation-timing-function: ease-out;
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
    100% { opacity: 0 }
}
@keyframes anime { 
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
    }
    10% {
        transform: scale(1.1);
        opacity: 1;
    }
    40% {
        transform: scale(1.2);
            animation-timing-function: ease-out;
        opacity: 1;
    }
    50% {
        transform: scale(1.3);
        opacity: 0;
    }
    100% { opacity: 0 }
}
.sp {
	display: none;
}
.pc {
	display: block;
	
}
#main_v .l_box {
	width: 370px;
	height: auto;
	position: absolute;
	right: -1px;
	bottom: -8px;
}
#main_v .t_box {
	width: 350px;
	position: absolute;
	top: 78px;
	right: 148px;
}
#main_v .h_box {
	width: 230px;
	position: absolute;
	top: 0px;
	right: 74px;
}
#main_v .t_box img {
	width: 100%;
	height: auto;
}
#main_v .l_box img {
	width: 100%;
	height: auto;
}
#main_v .h_box img {
	width: 100%;
	height: auto;
}
#contact_box {
	display: flex; /* 1221追加 */
	align-items: center; /* 1221追加 */
	height: 60px; /* 1221追加 */
	margin-right: 60px;
	float: right;
}
#contact_btn a  {
	float: left;
	margin-right: 6px; /* 1221追加 */
	line-height:0; /* 1221追加 */
}
#contact_btn .tel {
	display: block;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	line-height: 60px;
	text-align: center;
}
#contact_btn .tel:hover  {
	background-repeat: no-repeat;
}
#contact_btn .w_tel {
	display: block;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	line-height: 60px;
	text-align: center;
}
#contact_btn .w_tel:hover  {
	background-repeat: no-repeat;
	text-align: center;
}
#contact_btn .mail {
	display: block;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	line-height: 60px;
	text-align: center;
}
#contact_btn .ja {
	display: block;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	line-height: 60px;
	text-align: center;
}
#contact_btn .mail:hover  {
	background-repeat: no-repeat;
	text-align: center;
}
#contact_btn .lang {
	display: block;
	width: 60px;
	height: 60px;
	background-color: #1bbc9b;
	background-repeat: no-repeat;
	line-height: 60px;
	text-align: center;
}
#contact_btn .lang:hover  {
	background-color: #0BC289;
	background-repeat: no-repeat;
	text-align: center;
}
#contact_btn .tel img {
	width: 50%;
	height: auto;
	margin-top: 15px;
}
#contact_btn .w_tel img {
	width: 50%;
	height: auto;
	margin-top: 15px;
}
#contact_btn .mail img {
	width: 50%;
	height: auto;
	margin-top: 15px;
}
#contact_btn .ja img {
	width: 50%;
	height: auto;
	margin-top: 15px;
}
#contact_btn .lang img {
	width: 50%;
	height: auto;
	margin-top: 15px;
}
#panels_box ul {
	color: hsla(0,0%,0%,1.00);
	overflow-y: hidden;
	width: 100%;
	clear: both;
}
#panels_box ul a {
	display: block;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 3px solid #FFFFFF;
	height: 40px;
	line-height: 34px;
	font-size: 16px;
	color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 40px;
	font-weight: bold;
}
#panels_box ul a:hover  {
	display: block;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 3px solid #FCE133;
	height: 40px;
	line-height: 34px;
	font-size: 16px;
	color: #000000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 40px;
	background-color: hsla(52,92%,58%,1.00);
	font-weight: bold;
}
#panels1 {
	background-image: url(../pc_img/company_v.png);
	background-size: cover;
}
#panels4 {
	background-image: url(../pc_img/inspection_v.png);
	background-size: cover;
}
#panels5 {
	background-image: url(../pc_img/investment_v.png);
	background-size: cover;
}
#panels6 {
	background-image: url(../pc_img/human_v.png);
	background-size: cover;
}
#panels7 {
	background-image: url(../pc_img/etc_main.png);
	background-size: cover;
}
#panels2 {
	background-image: url(../pc_img/visa_v.png);
	background-size: cover;
}
#panels3 {
	background-image: url(../pc_img/account_v.png);
	background-size: cover;
}
#panels_box ul li span {
	display: block;
	background-color: hsla(0,0%,0%,0.66);
	height: 350px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#panels_box ul li span:hover {
	background-color: hsla(0,0%,0%,0.32);
}
#main_v {
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 300px;
	background-position: center top;
	position: relative;
}
#main_v h1 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}
#main_v .lead1 {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	display: inline-block;
	padding-left: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFB300;
}

#main_v .lead2 {
	font-size: 60px;
	font-weight: bold;
	margin-left: 80px;
	line-height: 1.3em;
	color: #FFFFFF;
}
#panels_box {
	width: 100%;
}
#panels_box ul li {
	float: left;
	box-sizing: border-box;
	width: 33.3%;
	height: 350px;
}
#panels_box ul li h2 {
	text-align: center;
	font-size: 22px;
	color: #FFFFFF;
	margin-bottom: 40px;
	padding-top: 60px;
}
#panels_box ul li p {
	font-size: 14px;
	color: #FFFFFF;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
#panels_box .panels_inner {
	width: 50%;
	float: left;
}
#panels_box .panels {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 230px;
}
#panels_box #toushi {
	width: 50%;
	clear: both;
	float: left;
}
#panels_box #etc {
	width: 50%;
	float: right;
}


.bg-scale {
	width: 40%;
    position: relative;
    overflow: hidden;
    text-align: center;
    text-shadow: 0 0 12px #7b7a35;
    padding: 92px 0 93px 0;
}
.bg-scale2 {
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	text-shadow: 0 0 12px #7b7a35;
	padding-right: 0;
	padding-left: 0;
	clear: both;
}
.bg-scale3 {
	width: 50%;
	position: relative;
	overflow: hidden;
	text-align: center;
	text-shadow: 0 0 12px #7b7a35;
	padding-right: 0;
	padding-left: 0;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	background-color: hsla(0,0%,100%,1.00);
}
.panel0:after{background: url(../pc_img/panel0.png) no-repeat center center;}
.panel1:after{background: url(../pc_img/panel1.png) no-repeat center center;}
.panel2:after{background: url(../pc_img/panel2.png) no-repeat center center;}
.panel3:after{background: url(../pc_img/panel3.png) no-repeat center center;}
.panel4:after{background: url(../pc_img/panel4.png) no-repeat center center;}
.panel5:after{background: url(../pc_img/panel5.png) no-repeat center center;}
.car:after{
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../pc_img/cor.png);
}
.about:after{
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../pc_img/about.png);
}

.phiripin:after{
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../pc_img/phiripin.png);
}

.bg-scale:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.bg-scale2:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.bg-scale3:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.bg-scale:hover:after {
    opacity: .8;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.bg-scale2:hover:after {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.bg-scale3:hover:after {
    opacity: .8;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.bg-scale .inner {
    z-index: 1;
    position: relative;
}
.bg-scale2 .inner {
    z-index: 1;
    position: relative;
}
.bg-scale3 .inner {
	z-index: 1;
	position: relative;
}
.panel_img_l {
	float: left;
}
.panel_text_r {
	width: 60%;
	float: right;
}
.panel_img_r {
	float: right;
}
.panel_text_l {
	width: 60%;
	float: left;
}
.inner h2 {
	font-size: 18px;
}
.panel1 .inner h2 {
	color: #FFFFFF;
	background-color: hsla(0,0%,0%,0.80);
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: normal;
}
.panel0 .inner h2 {
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.80);
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: normal;
}
.panel2 .inner h2 {
	color: #FFFFFF;
	background-color: hsla(0,0%,0%,0.80);
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: normal;
}
.panel3 .inner h2 {
	color: #FFFFFF;
	background-color: hsla(0,0%,0%,0.80);
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: normal;
}
.panel4 .inner h2 {
	color: #FFFFFF;
	background-color: hsla(0,0%,0%,0.80);
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: normal;
}
.panel5 .inner h2 {
	color: #FFFFFF;
	background-color: hsla(0,0%,0%,0.80);
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: normal;
}
.panel1_text {
	/* 幅8px、高さ8pxで背景画像のサイズを指定 */
	background-size: 8px 8px;
	height: 230px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: hsla(0,0%,0%,1.00);
}
.panel0_text {
	/* 幅8px、高さ8pxで背景画像のサイズを指定 */
	background-size: 8px 8px;
	height: 230px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: hsla(0,0%,0%,1.00);
}
.panel2_text {
	/* 幅8px、高さ8pxで背景画像のサイズを指定 */
	background-size: 8px 8px;
	height: 230px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: hsla(0,0%,0%,1.00);
}
.panel3_text {
	/* 幅8px、高さ8pxで背景画像のサイズを指定 */
	background-size: 8px 8px;
	height: 230px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: hsla(0,0%,0%,1.00);
}
.panel4_text {
	/* 幅8px、高さ8pxで背景画像のサイズを指定 */
	background-size: 8px 8px;
	height: 230px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: hsla(0,0%,0%,1.00);
}
.panel5_text {
	/* 幅8px、高さ8pxで背景画像のサイズを指定 */
	background-size: 8px 8px;
	height: 230px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: hsla(0,0%,0%,1.00);
}
.panel_title {
	color: #FFFFFF;
	width: 80%;
	margin-left: 20%;
	padding-left: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.panel1_text .panel_title {
	background-color: #000000;
}
.panel0_text .panel_title {
	background-color: #000000;
}
.panel2_text .panel_title {
	background-color: #E84C3D;
}
.panel3_text .panel_title {
	background-color: #e67f22;
}
.panel4_text .panel_title {
	background-color: #000000;
}
.panel5_text .panel_title {
	background-color: #000000;
}
#contens_box #article h3 {
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #333;
}
#contens_box #article ul li {
	padding-top: 0px;
	padding-bottom: 10px;
	list-style-type: circle;
	margin-left: 20px;
	font-size: 18px;
}
#thanks_page #main_v_s {
	background-color: #232323;
	padding-bottom: 10px;
}
.text a {
	color: #FFFFFF;
	font-size: 14px;
	display: block;
	padding-left: 20%;
	padding-top: 40px;
	padding-bottom: 30px;
	padding-right: 10px;
}
.text a:hover  {
	color: #FFF200;
	font-size: 14px;
}
.panel1_text .text a {
	background-image: url(../pc_img/panel1_arrow.png);
	background-repeat: no-repeat;
	background-size: 35px auto;
	background-position: 95% bottom;
}
.panel0_text .text a {
	background-image: url(../pc_img/panel1_arrow.png);
	background-repeat: no-repeat;
	background-size: 35px auto;
	background-position: 95% bottom;
}
.panel2_text .text a {
	background-image: url(../pc_img/panel1_arrow.png);
	background-repeat: no-repeat;
	background-size: 35px auto;
	background-position: 95% bottom;
}
.panel3_text .text a {
	background-image: url(../pc_img/panel1_arrow.png);
	background-repeat: no-repeat;
	background-size: 35px auto;
	background-position: 95% bottom;
}
.panel4_text .text a {
	background-image: url(../pc_img/panel1_arrow.png);
	background-repeat: no-repeat;
	background-size: 35px auto;
	background-position: 95% bottom;
}
.panel5_text .text a {
	background-image: url(../pc_img/panel1_arrow.png);
	background-repeat: no-repeat;
	background-size: 35px auto;
	background-position: 95% bottom;
}
.etc_text {
	background-color: #e84c3d;
	text-align: center;
	background-image: url(../pc_img/etc.png);
	background-repeat: no-repeat;
	background-position: center 40%;
	background-size: 60px auto;
}
.etc_text p a {
	color: #FFFFFF;
	display: block;
	padding-top: 149px;
	padding-bottom: 50px;
	background-image: url(../pc_img/panel2_arrow.png);
	background-repeat: no-repeat;
	background-size: 35px auto;
	background-position: 95%;
	padding-left: 20px;
	padding-right: 20px;
	background-position: 95% 88%;
}
.etc_text p a:hover  {
	color: #FFF200;
	display: block;
	padding-top: 149px;
	padding-bottom: 50px;
	background-position: 95%;
	padding-left: 20px;
	padding-right: 20px;
}
.bg-scale2.car .inner h2 {
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url(../pc_img/panel1_arrow.png);
	background-repeat: no-repeat;
	background-position: right 85%;
	background-size: 35px auto;
	display: inline-block;
}
.car h2 a {
	color: #FFFFFF;
	display: inline-block;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
	background-color: #255169;
}
.bg-scale3 h2 a {
	display: block;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #FFFFFF;
	font-weight: normal;
	background-image: url(../pc_img/panel6_arrow.png);
	background-position: 95% 90%;
	background-repeat: no-repeat;
	background-size: 35px auto;
	font-size: 18px;
}
.bg-scale3.phiripin {
	border-right: 5px solid #FFFFFF;
}
#visa_page #main_v_s {
	background-image: url(../pc_img/visa_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 550px;
}
#about_page #main_v_s {
	background-image: url(../pc_img/about_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 600px;
}
#ph_page #main_v_s {
	background-image: url(../pc_img/ph_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 580px;
}
#etc_page #main_v_s {
	background-image: url(../pc_img/etc_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 500px;
}
#company_page #main_v_s {
	background-image: url(../pc_img/company_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 600px;
}
#account_page #main_v_s {
	background-image: url(../pc_img/account_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 550px;
}
#inspection_page #main_v_s {
	background-image: url(../pc_img/inspection_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 580px;
}
#investment_page #main_v_s {
	background-image: url(../pc_img/investment_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 550px;
}
#main_v_inner {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#main_v_inner figure {
	display: block;
	width: 490px;
	position: absolute;
	left: 0px;
	top: 50px;
	z-index: 2;
}
#main_v_inner figure .visa_label {
	position: absolute;
	background-color: #FEE533;
	color: #333333;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	z-index: 3;
}
#main_v_inner figure .investment_label {
	position: absolute;
	background-color: #FFD700;
	color: #333333;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	z-index: 3;
}
#main_v_inner figure .inspection_label {
	position: absolute;
	background-color: #FFD700;
	color: #333333;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	z-index: 3;
}
#main_v_inner figure .account_label {
	position: absolute;
	background-color: #FFD700;
	color: #333333;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	z-index: 3;
}
#main_v_inner figure .company_label {
	position: absolute;
	background-color: #FFD700;
	color: #333333;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	z-index: 3;
}
#main_v_inner figure img {
	width: 100%;
	height: auto;
}
#main_v_s_text {
	width: 500px;
	background-color: hsla(0,0%,100%,1.00);
	position: absolute;
	left: 453px;
	top: 120px;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 70px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 40px;
}
#main_v_s_text h1 {
	color: #333333;
	font-weight: bold;
	border-left: 5px solid #333333;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.main_v_s_title {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.main_v_s_text {
	font-size: 14px;
}
#contents {
	background-color: #EDEDED;
	margin-top: 0px;
	padding-top: 50px;
	overflow-y: hidden;
	padding-bottom: 100px;
}
#contens_box {
	background-color: hsla(0,0%,100%,1.00);
	padding-top: 30px;
	overflow-y: hidden;
}
#contens_inner {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	overflow-y: hidden;
}
#contens_box h2 {
	font-size: 30px;
	padding-right: 30px;
	padding-left: 30px;
	border-left: 5px solid #FE9C00;
	color: #333;
	margin-bottom: 30px;
}
#form_box h2 {
	font-size: 30px;
	padding-right: 30px;
	padding-left: 30px;
	border-left: 5px solid hsla(0,63%,33%,1.00);
	color: #0c3b54;
	margin-bottom: 30px;
}
.fee_arrow {
	background-color: #5E5E5E;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 50px;
	background-image: url(../pc_img/kasou_arrow.png);
	background-repeat: no-repeat;
	background-position: center 80%;
	background-size: 30px auto;
	color: hsla(0,0%,100%,1.00);
	font-size: 18px;
	margin-top: 50px;
}
#article figure img {
	width: 100%;
	height: auto;
	margin-right: 30px;
	float: left;
}
#article {
	padding-left: 50px;
	padding-right: 50px;
}
#article figure {
	width: 40%;
	display: block;
}
.fee-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.fee-wrap .fee_box {
		display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.fee_box {
	width: 46%;
	background-color: hsla(0,0%,100%,1.00);
	-webkit-box-shadow: 5px 5px 5px hsla(0,0%,68%,1.00);
	box-shadow: 5px 5px 5px hsla(0,0%,68%,1.00);
	border-radius: 5px;
	margin-top: 50px;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
	padding-bottom: 0;
	/*
	padding-bottom: 30px;
	*/
}

.fee-wrap .fee_box .fee_title,
.fee-wrap .fee_box p{
	width: 100%;
}
.fee_box .fee_title .tag_company,
.fee_box .fee_title .tag_investment{
	width: auto;
}

.fee_title {
	background-color: #ababab;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.tag_visa {
	font-size: 10px;
	color: hsla(0,0%,100%,1.00);
	background-color: hsla(1,63%,33%,1.00);
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tag_investment {
	font-size: 10px;
	color: hsla(0,0%,100%,1.00);
	background-color: #772ed9;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tag_inspection {
	font-size: 10px;
	color: hsla(0,0%,100%,1.00);
	background-color: #069266;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tag_company {
	font-size: 10px;
	color: hsla(0,0%,100%,1.00);
	background-color: #0787CD;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tag_human {
	font-size: 10px;
	color: hsla(0,0%,100%,1.00);
	background-color: #255169;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tag_account {
	font-size: 10px;
	color: hsla(0,0%,100%,1.00);
	background-color: #FF7603;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.fee_title h3 {
	color: hsla(0,0%,100%,1.00);
	font-size: 18px;
	margin-top: 5px;
}
.fee_text {
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dashed hsla(0,0%,66%,1.00);
}
.fee_text_sub {
	padding-left: 20px;
	font-size: 12px;
	color: hsla(0,0%,22%,1.00);
	margin-top: -11px;
	margin-bottom: 15px;
}
#contens_box article {
	padding-bottom: 80px;
}
article #article h3 {
	font-size: 18px;
	border-left: 5px solid #FE9C00;
	margin-bottom: 30px;
	padding-left: 20px;
	color: #0B3B54;
}
.address_inner h3  {
	font-size: 18px;
	border-left: 5px solid #891F1F;
	margin-bottom: 30px;
	padding-left: 20px;
	color: #0B3B54;
}
article #article p {
	padding-bottom: 40px;
}
.article_img {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.article_img img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
#address {
	padding-left: 50px;
	padding-right: 50px;
}
#sc6_table {
	width: 100%;
}
#sc6_table tr th {
	padding-left: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 50px;
	width: 30%;
	background-color: #D6E0E9;
	color: #0c3b54;
	border: 1px solid #0C3B54;
}
#sc6_table tr td {
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	border: 1px solid #0C3B54;
}
.address_box {
	margin-top: 50px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 30px;
	overflow-y: hidden;
}
.address_inner {
	width: 40%;
	float: left;
}
.ggmap {
	width: 401px;
	height: 301px;
	float: right;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
}
.tyui article {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 40px;
	border: 3px solid #F48400;
	padding-bottom: 40px !important;
}
.tyui .tyui_title {
	text-align: center;
	margin-bottom: -40px;
}
.fee {
	padding-top: 15px;
	padding-left: 80px;
	padding-right: 20px;
	padding-bottom: 15px;
	font-size: 30px;
	color: hsla(201,75%,19%,1.00);
	background-image: url(../pc_img/peso_icon.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: auto 50%;
}
.fee_s {
	padding-top: 15px;
	padding-left: 80px;
	padding-right: 20px;
	font-size: 28px;
	color: hsla(201,75%,19%,1.00);
	background-image: url(../pc_img/peso_icon.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: auto 50%;
	font-weight: bold;
	padding-bottom:15px;
}
.fee span {
	font-size: 26px;
}
#sc5 {
	background:url(../pc_img/line-contact.png) no-repeat center;
	clear: both;
	background-color: #EDEDED;
}
#sc5  p{
	color: #fff;
	text-align: center;
}

#sc5 h2 {
	color:#fff; /*#333333;*/
	font-size: 35px;
	font-weight: normal;
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 50px;
}
#sc5 .sc_inner {
	padding:100px 20px; /*50px 20px;*/
}
#sc5 a{
	display: table;
	margin: 24px auto 0 auto;
	line-height: 0;
}
#sc5 .sp-b{
	display: none;
}


#syubetu_box h3 {
	color: #333;
	background-image: url(../pc_img/check.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding-left: 30px;
	margin-bottom: 15px;
}
#syubetu_box {
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
#syubetu_inner {
	width: 1064px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 60px;
	padding-right: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#syubetu_inner label {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	display: inline-block;
}
.to_top a  {
	display: block;
	width: 300px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: hsla(200,75%,19%,1.00);
	color: hsla(0,0%,100%,1.00);
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.to_top a:hover {
	color: hsla(53,98%,60%,1.00);
}
#form_table tr td label {
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
}
#form_box {
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 50px;
}
#form_inner {
	width: 1064px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 60px;
	padding-right: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#form_table {
	width: 100%;
}
#form_table tr th {
	width: 20%;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #333;
	padding-right: 20px;
}
#form_table tr td {
	padding-top: 20px;
	padding-bottom: 20px;
}
#form_inner .btn_form {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	height: 70px;
}
#form_inner .btn_form input {
	width: 100%;
	height: 70px;
	font-size: 24px;
	color: #FFFFFF;
	background-color: #0c3b54;
	cursor: pointer;
}
.lines-on-sides {
	text-align: center;
	font-size: 32px;
	color: #074C67;
}
.text_cnter {
	text-align: center;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
.back_btn {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 30px;
}
.btn_form {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 30px;
}
.back_btn a {
	width: 100%;
	display: block;
	height: 60px;
	line-height: 60px;
	background-color: #0C3B53;
	color: #FFFFFF;
}
.btn_form input {
	width: 100%;
	display: block;
	height: 60px;
	line-height: 60px;
	background-color: #c92d24;
	color: #FFFFFF;
	font-size: 18px;
}
.top_page {
	height: 60px;
	background-color: #B3B3B3;
	text-align: center;
	color: #000000;
}
.top_page p a {
	color: #232323;
	background-image: url(../pc_img/top_arrow.png);
	display: block;
	padding-top: 30px;
	background-repeat: no-repeat;
	background-position: center 10px;
	background-size: 20px auto;
	font-weight: bold;
	font-size: 15px;
	height: 60px;
}
.top_page p a:hover  {
	color: #232323;
	background-image: url(../pc_img/top_arrow.png);
	display: block;
	padding-top: 30px;
	background-repeat: no-repeat;
	background-position: center 10px;
	background-size: 20px auto;
	font-weight: bold;
	font-size: 15px;
	background-color: #8F8F8F;
}
footer small {
	width: 100%;
	height: 60px;
	display: block;
	background-color: #232323;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 60px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: right;
	padding-right: 30px;
}
/* CSS Document */




@media only screen and (max-width: 1064px) {
	*{
	box-sizing: border-box;
}
#syubetu_inner {
	width: 100%;
}
#form_inner {
	width: 100%;
}
.panel_title {
	margin-left: 0px;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
}
.text a {
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-right: 20px;
}
#main_v .h_box {
	display: none;
}
#main_v .t_box {
	display: none;
}
#main_v .l_box {
	display: none;
}
#contens_box h2 {
	font-size: 18px;
	padding-left: 15px;
}
#visa_page #main_v_s {
	height: auto;
	overflow-y: hidden;
	padding-bottom: 50px;
}
#company_page #main_v_s {
	height: auto;
	overflow-y: hidden;
	padding-bottom: 50px;
}
#account_page #main_v_s {
	height: auto;
	overflow-y: hidden;
	padding-bottom: 30px;
}
#inspection_page #main_v_s {
	height: auto;
	overflow-y: hidden;
	padding-bottom: 50px;
}
#investment_page #main_v_s {
	height: auto;
	overflow-y: hidden;
	padding-bottom: 50px;
}
#about_page #main_v_s {
	height: auto;
	overflow-y: hidden;
	padding-bottom: 50px;
}
#ph_page #main_v_s {
	height: auto;
	overflow-y: hidden;
	padding-bottom: 50px;
}
#etc_page #main_v_s {
	height: auto;
	overflow-y: hidden;
	padding-bottom: 50px;
}
#main_v_inner {
	width: 96%;
	padding-top: 50px;
	padding-bottom: 50px;
}
#main_v_s #main_v_inner figure {
	position: static;
	width: 50%;
	float: left;
}
#main_v_inner #main_v_s_text {
	position: static;
	width: 50%;
	float: right;
	padding-left: 30px;
	padding-right: 30px;
}
.main_v_s_title {
	font-size: 18px;
}
#article {
	padding-left: 20px;
	padding-right: 20px;
}

#contens_inner {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.address_inner {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
#address {
	padding-left: 20px;
	padding-right: 20px;
}
#address .address_box {
	margin-top: 20px;
	margin-bottom: 20px;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	width: auto;
	float: none;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
	
}
@media only screen and (max-width: 800px) {
.text a br {
	display: none;
}
.fee {
	font-size: 30px;
}
.fee_s {
	font-size: 20px;
}
.fee_box .fee span {
	font-size: 18px;
}
#sc1 .tyui article {
	width: 90%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 20px;
}
#sc5 .sp-b{
	display: block;
}
#contact_btn a{
	margin-right: 0;
}



}

@media only screen and (max-width: 640px) {
#contact_box {
	margin-right: 56px;
	width: auto;
	height: 50px;
}
.sp {
	display: block;
}
.pc {
	display: none;
}
.sp a img {
	width: 100%;
	height: auto;
	margin-bottom: -5px;
}
#panels_box {
	margin-top: -5px;
}
#main_v .lead1.pc {
	display: none;
}
#main_v .sp img {
	width: 100%;
	height: auto;
}

#main_v .lead2 {
	font-size: 18px;
	text-align: center;
	margin-left: 0%;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: hsla(0,0%,0%,0.72);
	color: #FFFFFF;
}
#header #logo {
	height: 50px;
}
#header #logo img {
	height: 40px;
	padding-top: 5px;
}
#panels_box .panels_inner {
	width: 100%;
}
#panels_box #toushi {
	width: 100%;
}
#panels_box #etc {
	width: 100%;
}
#main_v h1 {
	margin-left: 0px;
	color: hsla(0,0%,100%,1.00);
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
}
.btn {
	width: 50px;
	height: 50px;
	background-size: auto 50px;
}
	.peke {
    background-position: -50px 0;
}
#header {
	height: 100px;
}
#contact_btn .tel {
	height: 50px;
	width: 33.3%;
}
#contact_btn .ja {
	height: 50px;
	width: 33.3%;
}
#contact_btn .w_tel {
	width: 33.3%;
	height: 50px;
}
#contact_btn .mail {
	width: 33.3%;
	height: 50px;
}
#contact_btn .lang {
	width: 25%;
	height: 50px;
}
#contact_btn .tel img {
	width: 20%;
	margin-top: 10px;
}
#contact_btn .ja img {
	width: 20%;
	margin-top: 10px;
}
	
	#contact_btn .tel img {
	width: 20%;
	margin-top: 10px;
}
#contact_btn .w_tel img {
	width: 20%;
	margin-top: 10px;
}
	#contact_btn .mail img {
	width: 20%;
	margin-top: 10px;
	}
		#contact_btn .lang img {
	width: 20%;
	margin-top: 10px;
}
#panels_box .panels {
	width: 100%;
	float: none;
}
#visa_page #main_v_s {
	padding-top: 0px;
	padding-bottom: 30px;
}
#main_v_s #main_v_inner figure {
	width: 100%;
}
#main_v_inner {
	padding-top: 30px;
}
#main_v_s #main_v_inner #main_v_s_text {
	width: 100%;
}
.fee_box {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 20px;
}
.bg-scale3 {
	width: 100%;
	border-right: 5px solid #FFFFFF;
	border-bottom-style: none;
}
.bg-scale3.phiripin {
	border-bottom: 5px solid #FFFFFF;
}
#sc5 .sc_inner {
	padding-top: 45px; /* 30px */
	padding-bottom: 45px; /* 30px */
}
#sc5 .sc_inner h2 {
	font-size: 24px;
	margin-bottom: 30px;
}
#syubetu_box {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#syubetu_inner {
	padding-left: 20px;
	padding-right: 20px;
}
#form_box {
	padding-top: 30px;
	padding-bottom: 30px;
}
#form_inner {
	padding-left: 15px;
	padding-right: 15px;
}
.inner h2 a {
	padding-top: 50px;
	padding-bottom: 50px;
}
#form_inner .btn_form {
	width: 80%;
}
#panels_box ul li {
	width: 100%;
	height: auto;
}
#form_inner .btn_form input {
	font-size: 18px;
	height: 70px;
}
body footer small {
	height: auto;
	font-size: 12px;
	text-align: center;
	padding-right: 15px;
	margin-right: 0px;
	padding-left: 15px;
	line-height: 1.5em;
	padding-top: 15px;
	padding-bottom: 15px;
}
#contens_box #article figure {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 20px;
	display: block;
	float: none;
}


	#article p {
	font-size: 14px;
	padding-top: 20px;
	float: none;
	clear: both;
}

/* 1221追加 */
#contents{
	padding-bottom: 50px;
}
#sc5 p{
	text-align: left;
	font-size: 16px;
}

}

@media only screen and (max-width: 480px) {
	.sample {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: -1;
}
	
	#form_table,#sc6_table {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}
#form_table tr th,#sc6_table tr th{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #F6F6F6;
	width: 100%;
	display: block;
}
#form_table,#sc6_table{
	display: inline-block;
	width: 100%;
	font-size:16px;
	}
#form_table tr,
#form_table tr th,
#form_table tr td,
	#sc6_table tr,
#sc6_table tr th,
#sc6_table tr td{
	display: block;
	width: 100%;
	float: left;
	border-bottom-width: 1px;
	border: none;
	}
.article_img {
	width: 100%;
}
#contens_box article {
	padding-bottom: 30px;
}
.article_img img {
	margin-bottom: 15px;
}
article #article h3 {
	margin-bottom: 0px;
}
article #article p {
	padding-bottom: 20px;
}
#sc5 .sc_inner {
	padding: 45px;
}
#sc6_table tr td {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#sc1 .text_cnter br {
	display: none;
}
#form_box h2 {
	font-size: 18px;
}
.back_btn {
	width: 80%;
}
.btn_form {
	width: 80%;
}
#main_v {
	padding-bottom: 150px;
}
#main_v .title_box {
	width: 80%;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 100px;
	padding-top: 30px;
	padding-bottom: 50px;
}
#main_v .title_box #logo_v {
	width: 100%;
}
.title_box #logo_v img {
	width: 100%;
	height: auto;
}
#main_v .title_box h1 {
	font-size: 13px;
	font-weight: normal;
}
.to_top a {
	width: 80%;
}
#contens_inner {
	padding-bottom: 20px;
}
/*#form_table tr th,
#form_table tr td{
	border: none;
	}*/
	
	#contact_btn .tel img {
	width: 20%;
	margin-top: 10px;
}
	
	#contact_btn .tel img {
	width: 25%;
	margin-top: 15px;
}
#contact_btn .ja img {
	width: 25%;
	margin-top: 15px;
}
#contact_btn .w_tel img {
	width: 25%;
	margin-top: 15px;
}
	#contact_btn .mail img {
	width: 25%;
	margin-top: 15px;
	}
		#contact_btn .lang img {
	width: 25%;
	margin-top: 15px;
}
#contens_box #article ul li {
	font-size: 14px;
}
/* 1221追加 */
#contents{
	padding-bottom: 45px;
}
#sc5 p{
	font-size: 15px;
}
#sc5 .sp-b{
	display: none;
}

	
}

@media only screen and (max-width: 356px) {
#etc p a {
	font-size: 14px;
}
.text a {
	font-size: 13px;
	line-height: 1.7em;
}
.text a:hover  {
	font-size: 13px;
	line-height: 1.7em;
}
#syubetu_box #syubetu_inner h3 {
	font-size: 13px;
}

	
}
