@charset "utf-8";
/* CSS Document */

/* ------------------------------------- 1. Base Reset ------------------------------------- */

body,
div,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
p,a,
table,th,td,
dl,dt,dd,
form {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 100%;
	font-style: normal;
	letter-spacing: 0;
}

br {
	padding: 0px;
	margin: 0px;
}

ul li{
	list-style:none;
}

/* ------------------------------------- 2. Default Set ------------------------------------- */
html,body{
    height:100%;
}

body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #333;
	background: url(../image/bg.jpg) repeat;
}

img {
	padding: 0px;
	margin: 0px;
	border: none;/* img do not want a border */
	display: inline;/* img default setting */
	vertical-align:bottom;
}

img.block {
	display:block;
}

img.top{
	vertical-align:top;
}

img.btm{
	vertical-align:bottom;
}

a:hover img.fade{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

input.fade:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=50 )";
}
.clear {
	clear: both;
}

.clear02 {
	padding: 0px;
	margin: 0px 0 700px;
	clear: both;
}



.hidden {
	display: none;
}

ul.left li{
	float:left;
}

.mt05{margin-top:5px;}

.mt07{margin-top:7px;}

.mt09{margin-top:9px;}

.mt10{margin-top:10px;}

.mt12{margin-top:12px;}

.mt15{margin-top:15px;}

.mt19{margin-top:19px;}

.mt20{margin-top:20px;}

.mt22{margin-top:22px;}

.mt25{margin-top:25px;}

.mt30{margin-top:30px;}

.mt40{margin-top:40px;}

.mt50{margin-top:50px;}

.mt60{margin-top:60px;}

.mb05{margin-bottom:5px;}

.mb10{margin-bottom:10px;}

.pt5{padding-top:5px;}

.pt10{padding-top:10px;}

.pt15{padding-top:15px;}

.pt20{padding-top:20px;}

.pt25{padding-top:25px;}

.left{
	text-align:left
}

.right{
	text-align:right;
}

.center{
	text-align:center;
}

.red{
	color:#FF0004;
}

.green{
	color:#468C00;
}

/* -------------- font set  -------------- */

body {
	font-size:14px;
	line-height:160%;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Osaka,sans-serif;
}

h1 {
	font-size: 10px;
	line-height:110%;
	padding: 8px;
	height:16px;
	text-align: left;
}

h2 {
	font-size: 12px;
	font-weight:bold;
	line-height:100%;
	color:#fff;
}

h3 {
	font-size: 16px;
	font-weight:100;
}

.bold{
	font-weight:bold;
}

.cap{
	font-size:12px;
	line-height:130%;
}

/* ------------ link ------------ */

a {
	color: #333;
	text-decoration: underline;
	background-color: transparent;
}

a:link {
	color: #333;
	text-decoration: underline;
	background-color: transparent;
} 

a:visited {
	color: #575748;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #FF8000;
	text-decoration: none;
}

/* ------------------------------------- 3. Layout Setting ------------------------------------- */
#container_0 {
	position:relative;
	clear:both;
	width:auto;
	margin:0 auto;
}
.bx-wrapper {
	display: none;
}
.bx-wrapper .bx-controls-direction a {
	width: 25px !important;
	height: 50px !important;
}
.bx-wrapper .bx-prev {
	left: 10px !important;
	background: url(../image/icon_prev01.png) 0 center no-repeat !important;
	background-size: 25px auto !important;
}
.bx-wrapper .bx-next {
	right: 10px !important;
	background: url(../image/icon_next01.png)  0 center no-repeat !important;
	background-size: 25px auto !important;
}


#header {
	text-align:left;
	padding: 0 0 5px;
	border: 5px solid #6dba12;
	border-width: 5px 0 0;
	background: #fff;
}


#contents_top {
	margin:10px auto 0 auto;
	padding: 20px 0 0;
	text-align:left;
}

#contents {
	margin:10px auto 0 auto;
	padding:0 10px;
	text-align:left;
}

#cntns_l{
	margin-right:15px;
	float:left;
}

#footer {
	padding:0 0 100px;
	margin-top:40px;
	text-align:left;
	background: #eff0e0;
	clear: both;
}

/* ------------------------------------- 4.header ------------------------------------- */
.hd{
	margin:0 auto;
}

.hd_top{
}

