@charset "utf-8";

html {
	width: 100%;
	height: 100%;
	font-size: 6.25%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 14rem;  //14px
}

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

/* reset
----------------------------------------------- */
p,div,h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
}

ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
	border: none;
}

/* cnts
----------------------------------------------- */
#pageWrap {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}


#header {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	background-color: #FFF;
	border-bottom: 6px solid #f39801;
	padding: 0;
	overflow: hidden;
	position: relative;
}

#logo {
	width: 33.59%;
	max-width: 215px;
	font-size: 0;
	margin: 15px 0 15px 15px;
	float: left;
	overflow: hidden;
	background-color: #000;
}

#logo a img {
	width: 100%;
	max-width: 215px;
	margin: 0;
	padding: 0;
}

#navBtn {
	width: 28%;
	text-indent: 0.2em;
	font-size: 14rem;
	background: url(../images/menu_allow_off.png) no-repeat 9% 50%;
	background-color: #f39801;
	background-size: 10% auto;
	padding: 1.5% 0;
	position: absolute;
	top: 25%;
	right: 15px;
}

#navBtn p {
	cursor: pointer;
	text-align: center;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

#navBtn .active {
	width: 95%;
	text-indent: 0.58em;
	background: url(../images/menu_allow_on.png) no-repeat 8% 50%;
	background-color: #f39801;
	background-size: 10% auto;
}

#gNav {
	width: 100%;
	max-width: 640px;
	overflow: hidden;
	display: none;
}

#gNav .active {
	width: 100%;
	max-width: 640px;
	overflow: hidden;
}

#gNav li {
	width: 100%;
	max-width: 640px;
	background: url(../images/gNavAllow.png) no-repeat 97% 50%;
	background-size: 2% auto;
	line-height: 3em;
	border-bottom: 1px dotted #f39801;
	font-size: 100%;
	text-indent: 2em;
}

#gNav li a {
	display: block;
	text-decoration: none;
	color: #000000;
}

#gNav .liLast {
	border: none;
}

#gNav .closeBtn {
	display: block;
	text-align: center;
	background-color: #f39801;
	color: #ffffff;
	cursor: pointer;
	text-indent: 0;
}

/* TOP_移動
----------------------------------------------- */


#ancBtn {	
	width: 100%;
	height: 50px;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
}
#ancBtn li {
	display: table-cell;
	height: 50px;
	text-align: center;
	margin: 0;
	border-right: 1px solid #fff;
}
#ancBtn li.none {
	border: none;
}
#ancBtn li a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #007dc5;
	color: #fff;
	font-weight: bold;
	line-height: 1.1;
	font-size: 1.3rem;
	text-align: center;
	text-decoration: none;
}
#ancBtn li a:hover {
	background-color: #25c1fa;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#ancBtn li a span.ancNote {
	text-align: center;
	display: table;
	width: 100%;
	height: 50px;
}
#ancBtn li a span.ancNote span {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}




/* h3
----------------------------------------------- */
.headLine {
	width: 100%;
	line-height: 1;
	padding: 3% 0;
	font-size: 16rem;
	color: #000;
	background-color: #f39801;
	text-indent: 1em;
	margin: 0 auto 30px auto;
}

.headLine2 {
	width: 100%;
	line-height: 1;
	padding: 3% 0;
	font-size: 16rem;
	color: #000;
	background-color: #3399FF;
	text-indent: 1em;
	margin: 0 auto 30px auto;
}

.headLine3 {
	width: 100%;
	line-height: 1;
	padding: 3% 0;
	font-size: 16rem;
	color: #fff;
	background-color: #0000CC;
	text-indent: 1em;
	margin: 0 auto 30px auto;
}

.category {
	width: 95.3125%;
	max-width: 610px;
	margin: 0 auto 15px auto;
}

.category li {
	width: 95.3125%;
	max-width: 610px;
	margin: 0 auto 15px auto;
}

.categoryName {
	color: #000;
	font-size: 16rem;
	text-indent: 0.4em;
	border-left: 3px solid #f39801;
	margin: 0 0 5px 0;
	padding: 0;
}

.categoryName2 {
	color: #000;
	font-size: 16rem;
	text-indent: 0.4em;
	border-left: 3px solid #0000cc;
	margin: 0 0 5px 0;
	padding: 0;
}

.categoryTxt {
	border-top: 1px solid #f39801;
	width: 90.6025%;
	max-width: 580px;
	height:250px;
	font-size: 130%;
	color: #000;
	line-height: 1.4;
	padding: 160px 15px 0 15px;
	margin: 0 auto;
	text-align:justify;
	text-justify:inter-ideograph; 
	background: url(../images/scareer_sp_00.jpg) no-repeat;
	background-size: 100%;

}

