<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";

/*------------------------------------------------
layout
-------------------------------------------------*/
.keyimgBox {
	background-color: #b4ebef;
	margin-bottom: 60px;
}
@media screen and (max-width:767px) {
.keyimgBox {
	margin-bottom: 30px;
	}
}

.keyimgBox&gt;div{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}


.keyimgBox&gt;div a img:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

@media screen and (max-width:767px) {
.keyimgBox&gt;div{
	width:100%;
	}
}

@media screen and (max-width:767px) {
	.container
	{
	width: 90%;
	}
}



/*----------------------
言語切替 language
----------------------*/
section.japan,
section.vietnam
{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

section.japan ul.language li.japan,
section.vietnam ul.language li.vietnam
{
	margin-left:1em;
	margin-bottom:0.5em;
	background-color: #fff;
	font-size:0.8em;
	padding:0.2em 0.4em;
	border-radius: 5px;
	border:1px solid #ec4e29;
}
section.japan ul.language li.japan a,
section.vietnam ul.language li.vietnam a

{
	color: #ec4e29;
}

section.japan ul.language li.vietnam,
section.vietnam ul.language li.japan
{
	margin-left:1em;
	margin-bottom:0.5em;
	background-color: #ec4e29;
	font-size:0.8em;
	padding:0.2em 0.4em;
	border-radius: 5px;
	border:1px solid #ec4e29;
}

section.japan ul.language li.vietnam a,
section.vietnam ul.language li.japan a
{
	color: #fff;
}

@media screen and (max-width:767px) {
ul.language {
	margin-bottom:0;
	}
}


/*----------------------
h2 見出しの上書き
----------------------*/

h2{
	position:relative;
	margin-bottom:0.8em;
	border-bottom:1px solid #ccc;
	border-left:6px solid #4775b7;
	font-size:1.9em;
	font-size:1.9rem;
	font-weight:normal;
	padding-left: 10px;
}

h2::after{
	content:'';
	display:block;
	position:absolute;
	bottom:-1px;
	width:400px;
	height:0;
	border-top:2px solid #4775b7;
	margin-left: -6px;
}

@media screen and (max-width:767px) {
h2{

	font-size:1.8em;

}
	
	h2::after{
		/* スマホサイズ */
		content:'';
		display:block;
		position:absolute;
		bottom:-1px;
		width:50%;
		height:0;
		border-top:2px solid #4775b7;
	}
}


/*----------------------
h3 見出しの上書き
----------------------*/

h3
{
	font-size:1.4rem;
}


h3:after
{

	background-color: #4775b7;
	font-size:1.2rem;
}

/*----------------------
ボタンカラーの上書き
----------------------*/
.btnRed {
	background:#d3333c;
}
.btnRed:hover {
	opacity: 0.70;
}
.btnBlue {
	background:#4775b7;
}
.btnBlue:hover {
	opacity: 0.70;
}

/*----------------------
ページ内リンク
----------------------*/

.NavBox
{
	background: #f2f2f2;
	padding:1rem;
	border-radius: 10px;
	border: solid 5px #b8c7de;
}

@media screen and (max-width:767px) {
/*スマホサイズ*/
	.NavBox
	{
	padding-left:0;
	margin:0 auto;
	border: solid 3px #b8c7de;
	}
}

.groupNav {
	padding:0.7em 0;
}
.groupNav:after {
	content: "";
	clear: both;
	display: block;
}

.groupNav li {
	float:left;
	text-indent:0;
	padding-left: 1.5em !important;
	width:auto;
	padding-top:0.3em;
	padding-bottom: 0.8em;
	line-height: 1.1;
}

.groupNav li:last-child {
	padding-bottom: 0;
}


ul.groupNav a{
	color: #4775b7;
}

.tLink-a {
	position: relative;
	display: block;
	padding-left: 20px;
	background:none;
}

.tLink-a:before {
	content: '';
	width: 14px;
	height: 14px;
	background: #4775b7;
	border-radius: 2px;
	position: absolute;
	top: 40%;
	left: 0;
	margin-top: -7px;
}
.tLink-a:after {
	content: '';
	width: 5px;
	height: 5px;
	border: 0px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 40%;
	left: 3px;
	margin-top: -3px;
}


@media screen and (max-width:767px) {
/*スマホサイズ*/

.tLink-a:before {
	top: 50%;
	margin-top: -7px;
}
.tLink-a:after {
	top: 50%;
	margin-top: -3px;
	}
}
	
/*---------------------------
におすすめ
---------------------------*/
ul.discBox
{	
	background: #e8ebfb;
	padding:1rem;
	border-radius: 10px;
}


ul.discBox li
{
	margin-bottom:10px;
}


ul.discBox li:last-chld
{
	margin-bottom:0;
}

.alert02 {
    background: #e3efff !important;
}
/*---------------------------
見出しのカウント
---------------------------*/
body {
	counter-reset: recom;
}
h3.recom {
	counter-increment: recom;
	margin-bottom: 30px;
	font-size: 1.6rem;
}

@media screen and (max-width:767px) {
/*スマホサイズ*/
	h3.recom {
	font-size: 1.3rem;
	}
}	
.recom {
	position: relative;
	padding: .1em .3em .1em 1.5em;

}
.recom::before {
	position: absolute;
	content: counter(recom);
	color: #fff;
	font-size: .9em;
	text-align: center;
	top: calc(50% - 0.75em);
	left: 0;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	background-color: #4775b7;
	border-radius: 100%;
}



/*---------------------------
受講者の声
---------------------------*/
dl.voice
{
	background: #fff17661;/*#FFF176*/
	padding:1rem;
	border-radius: 10px;
}

dl.voice dt
{
	font-weight	:bold;
	color: #da251d;
	font-size: 1.3rem;
}

dl.voice dt span.name
{
	font-size:1.2rem;
}


dl.voice dt.vn:before
{
	content: url(/japanesejob/images/index/ic_vn.png);
	vertical-align: middle;
	padding-right: 5px;
	background-repeat: no-repeat;
	top:0;
	left:0;
}

dl.voice dt.cn:before
{
	content: url(/japanesejob/images/index/ic_cn.png);
	vertical-align: middle;
	padding-right: 5px;
	background-repeat: no-repeat;
	top:0;
	left:0;
}


@media screen and (max-width:767px) {
/*スマホサイズ*/
	
	dl.voice dt.vn,
	dl.voice dt.cn
	{
	margin-left: 80px;
	position: relative;
	line-height: 1.5;
	margin-bottom: 20px;
	padding-top: 5px;
	}
	
	dl.voice dt.vn:before,
	dl.voice dt.cn:before
	{
	position: absolute;
	vertical-align: middle;
	margin-left: -80px;
	}
}




</pre></body></html>