.logo{
	height: 45px;
}
.logo a {
	display: block;
	width: 150px;
	height:0 ;
	padding: 45px 0 0;
	margin: 0 auto;
	overflow: hidden;
	background: url(../image/logo.jpg) no-repeat top;
	background-size: auto 45px;
}
.tel{
	height: 60px;
	background: url(../image/tel_hd.jpg) no-repeat top;
	background-size: auto 60px;
	display: none;
}
.tel span{
	display: none;
}

/* ------------------------------------- 5.global menu ------------------------------------- */
.gm_main{
	margin:0 auto;
	padding:0;
	background: url(../image/gm_bg3.jpg) repeat-x;
}

#gm {
	width: 100%;
	height: 250px;
	list-style-type: none;
	padding: 70px 0 0;
	margin: 0;
	background: #00c300 url(../image/title_logo_white01.png) center 10px no-repeat;
	background-size: auto 60px;
	transform: translateY(-320px);
	transition: ease .5s;
	-webkit-transform: translateY(-320px);
	-webkit-transition: ease .5s;
	position: fixed;
	top:0;
	right:0;
	z-index:79;
}
#gm.action {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
#gm li{
}
#gm li:first-child {
}
#gm li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	background: #00c300 url(../image/icon_next01.png) right 10px top 10px no-repeat;
	background-size: 10px auto;
	border: 1px dotted #fff;
	border-width: 0 0 1px;
}
#gm li a img {
	display: none;
}
#gm li.end{
}

header.action {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#gm li#ds_btn {
	width: 61px;
	height: 0px;
	color: #e94264;
	padding: 45px 0 0;
	background-color: #00c300;
	background-image: url(../image/btn_navswitch01.png);
	background-position: -42px center;
	background-repeat: no-repeat;
	background-size: auto 31px;
	border-radius: 0 0 5px 5px;
	cursor: pointer;
	position: absolute;
	bottom: -44px;
	right: 0px;
	overflow: hidden;
}
#gm.action li#ds_btn {
	background: #00c300 url(../image/btn_navswitch01.png) 17px center no-repeat;
	background-size: auto 31px;
}

/* ------------------------------------- 6.mainimage ------------------------------------- */
#container {
	height: auto;
}

.lace_top{
	display: none;
}

.lace_top span{
	display:none;
}
#spmainbanner {
}
#spmainbanner a {
	display: block;
	margin: 10px 0 0;
}
#spmainbanner img {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border: 5px solid #00c405;
	margin: 0 0 10px;
}
img.sphalf01 {
	width: 50%;
	border: 5px solid #e8be52;
	box-sizing: border-box;
}



/* ------------------------------------- 7.contents ------------------------------------- */
/* 1 */
#top_a_box{
	padding: 10px;
	margin: 0 5px 40px;
	background: #fff;
	border: 5px solid #eff0e0;
	border-width: 5px ;
	border-radius: 10px 10px;
	background-size: auto 200px;
}

.top_a01{
	display:block;
	padding: 10px;
	margin: 0 0 0px;
	text-align: center;
}

.top_a02 {
	display:block;
}

.top_a02l {
	margin: 0 0 0px;
}

.top_a02l_hd{
	display:block;
	padding: 10px;
}

.top_a02r{
	margin: 0 0 10px;
}

.top_a02r_hd{
	display:block;
	padding: 30px 10px 10px;
}
.top_a02r img{
	width: 40%;
	height: auto;
}

.top_a01 span{
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	background: #68c9e9;
	border-radius: 10px;
}
.top_a02l_hd span,
.top_a02r_hd span{
	font-weight: bold;
}

/* 2 */
#top_b_box{
	margin: 0 5px 20px;
	background: #eff0e0;
	padding: 10px;
}

#top_b_box .top_b01 span,
#top_b_box .top_b02 span,
#top_b_box .top_b02 p {
	display: none;
}

#top_b_box .top_b02 img {
	width: 100%;
	height: auto;
}

/*
.top_b01{
	display:block;
	height: 80px;
}

.top_b02{
	display:block;
}

.top_b_txt{
	text-align: center;
}
.top_b_txt img {
	width: 100%;
	height: auto;
}

#top_b_box .top_b02 .top_b_txt img {
	width: 50% !important;
	height: auto !important;
	margin: 10px auto 10px;

}

#top_b_box .top_b02 .top_b_txt a img {
	width: 95% !important;
	height: auto !important;
}

.top_b01 span {
	display: block;
	width: 100%;	
	height: 0px;
	padding: 110px 0 0;
	background: url(../image/img_hobo100.png) center 0 no-repeat;
	background-size: auto 110px;
	overflow: hidden;
	position: relative;
	top: -40px;
}
.top_b02 span {
	display: block;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	margin: 0 0 10px;
	background: #ff650b;
	border-radius: 10px;
}
*/