.categoryTxt2 {
	border-top: 1px solid #666666;
	width: 90.6025%;
	max-width: 580px;
	font-size: 14rem;
	color: #000;
	line-height: 1.4;
	padding: 5px 15px 0 15px;
	margin: 0 auto;
	text-align:justify;
	text-justify:inter-ideograph; 
}

/* footer
----------------------------------------------- */
#footer {
	width: 100%;
	max-width: 640px;
	overflow: hidden;
	padding: 10px 0 0 0;
	background-color: #f39800;
	margin: 0 auto;
}

#linkArea {
	width: 90.625%;
	max-width: 580px;
	margin: 0 auto;
}

#linkArea a {
	margin: 0 5% 0 0;
}

#corporate {
	width: 90.625%;
	max-width: 580px;
	overflow: hidden;
	background-color: #f5fbff;
	margin: 10px auto;
}

#corporate li {
	width: 100%;
	max-width: 580px;
	background: url(../images/footerArrow.png) no-repeat 97% 50%;
	background-size: 2%;
	font-size: 16rem;
	line-height: 1;
	padding: 4% 0;
	text-indent: 1.3em;
	border-bottom: 1px dotted #f39800;
}

#corporate li.bdrNone {
	border: none;
}

#corporate li a {
	display: block;
	text-decoration: none;
	color: #000;
}

#returnTop {
	width: 100%;
	max-width: 580px;
	text-align: center;
	font-size: 12rem;
	margin: 0 auto 20px auto;
}

#returnTop a {
	text-decoration: none;
	color: #000;
}

#copy {
	font-size: 10rem;
	color: #000;
	margin: 0 auto 22% auto;
	text-align: center;
}

#fixer {
	width: 100%;
	max-width: 640px;
	padding: 10px 0 4px 0;
	overflow: hidden;
	background-color: #fc6b02;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	z-index: 9999;
}

#fixer li {
	width: 40%;
	float: left;
	margin: 0 4%;
	padding: 0;
}

#fixer li img {
	width: 100%;
}

#fixer li.right {
	float: right;
}


/* merit.html
----------------------------------------------- */
.txtIndent1 {
	text-indent: 1em;
}

#meritHeader {
	width: 100%;
	max-width: 640px;
	margin: 0 auto 4px auto;
	background-color: #FFF;
	border-bottom: 6px solid #f39801;
	padding: 0;
	overflow: hidden;
	position: relative;
}

.meritTxt {
	margin: 0 auto;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height: 1.4;
}
	
/*///////////////////////////////////////////////////////////// MAIN CONTS */

#contents #main_contents{
	width:100%;
	font-size:13px;
	line-height:1.6em;
}
.conts section{
	margin:0 auto 20px;
	background:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.conts section .conts_ttl h2 > img{
	display:block;
	width: 100%;
	max-width: 960px;
	height:auto;
}
.conts section .conts_body{
	padding:20px;
}
.conts section .conts_body article{
	margin:0 auto 50px;
}
.conts section .conts_body article:last-child{
	margin:0 auto;
}

	
/*////////////////////////////////////////////////// index list */
.conts .index_list{
	margin:0 0 1%;
}
.conts .index_list dt{
	padding:1% 0;
	margin:0 0 1% 0;
	border-bottom:1px solid #e5e5e5;
	font-size: 140%;
}
.conts .index_list dd ul li{
	display:block;
	padding: 1% 0;
	margin-left: -10%;
	font-size: 100%;
}
.conts .index_list dd ul li a{
	text-decoration:underline;
}
.conts .index_list dd ul li span{
	display:inline-block;
	margin:0 1% 2% 0%;
	color:#2d92bc;
	font-size: 100%;
}


/*////////////////////////////////////////////////// lessn1-4 */
.pan_kuzu_list{
	width: 98%;
	max-width: 940px;
	margin: 2%;
	font-size: 100%;
	text-align: justify;
}
.lesson_title {
	width: 97%;
	max-width: 940px;
	font-size: 120%;
	color: #fff;
	line-height: 1.5em;
	padding: 10px;
	background-color: #2d92bc;
	margin-bottom: 50px;
}
.conts .case_box .point dl{
	width: 100%;
	max-width: 940px;
	height: 80px;
}
.conts .case_box .point dt{
	width: 30%;
	color: #fff;
	font-size: 130%;
	background-color: #2d92bc;
	border-color: #2d92bc;
	border-style: solid;
	line-height: 2.0em;
	padding: 0px 0.2% 0.2% 0.S2%;
	text-align: center;
	float:left;
	display: inline-block;
}
.conts .case_box .point dt >p{
	display: inline-block;
	width: 100%;
	color: #2d92bc;
	display: inline-block;
	text-align: center;
	background-color: #fff;
}

.conts .case_box .point dd{
	display: inline-block;
	color: #000;
	margin-left: 3%;
	font-size: 100%;
	width: 63%;
	line-height: 1.5em;
	text-align: justify;
}

.triangle{
	height:0px;
    width:0px;
	margin: 1% 0% 1% 35%;
    border-top:#2d92bc 20px solid;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-bottom: 10px solid transparent;
}
.conts .case_box .box_ttl{
	margin:0 0 70px;
}
.conts .case_box .box_ttl:after{
	content:".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
}
.conts .case_box .box_ttl dt{
	float:left;
	width: 250px;
	height: 65px;
	line-height: 65px;
	background: #2d92bc;
	color:#fff;
	text-align: center;
	font-size: 250%;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.conts .case_box .box_ttl dd{
	float:right;
	width: 63%;
	font-size:220%;
	line-height:1.4em;
}
.conts .case_box .box_ttl dd small{
	display:block;
	color:#2d92bc;
	font-size:14px;
	line-height:1.4em;
}
#togo_work {
	width: 100%;
	max-width: 940px;
	background-color: #E8F8FB;
	padding:2%;
	border-radius: 1em;
	margin-left: -1%;
}
#togo_work .img{
	width: 70%;
	margin:5% 0% -23% 0%;
}
#togo_work .in_txt {
	width: 65%;
	padding: 0% 0% 2% 3%;
	font-size: 100%;
	text-align: justify;
	line-height: 1.6em;
	margin: 0 0 5% 31%;
}


