@charset "utf-8";
/*------------------------------------------------------------
	基本
------------------------------------------------------------*/
html{
    -webkit-text-size-adjust: none;
}

body {
	line-height: 1.5em;
	-webkit-text-size-adjust: none;
	color: #624c3f;
	margin:0;
	padding:0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}
a {
	color:#624c3f;
	border:none;
	text-decoration:#624c3f;
	background-repeat:no-repeat;
}

a:link{
	color:#624c3f;
	border:none;
	text-decoration:none;
	background-repeat:no-repeat;
}

a:visited {
	color:#624c3f;
	text-decoration: none;
}
a:hover {
	color:#624c3f;
	text-decoration: none;
}


br.clear {
	clear:both;
}

img {
	border:0;
}


/*h2*/
.heading_style01Top {
	line-height: 42px;
	color: #ff9900;
	font-size: 180%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
	background-image: url(../images/base/bg_h2.png);
	background-repeat: repeat-x;
	vertical-align: middle;
	margin-bottom: 10px;
}


h3 {
	margin-right: auto;
	margin-left: auto;
	width: 94%;
}

h4 {
	font-size: 130%;
	color: #4eb653;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	width: 90%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #313333;
}

#container .text {
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
header {
	width: 100%;
	height: 57px;
	display: table;
	line-height: 0;
	background-image: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ff9900;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #f3f0e9;
}
.logo {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;



}

.logo a {
	width:190px;
	height:29px;
	display: inline-block;
	text-indent: -9999px;
	background-image:url(../images/base/header_logo.png);
	background-repeat:no-repeat;
	-webkit-background-size:100% auto;
    -moz-background-size:100% auto;
	background-size:100% auto; 
	background-position: center center;
	padding:5px;
}

#headmenu {
	width:41px;
	height:33px;
	position: absolute;
	top:0px;
	left:5px;
	margin-top: 5px;
	margin-left: 5px;
}

#headmenu a {
	width:41px;
	height:33px;
	display: block;
	text-indent: -9999px;
	background-image:url(../images/base/header_menu.png);
	background-repeat:no-repeat;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
	background-position: center center;
	padding:5px;
}
/*------------------------------------------------------------
	表示・非表示メニュー
------------------------------------------------------------*/
html {
	background-color: #333;
}
body {
	position: relative;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	background-color: #FBF7F7;
}
#wrapper {
	overflow: hidden;
	z-index: 0;
}
#navigation {
	position: absolute;
	left: -260px;
	top: 0;
	width: 260px;
	z-index: 100;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	background-color: #fbf7f7;
}

#navigation a {
	display: #fbf7f7;
	color: #624c3f;
	height: 44px;
	line-height: 44px;
	vertical-align: middle;
	padding: 0 10px;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
#navigation a:hover {
	opacity: 0.6;
}
/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/
#container {
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.3);
	box-shadow: 0 5px 5px rgba(0,0,0,.3);
	padding-bottom: 16px;
	position: relative;
	z-index: 1;
}
.main_visual_box {
	margin-bottom: 5px;
	height: 120px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.item .vis {
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.item .catch_area {
	position: absolute;
	left: 0;
	top: 0;
	width: 192px;
	height: 200px;
	background: url(../images/main_visual_catcharea.png) no-repeat left top;
	-webkit-background-size: 192px 200px;
	z-index: 2;
}
.item .main_catch {
	position: absolute;
	left: 16px;
	top: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 1.3
}
.item .text {
	position: absolute;
	left: 18px;
	top: 96px;
	font-size: 12px;
	color: #374c00;
	width: 150px;
}

/*-------------------------------------------------------------
    Facebook
--------------------------------------------------------------*/	
#sns_btn_list {
	padding-top: 10px;
	text-align: center;
}
#sns_btn_list div {
	margin-right: 5px;
	display: inline-block;
}
#sns_btn_list div:last-child {
	margin-right: 0;
}
#sns_btn_list .fb-like {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#top_of_page {
	height: 42px;
	line-height: 44px;
}
#sns_btn_list .sns {
	float: left;
	margin-right: 2.5%;
	width: 20%;
	margin-left: 2.5%;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
footer {
	background-color:  #ff9900;
	position: relative;
	z-index: 0;
	padding: 15px 0;
	text-align: center;
}
.device_toggle_link li {
	display: inline-block;
	font-size: 87.5%;
	line-height: 30px;
}
.device_toggle_link li:first-child {
	border-right: 1px solid rgba(255,255,255,.3);
	padding-right: 10px;
	margin-right: 5px;
}
.device_toggle_link li a {
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
}
.device_toggle_link li:last-child a {
	background-color: #fff;
	color: #ff9900;
	display: block;
	padding: 0 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.copyright {
	font-size: 62.5%;
	color: #fff;
	margin-top: 10px;
}



/*------------------------------------------------------------
	クリアフィクス
------------------------------------------------------------*/
.cf:after{
	content: "";
	display: block;
	clear: both;
}
.cf {
	zoom:1;
}

.clear {
	clear: both;
}

section .p_center {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
section .left {
	float: left;
	width: 40%;
	margin-right: 5%;
	margin-left: 5%;
}
#submain {
	width: 100%;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#container section .txt {
	line-height: 1.5em;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	color: #624c3f;
	margin-bottom: 10px;
}
section .left02 {
	float: left;
	margin-right: 3%;
	color: #624c3f;
	width: 30%;
}
section .left03 {
	float: left;
	margin-right: 3%;
	color: #624c3f;
	width: 59%;
	margin-bottom: 15px;
	margin-left: 3%;
}
section .text02 {
	background-repeat: no-repeat;
	background-position: center top;
	width: 74%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20%;
}
section .txt .txt_large {
	font-size: 130%;
	font-weight: bold;
}
section .txt .txt_red {
	color: #f90734;
	font-size: 120%;
	font-weight: bold;
}
section .txt_red02 {
	color: #f90734;
	font-size: 90%;
	font-weight: normal;
}section .qa_A {
	color: #f90734;
	font-size: 120%;
	font-weight: bold;
	float: left;
	width: 10%;
	margin-left: 5%;
}
section .qa_answer {
	float: right;
	margin-right: 3%;
	width: 80%;
	color: #f90734;
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 15px;
}
.recruit .recoruit_span {
	color: #00a0e9;
}
section .recruit {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 110%;
	color: #535353;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-bottom: 15px;
}
section .left {
	float: left;
	width: 40%;
	margin-right: 3%;
	margin-left: 3%;
	margin-bottom: 10px;
	margin-top: 10px;
}
section .right {
	float: left;
	width: 20%;
}
section .right02 {
	float: left;
	width: 30%;
}
section .left04 {
	float: left;
	width: 55%;
	margin-right: 3%;
	margin-left: 3%;
	margin-bottom: 10px;
	margin-top: 10px;
}
.table-guidance01 {
	border-top-width: 1px;
	border-top-style: solid;
	margin-bottom: 15px;
	border-top-color: #000;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}

section .p_80 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
.btn_type03 div {
	border: 3px solid #ff9900;
	margin: 10px 10px 0;
	text-align: center;
	height: 42px;
	line-height: 44px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 87.5%;
	background-color: #FFF;
}
.btn_type03 span {
	display: inline-block;
	position: relative;
	padding-left: 20px;
}
.btn_type03 span:after {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	display: inline-block;
	width: 11px;
	height: 17px;
	background-image: url(../images/base/css_sprite.png);
	background-size: 138px 544px;
	background-position: 0 -527px;	
}