/* 3 2col */
#top_c_box{
	padding: 10px;
	margin: 0 5px 20px;
	background: #fff;
	border: 5px solid #eff0e0;
	border-radius: 10px 10px;
}

/* left */
.top_c_l{
}


.top_cl_hd{
	display:block;
}
.top_cl_hd span {
	display:block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	margin: 0 0 30px;
	background: #8b6c28;
	border-radius: 10px;

}
.top_cl_ft{
	display:block;
}
.top_cl_ft span{
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
}

.top_cl_bdy{
	display:block;
	padding: 0 0;
}

.point01_hd{
	display:block;
}
.point02_hd{
	display:block;
}
.point03_hd{
	display:block;
}


ul.cl_bdy_lst li{
	margin-top:10px;
}

.cl_txt335{
	padding-top:7px;
}
.cl_img {
	text-align: center;
}
.hrt_sps{
	display:block;
}

.point01_hd span,
.point02_hd span,
.point03_hd span,
.hrt_sps span{	
	font-weight: bold;
	text-align: center;
}

.cl_con_hd{
	position:relative;
	padding: 30px 0 0;
}

.point_01{
	width: 50px;
	height: 50px;
	position:absolute;
	left: 0px;
	top: -10px;
}
.point_02{
	width: 50px;
	height: 50px;
	position:absolute;
	left: 0px;
	top: -10px;
}
.point_03{
	width: 50px;
	height: 50px;
	position:absolute;
	left: 0px;
	top: -10px;
}

.point_01 img,
.point_02 img,
.point_03 img {
	width: 50px;
	height: auto;
}

/* right */
.top_c_r{
}
.top_c_r img {
	width: 100%;
	height: auto;
}

#news{
	height:310px;
	padding:1px 10px 10px 10px;
	background:#fff;
}

.news_area{
	height:310px;
	overflow: auto;
}

.news_area p{
	padding:7px 0;
	border-bottom:dotted 1px #777;
}

/* 4 */
.top_d_hd{
}

.top_d_hd span {
	display: block;
	height: 0px;
	padding: 40px 0 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: url(../image/top_dhd.png) center center  no-repeat;
	position: relative;
	top: 25px;
	overflow: hidden;
	z-index: 5;
}

.top_d_box {
	padding: 60px 15px 20px;
	margin: 0 5px 20px;
	background: #fff;
	border: 5px solid #eff0e0;
	border-radius: 10px 10px;
	position: relative;
	top: -30px;
	z-index: 1;
}

.top_dhd01{
	min-height:36px;
	height:36px;
	background: url(../image/top_d1.png) no-repeat;
	background-size: 100% auto;
}

.top_dhd02{
	min-height:36px;
	margin-top:15px;
	background: url(../image/top_d2.png) no-repeat;
}

.top_dhd01 span,.top_dhd02 span{
	display:none;
}

/* ------------------------------------- 8.page top ------------------------------------- */

/* page top */
#page-top {
	position: fixed;
	bottom: 70px;
	right: 10px;
	z-index:500;
	display: none;
}

#page-top a {
	display: block;
	width:47px;
	height:47px;
	background: url(../image/pagetop_off.png) no-repeat;
	background-size: 47px auto;

}

#page-top a:hover {
	background: url(../image/pagetop_on.png) no-repeat;
	background-size: 47px auto;
}

#page-top span{
	display:none;
}

/* ------------------------------------- 9.footer ------------------------------------- */

ul.ft_menu{
	padding:35px 0 0 0;
	border: 1px dotted #666;
	border-width: 0 0 1px;
}
ul.ft_menu li{
	width:auto;
	height: 3em;
	overflow: hidden;
}
ul.ft_menu li a {
	display: block;
	height: 2.5em;
	padding: 10px 15px;
	overflow: hidden;
	text-decoration: none;
	border: 1px dotted #666;
	border-width: 0 0 1px;
	background: transparent url(../image/icon_next01.png) right 10px top 10px no-repeat;
	background-size: 10px auto;
}

ul.ft_menu li a:first-child {
	border: 1px dotted #666;
	border-width: 1px 0 1px;
}