/*////////////////////////////////////////////////// lessn5-6 */

.cate_list{
	width: 97%;
	max-width: 940px;
	margin: 15px;
	text-align: justify;
	font-weight: 600;
	font-size: 170%;
}
.cate_box1{
    width: 100%;
}
ul#type1 {
    width: 90%;
    margin: 5% 0% 0% 3%;
    overflow: hidden;
    font-size: 130%;
	padding-bottom: 1%;
	line-height: 1.0em;
}
li#type1 {
    width: 40%;
    padding: 1%;
    margin-right: 5%;
	margin-bottom: 7%;
    float: left;
}

hr.style3 {
	position: relative;
	border-bottom: 3px solid #ccc;
	background-color: #ccc;

}

hr.style3::after {
	position: absolute;
	bottom: -3px;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #3498db;
}

#lesson5_box {
	width: 95%;
	max-width: 940px;
	color: #000;
	border: solid #2d92bc;
	border-width: 0.1em;
	margin-bottom: 30px;
	margin-left: 2.4%;
	padding-bottom: 25px;
	vertical-align: middle;
	display: inline-block;
}

.lesson5_title{
	width: 100%;
	max-width: 940px;
	text-align: center;
	background-color:#2d92bc;
	color: #fff;
	font-size: 150%;
	padding: 3% 0 3% 0;
	margin-bottom: 15px;
}

.lesson5_txt {
	color: #000;
	font-size: 110%;
	line-height: 1.5em;
	padding: 0% 2% 1% 3%;
	background-color: #fff;
	text-align: justify;
	display: inline-block;
}
.lesson5_txt >p1 {
	color: #0084B4;
	font-size: 120%;
	font-weight: 700;
	line-height: 1.5em;
	padding: 0% 0% 1% 0%;
	display: inline-block;
}
.lesson5_in_box {
	width: 90%;
	max-width: 940px;
	background-color: #E8F8FB;
	padding:2% 2.5% 3% 2.5%;
	margin: 3% 0% 0% 2.5%;
	border-radius: 0.5em;
}
.lesson5_in_box >p1{
	color: #E96409;
	font-size: 130%;
	font-weight:600;
	text-align: justify;
	line-height: 2.0em;
}
.lesson5_in_box >p2{
	font-size: 110%;
	text-align: justify;
	line-height: 1.5em;
}
.lesson5_in_box >p3{
	font-size: 100%;
	text-align: left;
	padding-left: 5%;
}
.lesson5_in_box >img{
	width: 100%;
	max-width: 745px;
	padding-left: 30px;
	margin-top: -40px;
	margin-bottom: 10px;
}
.search_work {
	width: 85%;
	max-width: 940px;
	height: 60px;
	font-size: 150%;
	color: #fff;
	background-color: #FC5E01;
	font-weight: 600;
	text-align: center;
	margin: 8% 0% 8% 6%;
	padding: 5% 1% 5% 1%;
}
hr.style1 {
	background-color: #fff;
	border-top: 1px dotted #8c8b8b;
	margin: 15px 10px 15px 10px;
}

li.style2 {
	padding: 1% 0% 2% 2%;
	font-size: 120%;
}

table.type07 {
	width: 94%;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #ccc;
	margin:5% 0% 5% 3%;
}
table.type07 thead {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #8CB1C9;
	text-align: center;
}
table.type07 thead th {
	padding: 3%;
	font-size: 140%;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
}
table.type07 tbody th {
	width: 30%;
	font-size: 110%;
	line-height: 2.5em;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #efefef;
}
table.type07 td {
	width: 30%;
	line-height: 2.5em;
	font-size: 120%;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
	
	
	
	
	
	
	
	
	
	
	
	