.ft_box{
	display: table;
	width: 100%;
	height: 70px;
	margin:10px auto 0 auto;
	background: #eff0e0;
	background-size: auto 60px;
	position: fixed;
	bottom: 0;
	overflow: hidden;
	z-index:50;
}
.ft_box p {
	font-size: 10px;
}
.ft_logo{
	display: none;
}
.ft_tel,
.ft_line,
.ft_mail {
	display: table-cell;
	width: 33%;
	text-align: center;
	padding: 0 20px;
}
.ft_tel a {
	display: block;
	width: 100%;
	height: 0px;
	text-align: center;
	padding: 45px 0 0;
	background: #eff0e0 url(../image/icon_foottel01.png) center 3px no-repeat ;
	background-size: auto 40px;
	bottom: 0;
	overflow: hidden;
	z-index: 100;
	float: left;
}
.ft_line a {
	display: block;
	width: 100%;
	height: 0px;
	text-align: center;
	padding: 45px 0 0;
	background: #eff0e0 url(../image/icon_footline01.png) center 3px no-repeat ;
	background-size: auto 40px;
	bottom: 0;
	overflow: hidden;
	z-index: 100;
	float: left;
}
.ft_mail a {
	display: block;
	width: 100%;
	height: 0px;
	text-align: center;
	padding: 45px 0 0;
	background: #eff0e0 url(../image/icon_footmail.png) center 3px no-repeat ;
	background-size: auto 40px;
	bottom: 0;
	overflow: hidden;
	z-index: 100;
	float: left;
}

.ft_logo span {
	display: block;
}
.ft_mail span,
.ft_line span,
.ft_tel span {
	display: none;
}

.cpryt{
	margin:5px auto 0 auto;
	text-align:center;
	font-size:12px;
}



/* ------------------------------------- 1.second common ------------------------------------- */
/* main image */

#mainimg {
	margin: 0 0 30px;
}

#main_scnd{
	height:70px;
	background: url(../image/hd_2nd.jpg) repeat-x center;
	background-size: 100% auto;
}

#main_scnd_int{
	height:70px;
	background: url(../image/hd_2nd_int.jpg) repeat-x center;
	background-size: 100% auto;
}

#main_scnd_faq{
	height:70px;
	background: url(../image/hd_2nd_faq.jpg) repeat-x center;
	background-size: 100% auto;
}
#main_scnd_contact {
	height: 70px;
	background: url(../image/title_contact01.png) center center repeat-x;
	background-size: 110% auto;
	clear: both;
}

#main_scnd_contact span,
#main_scnd span,
#main_scnd_int span,
#main_scnd_faq span {
	display:none;
}

/* contents box */
.conbox{
}
.conbox_main_c{
	padding: 10px 0px;
}

.conbox_ft{
	display:block;
	height: 5px;
	padding: 10px;
	margin: 0 0 20px;
	background: #fff;
}

.bnr_inq{
	margin-top:20px;
	padding: 0 0 0 5px;
}
.bnr_inq img {
	width: 100%;
	height: auto;
}

.conbox_ft span{
	display:none;
}

/* right block */
.rbk_top{
	margin-top:13px;
}

/* ------------------------------------- 2.flow ------------------------------------- */
/* 1 */
.flw01_hd{
	background: #fff;
}
.flw01_hd span {
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding: 10px !important;
	margin: 0 0 20px;
	background: #f74172;
	border-radius: 10px;
}

.flw01_hd_txt{
	padding: 0 10px;
	background: #fff;
}

.flw01txt{
}

.flw01txt_mt{
	margin-top:10px;
}

.flw01hd_sub{
}
.flw01hd_sub img{
	width: 100%;
	height: auto;
	margin: 0 0 10px;
}

.flw01_sbt01{
	padding: 0 5px;
	background: #fff;
}
.conbox_main .flw01_sbt01 {
	font-size: 18px;
	font-weight: bold;
}
.conbox_main .mt15 {
	background: #fff;
	padding: 0 10px;
	margin: 0;
}
.conbox_main .mt15 img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.flw01_sbt02{
	display: block;
	background: #fff;
}
.flw01_sbt02 span {
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding: 10px !important;
	margin: 20px 0 20px;
	background: #f74172;
	border-radius: 10px;
}
.flw01_sbt03 {
	display: block;
	color: #f74172;
	padding: 0 0 250px;
	background: url(../image/img_chart01.png) right bottom no-repeat;
	background-size: 100% auto;
}
.conbox_main p.mt40 {
}
.conbox_main p.mt10 {
	display: block;
	padding: 0 10px;
	background: #fff;
	margin: 0;
}

.sh02img{
	padding:0 0 10px 10px;
}

.flw01_hd span {
	color: #fff;
}
.flw01_sbt01 span,
	color: #f74172;
	display: block;
	padding: 10px;
}

/* 2 */
.flw02_hd{
	font-size: 16px;
	text-align: center;
	background: #fff;
}

.t_txtb_f{
}

.flh_a{
	background: #fff;
	padding: 0 10px;
}
.flh_ac{
	background: #fff;
	padding: 0 10px;
}
.flh_b{
	background: #fff;
	padding: 0 10px;
}
.flh_bc{
	background: #fff;
	padding: 0 10px;
}
.flh_c{
	background: #fff;
	padding: 0 10px;
}
.flh_cc{
	background: #fff;
	padding: 0 10px;
}
.flh_d{
	background: #fff;
	padding: 0 10px;
}
.flh_dc{
	background: #fff;
	padding: 0 10px;
}

.flh_e{
	background: #fff;
	padding: 0 10px;
}

.flh_ec{
	background: #fff;
	padding: 0 10px;
}

.flh_f{
	background: #fff;
	padding: 0 10px;
}

.flw02_hd span {
	display: block;
	color: #04a0db;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px;
}

.flh_a,
.flh_b,
.flh_c,
.flh_d,
.flh_e,
.flh_f {
	border: 1px dotted #ccc;
	padding: 0;
	border-radius: 10px;
}

.flh_a span {
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: block;
	font-weight: bold;
	padding: 10px 0;
	background: #f094bd;
	border-radius: 10px 10px 0 0 ;
}
.flh_a .t_txtb {
	padding: 10px 20px;
}
.flh_ac {
	padding: 10px 20px;
	background: url(../image/flw02_bx01d.jpg) center 10px no-repeat;
}

.flh_b span {
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: block;
	font-weight: bold;
	padding: 10px 0;
	background: #85b200;
	border-radius: 10px 10px 0 0 ;
}
.flh_b .t_txtb {
	padding: 10px 20px;
}
.flh_bc {
	padding: 10px 20px;
	background: url(../image/flw02_bx02d.jpg) center 10px no-repeat ;
}

.flh_c span {
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: block;
	font-weight: bold;
	padding: 10px 0;
	background: #8bcab7;
	border-radius: 10px 10px 0 0 ;
}
.flh_c .t_txtb {
	padding: 10px 20px;
	background: url(../image/img_flow001.png) right bottom no-repeat;
	background-size: 35% auto;
}
.flh_cc {
	padding: 10px 20px;
	background: url(../image/flw02_bx03d.jpg) center 10px no-repeat ;
}

.flh_d span {
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: block;
	font-weight: bold;
	padding: 10px 0;
	background: #58b3fc;
	border-radius: 10px 10px 0 0 ;
}
.flh_d .t_txtb {
	padding: 10px 20px;
}
.flh_dc {
	padding: 10px 20px;
	background: url(../image/flw02_bx04d.jpg) center 10px no-repeat ;
}

.flh_e span {
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: block;
	font-weight: bold;
	padding: 10px 0;
	background: #b6a9ef;
	border-radius: 10px 10px 0 0 ;
}
.flh_e .t_txtb {
	padding: 10px 20px;
}
.flh_ec {
	padding: 10px 20px;
	background: url(../image/flw02_bx05d.jpg) center 10px no-repeat ;
}


.flh_f span {
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: block;
	font-weight: bold;
	padding: 10px 0;
	background: #ff9326;
	border-radius: 10px 10px 0 0 ;
}
.flh_f .t_txtb_f {
	padding: 10px 20px;
}
.flh_fc {
	padding: 10px 20px;
	background: url(../image/flw02_bx05d.jpg) center 10px no-repeat ;
}

.flh_c span,
.flh_cc span,
.flh_d span,
.flh_dc span,
.flh_e span,
.flh_ec span,
.flh_f span{
	font-size: 16px;
	text-align: center;
	display: block;
	font-weight: bold;
}

/* 3 */
.flw03_hd{
	margin-top:20px;
}

.py_img{
	text-align: center;
	margin: 0 0 10px;
}

.py_sc{
}

.py_sc01{
	height:110px;
	background: url(../image/flw03_w02.jpg) no-repeat;	
	background-size: 100% auto;
}

.py_sc02{
	height: 70px;
	background: url(../image/flw03_w03.jpg) no-repeat;
	background-size: 100% auto;
}

.py_sc03{
	height:110px;
	background: url(../image/flw03_m02.jpg) no-repeat;
	background-size: 100% auto;
}

.py_sc04{
	height:70px;
	background: url(../image/flw03_m03.jpg) no-repeat;
	background-size: 100% auto;
}
.py_sc05{
	height:110px;
	background: url(../image/flw03_n02.jpg) no-repeat;
	background-size: 100% auto;
}

.py_sc06{
	height:70px;
	background: url(../image/flw03_n03.jpg) no-repeat;
	background-size: 100% auto;
}

.flw03_hd span {
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: block;
	font-weight: bold;
	padding: 10px 0;
	background: #f74172;
	border-radius: 5px;
}

.py_sc01 span,
.py_sc02 span,
.py_sc03 span,
.py_sc04 span,
.py_sc05 span,
.py_sc06 span{
	display: none;
}

/* ------------------------------------- 3.interview ------------------------------------- */
/* contents box int */
#top_c_box_int{
	padding: 10px;
	margin: 0px 5px 15px;
	background: #fff; 
	border: 5px solid #eff0e0;
	border-radius: 5px;
}

.conbox_bg_int{
	display:block;
}

.conbox_ft_int{
	display:block;
	margin: 0 0 10px;
}
.conbox_ft_int02{
	display:block;
	margin: 0 0 10px;
}

.conbox_int{
	margin-right:10px;
}

.ml24{
}

/* 1 */
.int01_hd{
	display:block;
	color: #59b200;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 350px;
	margin: 0 0 ;
	background: url(../image/img_interview01.png) center 40px no-repeat;
	background-size: 100% auto;
}

.int01_hdb{
	display:none;
}

.int01_hdc{
	display: none;
}


/* 2 */
.int02_hd_stp1{
	display:block;
}
.int02_txt{
	padding: 0 10px;
}
.int02_txt img {
	width: 100%;
	height: auto;
}
.int02_hd_stp1 a {
	display: block;
	width: auto;
	color: #fff;
	padding: 10px;
	margin: 0 0 20px;
	text-align: center;
	font-weight: bold;
	background: #6bc9e8;
	border-radius: 10px;
	text-decoration: none;
}
.int02_hd_stp2 a {
	display: block;
	width: auto;
	color: #fff;
	padding: 10px;
	margin: 0 0 20px;
	text-align: center;
	font-weight: bold;
	background: #90b919;
	border-radius: 10px;
	text-decoration: none;
}
.int02_hd_stp3 a {
	display: block;
	width: auto;
	color: #fff;
	padding: 10px;
	margin: 0 0 20px;
	text-align: center;
	font-weight: bold;
	background: #ff7f00;
	border-radius: 10px;
	text-decoration: none;
}
.int02_hd_stp4 a {
	display: block;
	width: auto;
	color: #fff;
	padding: 10px;
	margin: 0 0 20px;
	text-align: center;
	font-weight: bold;
	background: #f74172;
	border-radius: 10px;
	text-decoration: none;
}
.int02_hd_stp5 a {
	display: block;
	width: auto;
	color: #fff;
	padding: 10px;
	margin: 0 0 20px;
	text-align: center;
	font-weight: bold;
	background: #c06be2;
	border-radius: 10px;
	text-decoration: none;
}
.int02_hd_stp6 a {
	display: block;
	width: auto;
	color: #fff;
	padding: 10px;
	margin: 0 0 20px;
	text-align: center;
	font-weight: bold;
	background: #00a2d9;
	border-radius: 10px;
	text-decoration: none;
}

.int02_hd_stp3{
	display:block;
}
.int02_a span,
.int02_b span,
.int02_c span{
	display: block;
	color: #6bc9e8;
	font-weight: bold;
	padding: 10px 10px 5px;
}
.int02_a a,
.int02_b a,
.int02_c a{
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 10px;
	margin: 20px 30px;
	background: #89d6f2;
	border-radius: 10px;
}

/* 3 */
.int02_hd_stp2{
	display:block;
	margin-top:20px;
}

.int02_a2{
	margin: 0 0 10px;
}
.int02_b2{
	margin: 0 0 10px;
}
.int02_c2{
	margin: 0 0 10px;
}
.int02_txt_c2{
	padding: 0 10px;
	margin: 0 0 10px;
}
.a2img{
	margin:8px 0 20px 0;
}
.int02_a2 span,
.int02_b2 span,
.int02_c2 span{
	display: block;
	color: #90b919;
	font-weight: bold;
	padding: 10px 10px 5px;
}

/* 4 */
.int02_stp3{
}

.int02_txt_stp3{
	padding: 10px;
	margin: 0 0 40px;
	border-radius: 10px;
}

.int02_txt_stp3b{
	display:block;
	padding:5px 0 0 0;
	font-size:20px;
	font-weight:bold;
	line-height:170%;
}

/* 4 */
.int02_txt_stp4 {
	padding: 150px 10px 0;
	margin: 0 0 30px;
	background:url( ../image/int_hd05b_sh.gif) top center no-repeat;; 
	background-size: 270px auto;

}
.int02_txt_stp4:before {
	display:inline-block;
	content:" ";
	width: 100%;

}
.int02_txt_stp4 img {
	width: 100%;
	height: auto;
}
/* 5 */
.int02_hd_stp5{
	display:block;
}


.int02_txt_stp5{
	padding: 0 10px 240px;
	margin: 0 0 30px;
	background: url(../image/img_interview02.png) center bottom no-repeat;
	background-size: auto 240px;
}

.int02_txt_stp5b{
	display:block;
	padding:8px 0;
	font-size:20px;
	color:#EC6099;
	font-weight:bold;
}

.int02_hd_stp5 span{
}

/* 6 */
.int02_hd_stp6{
	display:block;
}

.int02_stp6{
	display:block;
}

.int02_hd_stp6 span{
}


/* ------------------------------------- 4.faq ------------------------------------- */
.faq01_hd{
	display:block;
	background: url(../image/faq_hd.png) no-repeat;
}

.faq01_bb{
	display:block;
	background: #333;
	border: 5px solid #ccc;
}

.faq01_hd span{
	display: none;
}
.faq01_bb span{
	display: block;
	padding: 10px 10px;
	margin: 0 0 10px;
	color: #fff;
}

.faqbb_lst{
	font-size:0px;
}

.faqbb_lst li{
	display: block;
	font-size:14px;
	vertical-align:top;
	padding:6px 0 10px 30px;
	margin: 0 0 10px;
	background: url(../image/faq_icn_qs.png) 10px 5px no-repeat ;
	border: 1px dotted #fff;
	border-width: 0 0 1px;
}
.faqbb_lst li:first-child {
	border-width: 1px 0;
}

.faqbb_lst li a{
	display: block;
	color:#fff;
	text-decoration: none;
	line-height:140%;
	padding: 0 10px;
}

.faqbb_lst li a:hover{
	color:#ED6199;
	text-decoration:underline;
}

.icn_q {
	font-size:16px;
	font-weight:bold;
	padding: 10px 5px 0px ;
	line-height: 1.5em;
}
.icn_q a {
	display: block;
	padding: 10px 5px 10px 45px;
	background: #fff url(../image/faq_hd_q.png) 5px 5px no-repeat;
	background-size: 35px auto;
	border-radius: 10px 10px 0 0;
}

.icn_abox{
	display: block;
	padding: 0 5px 10px;
}

.icn_q a{
	color:#0CA6D9;
	text-decoration:none;
}

.icn_a1{
	height: 0px;
	overflow: visible;
}
.icn_a1 span {
	display: none;
}
.icn_a {
	width: 35px 
	height: 35px;
	position: relative;
	left: 5px;
	top: 5px;
}
.icn_a img {
	width: 35px;
	height: 35px;
}
.icn_a2{
	padding: 5px 10px 10px 45px;
	background: #fff;
	border-radius: 0 0 10px 10px ;
}
.icn_a3{
	display: none;
}

.conbox_ft_faq{
	padding: 0px 5px;
}
.conbox_ft_faq span {
	display:block;
	font-weight: bold;
	border-radius: 10px;
	background: #fff;
	padding: 10px 15px;
}








/*____________ table ____________\*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table th,
 table td {
	font-size: 62.5%;
}

.simpletable {
	border: 1px solid #b5b5b5;
	border-collapse: collapse;
	margin: 0 0 1em;
}

.simpletable th {
	border: 1px solid #b5b5b5;
	padding: 2px 5px;
	white-space: nowrap;
}

.simpletable td {
	border: 1px solid #b5b5b5;
	padding: 2px 5px;
}
form#mailform {
	width: 100%;
}
.simpletable#mailform01 {
	display: block;
	width: 100% !important;
	margin-bottom: 20px;
	border: none;
}
.simpletable#mailform01 tbody,
.simpletable#mailform01 tr {
	display: block;
	width: 100% !important;
}
.simpletable#mailform01 th {
	display: block;
	width: 100% !important;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
	vertical-align: top;
	border: none;
	padding: 5px;
	border: 1px dotted #666;
	border-width: 0 0 1px;
	white-space: normal;
}
.simpletable#mailform01 th span {
	padding: 0 5px;
}

.simpletable#mailform01 span {
	text-align: left;
	font-size: 10px;
	color: #f00;
}

.simpletable#mailform01 td {
	display: block;
	width: 100% !important;
	font-size: 16px;
	vertical-align: top;
	padding: 10px 0px 20px;
	line-height: 1.5em;
	margin-bottom: 1em;
	border: none;
}
.simpletable#mailform01 th.oddtr01,
 .simpletable#mailform01 td.oddtr01 {
	background: #ccc;
}

.simpletable#mailform01 td.titlecol {
	color: #fff;
	font-weight: bold;
	background: #663;
}
.simpletable#mailform01 td textarea,
.simpletable#mailform01 td input {
	max-width: 90% !important;
	padding: 5px 10px;
	border: 1px solid #999;
	border-radius: 10px;
}

.formsubmit {
	text-align: center;
	margin: 0 0 20px;
}

.formsubmit input {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 50px;
	border: none;
	background: #00c300;
	border-radius: 10px;
	cursor: pointer;
}.

.content01_hd{
	display:block;
	margin: 0 0 10px;
}

.content01_hd h3 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4em;
	text-align: center;
	padding: 10px;
	margin: 0 0 20px;
	background: #00c300;
	border-radius: 10px;
}


/*________________________ bits ________________________*/

.fclear {
	clear: both;
}
.float_l {
	float: left;
}

.float_r {
	float: right;
}

p img.float_l {
	margin: 0 15px 15px 0;
}

 p img.float_r {
	margin: 0 0 15px 15px;
}

.align_c {
	text-align: center !important;
}

.align_c img {
	margin-left: auto !important;
	margin-right: auto !important;
}

.align_l {
	text-align: left !important;
}

.align_r {
	text-align: right !important;
}

.nomargin {
	margin: 0px !important;
}

.marginb10 {
	margin-bottom: 10px !important;
}

.marginb20 {
	margin-bottom: 20px !important;
}

.marginb30 {
	margin-bottom: 30px !important;
}

.marginb50 {
	margin-bottom: 50px !important;
}


.marginb2em {
	margin-bottom: 2em !important;
}

.nopadding {
	padding: 0px !important;
}

.paddingt2em {
	padding-top: 2em !important;
}

.paddingt10 {
	padding-top: 10px !important;
}

.paddingt20 {
	padding-top: 20px !important;
}


.paddingb10 {
	padding-bottom: 10px !important;
}

.paddingb20 {
	padding-bottom: 20px !important;
}
.paddingb30 {
	padding-bottom: 30px !important;
}

.paddinglr20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.paddinglr40 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.hide {
	display: none;
}

.hidden {
	visibility: hidden;
}

.hidedisp {
	position:absolute;
	left: -1000%;
}

.underline {
	text-decoration: underline;
}

.overline {
	text-decoration: overline;
}

.ssfont {
	font-size: xx-small !important;
}

.sfont {
	font-size: x-small !important;
}

.mfont {
	font-size: medium !important;
}

.x08emfont {
	font-size: 0.8em !important;
}

.x10emfont {
	font-size: 1em !important;
}

.x12emfont {
	font-size: 1.2em !important;
}

.x14emfont {
	font-size: 1.4em !important;
}

.blue {
	color: #00f !important;
}

.red {
	color: #f00 !important;
}

.orange {
	color: #f60 !important;
}

.pink {
	color: #e43f7b !important;
}

.pinkline {
	background: #ffe7ef;
	padding: 1px;
}

.brown01 {
	color: #9a5000 !important;
}

.date {
	color: #f60 !important;
}

.bold {
	font-weight: bold !important;
}

.italic {
	font-style: italic
}

hr.hidden {
	height: 1px;
	clear: both;
	padding: 0;
	margin: 0;
	overflow: hidden;
}


br.fclear {
	clear: both;
	font-size: 1px;
	line-height: 0px;
	height: 1px;
	overflow: hidden;
}

div.fclear {
	height: 1px;
	overflow: hidden ;
}

div.fclear hr {
	display: none;
	height: 0px;
	margin: 0;
	padding: 0;
	border: 1px solid #fff !important;
	overflow: hidden ;
}

label {
	cursor: pointer;
}

.mobile_nodisp {
	display: none;
}