@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, img, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;}
:focus {outline: 0;}
ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;vertical-align:-webkit-baseline-middle;}
a:hover img {opacity: 0.99;filter: alpha(opacity=99);}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
.clear{clear:both;}
img{max-width:100%;}
html{overflow:scroll;}
.center{text-align:center;}
.margin_topbottom30 {margin:30px 0;}
.quotation{font-size: 70%;color:#666;}
b{font-weight:bold;background:#adff2f;}
label{display:inline-block;cursor:pointer;}
a:hover{text-decoration:underline;}
body, textarea {
    font-family: "メイリオ",Meiryo,YuGothic,"游ゴシック","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    line-height: 1.5;
    background: #fff;
    color: #1e1e1e;
    word-wrap: break-word;
    font-size:16px;
}

#wrapper {
	margin: 0 auto;
    width: 1058px;
}

header{
}

.header_inner {
    width: 1058px;
    margin: 0 auto;
    padding-top: 10px;
    position: relative;
}
.logo {
	max-width:100%;
    float:left;
}
.logo a{
    font-size:30px;
    text-decoration:none;
    color:#103184;
    font-weight:bold;
}
.logo a:hover{
	opacity:0.7;
}
.header_right{
    float:right;
    margin-top:10px;
    font-size:14px;
    font-weight: bold;
}
/* *********************************************** */
.nav{
	margin-top:5px;
    width: 100%;
}
.nav ul{
	border:1px solid #aaa;
    border-bottom:3px solid #103184;
}
.nav ul li{
	display:inline-block;
    border-right:1px solid #aaa;
    box-sizing:border-box;
    width:150.8px;
    text-align:center;
}
.nav ul li:last-child{
    width:151.2px;
    border-right:0;
}
.nav ul li a{
    display:block;
    padding:10px 9px;
    text-decoration:none;
    color:#333;
    font-weight:bold;
    font-size:13px;
}
.nav ul li a:hover{
	background:#e9e9e9;
}
/* *********************************************** */
.spad_top{
	display:none;
}

/* *********************************************** */
.main_coment {
	margin-top:15px;
    width:100%;
    height:154px;
    position:relative;
}
.main_coment h1 {
	position:absolute;
    top:50px;
    left:30px;
    font-size: 20px;
    padding:15px;
    box-sizing:border-box;
    color:#fff;
    background: rgba(0,0,0,.4);
    border-radius:5px;
}
.sub_coment{
    margin:15px 0 5px 0;
}
.sub_coment p {
    font-size:15px;
}
.update{
    width:100%;
	text-align:left;
    margin-bottom:10px;
}
.update p{
    font-size:11px;
    color:#999;
}
.update_city{
    padding-bottom:5px;
}
/* *********************************************** */
.avgrate{
    width:100%;
    margin-top:10px;
    border-top:3px solid #eee;
    padding-top:10px;
}
.avgrate ul{
    padding:10px 0 20px 0;
    width:100%;
    text-align:left;
}
.avgrate ul li{
    margin-right:5px;
}
.avgrate ul li a{
	text-decoration:none;
    font-size:14px;
}
.avgrate ul li a:hover{
	text-decoration:underline;
}
.avgrate ul li:last-child{
	margin-right:0;
}
.avg_left{
    float:left;
	width:700px;
}
.avg_left{
	font-size:14px;
}
.avg_left h3{
	font-size:18px;
    margin:20px 0 10px 0;
    border-left :3px solid #103184;
    padding-left:5px;
}
.avgrate h2{
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 5px 0;
    color: #103184;
    line-height: 1.2;
    box-sizing: border-box;
    color: #103184;
	border-top:2px solid #103184;
    padding:20px 0 10px 0;
}
.nensyu_age{
    font-size:16px;
    font-weight:bold;
    
}
.area1{
    width:100%;
    margin:5px 0 20px 0;
}
.area1 dl:first-child{
	border-top: 1px solid #aaa;
}
.area1 dl:first-child dt{
	border-left: 1px solid #aaa;
}
.area1 dl:first-child dt:first-child{
	border-left: 0;
}
.area1 dl dt{

}
.area1 dl dd{

}

.avgrate dl{
	display: table;
    width: 100%;
    border: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-top: 0;
    box-sizing: border-box;
    font-size: 15px;
}
.avgrate dl dt{
	display: table-cell;
    width: 25%;
    text-align: center;
    padding: 5px;
    background: #F7F6FB;
    font-weight:bold;
}
.avgrate dl dd{
	display: table-cell;
    width: 25%;
    text-align: center;
    border-left: 1px solid #aaa;
    padding: 5px;
    font-weight:bold;
}

.avgrate dl.head{
	display: table;
    width: 100%;
    background: #103184;
    border: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    box-sizing: border-box;
    color: #fff;
    font-size: 15px;
}
.avgrate dl.head dt{
	display: table-cell;
    width: 25%;
    padding: 5px;
    background: #103184;
    vertical-align: middle;
}
.avgrate dl.head dd{
	width: 25%;
    display: table-cell;
    border-left: 1px solid #aaa;
    text-align: center;
    padding: 5px;
    vertical-align: middle;
}
.avgrate_attention{
    width: 100%;
    margin: 15px 0;
    font-size: 11px !important;
    color:#c00;
}
.avgrate_guide, .nensyu_guide{
    width:100%;
    margin:5px 0 20px 0;
}
.avgrate_guide h3, .nensyu_guide h3{
	margin:40px 0 10px 0;
	font-size:16px;
    padding:2px 5px;
    font-weight:bold;
}
.nensyu_guide h4{
    color:#103184;
    font-weight:bold;
}
.avgrate_guide p, .nensyu_guide p{
	margin:5px 0 20px 0;
    font-size:14px;
    line-height:1.7;
}
table.syotokukoujo{
    border-collapse:collapse;
    border:1px solid #aaa;
    margin:5px 0 20px 0; 
    font-size:15px; 
}
table.syotokukoujo th{
	padding:5px 10px;
    text-align:center;
    border:1px solid #aaa; 
   	background:#103184 !important;
    color:#fff;  
}
table.syotokukoujo td{
	padding:5px 10px;
    text-align:right;
    width:200px;
    border:1px solid #aaa;
}


table.nensyu_hokenryo{
	width:100%;
    border-collapse:collapse;
    border:1px solid #aaa;
    margin-top:5px;
}
table.nensyu_hokenryo tr:nth-child(2n){
	background:#eff4ff;
}
table.nensyu_hokenryo thead{
}
table.nensyu_hokenryo th{
	padding:5px 10px;
    text-align:center;
    border:1px solid #aaa; 
   	background:#103184 !important;
    color:#fff;  
}
table.nensyu_hokenryo td{
	padding:5px 10px;
    text-align:right;
    width:150px;
    border:1px solid #aaa;
    font-size:16px;
    font-weight:bold;
}
table.nensyu_hokenryo td a{
	text-decoration:none;
}
table.nensyu_hokenryo td a:hover{
	text-decoration:underline;
}
.avg_right{
    float:right;
    width:338px;
}
.content_side_entry {
    margin-top: 20px;
}
.content_side_entry h4{
    background: #ddd;
    padding: 7px;
    font-size: 90%;
    font-weight: bold; 
}
ul.content_side_entry_list {
    margin-top: 0px;
    text-align:left;
}
ul.content_side_entry_list li {
    padding: 7px 5px 0 5px;
    display:inline-block;
    text-align:left;
}
ul.content_side_entry_list li a {
    font-size: 15px;
    text-decoration: none;
    color: #333;
    position: relative;
    padding-left: 10px;
    display: inline-block;
    color: #2c5885;
}
ul.content_side_entry_list li a:hover {
	text-decoration:underline;
}
ul.content_side_entry_list li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0.4em;
    left: 0;
    border-width: 4px 0 4px 4px;
    border-style: solid;
    border-color: transparent transparent transparent #c00;
    width: 0;
    height: 0;
}
.nensyu_table_area{
	width:100%;
}
.nensyu_table_area p{
    font-size:15px;
    margin:5px 0;
}

/* *********************************************** */
.area_search_table{
    margin-bottom: 30px;
    width:100%;
    overflow: hidden;
}
.area_search_table ul{
	padding:5px 0;
}
.area_search_table tr:nth-child(odd){
	background:#eee;
}
.area_search_table ul li{
    display:inline-block;
    padding: 0 10px;
    border-right:0px solid #eee;
}
.area_search_table ul li:last-child{
	border-right:0;
}
.area_search_table ul li a{
	font-size:16px;
    width: 180px;
    text-align: center;
    text-decoration:none;
    text-align:left; 
    font-weight:bold;
}
.area_search_table ul li a:hover{
	text-decoration:underline;
}

.toppage_ad{
    width:100%;
    margin-bottom:20px;
    height:auto;
}
.news{
    width:100%;
    margin:20px 0 0 0;
    background:#eee;
    padding:10px;
    box-sizing:border-box;
    border-radius:5px;    
}
.news h3{
    border-left:5px solid #739b60;
    padding-left:15px;
    font-size:16px;
    font-weight:bold;
}
.news ul{
    background:#fff;
    margin-top:10px;
    border-radius:5px;
    overflow-y: scroll;
    height: 250px;
}
.news ul li {
	padding:10px;
    border-bottom:1px dotted #eee;
	font-size:14px;
}
.news ul li span {
	margin-right:15px;
    color:#739b60;
}

/*-------------------------
	計算フォームページ
--------------------------*/
.keisan_form{
    width: 100%;
}
#next{
    display:none;
}
#next_open{
	display:inline;
}
.kesa_form_comment{   
}
.keisan_form dl{
    display:inline-table;
    width: 344px;
    margin-bottom:10px;
    margin-right:5px;
    font-size:14px;
    border-top:1px solid #aaa;
    border-right:1px solid #aaa;
    border-bottom:3px solid #aaa;
    box-sizing:border-box;
}
.keisan_form dl dt{
    display: table-cell;
    width: 25%;
    background: #E6EDE0;
    padding:10px;
    font-weight: bold;
    text-align:center;
    border-left:1px solid #aaa;
}
.keisan_form dl dd{
    display: table-cell;
    width: 75%;
    margin-right:4px;
    padding:10px 10px 5px 10px;
}
.keisan_form dl.master{
    width:100%;
    margin-right:0;
}
.keisan_form dl.master dt{
}
.keisan_form dl.master dd p{
    font-size:11px;
    padding:5px 0;
}
.ninikeizoku{
    padding:10px 10px 0 10px;
}
.ninikeizoku h3{
    font-size:14px;
    font-weight:bold;
    color:#358D23;
}
.ninkei dl{
    width:100%;
    margin-right:0;
}
.ninkei dl:first-child{
	margin-bottom:0;
    border-bottom:0;
}
.ninkei dl dt{
}
.ninkei dl dd p{
    font-size:11px;
    padding:5px 0;
}
.keisan_form select, .contact_form_info1 select{
    margin: 0 0 5px 5px;
    cursor: pointer;
    padding:5px;
    font-size:14px;
}
.keisan_form input[type="text"], .contact_form_info1 input[type="text"], .contact_form_info2 input[type="text"]{
 	margin: 0 5px 5px 5px;
    padding:5px;
    font-size:16px;
    text-align:right; 
    width:170px;
}
.contact_form_info2 input[type="text"]{
	width:60%;
}
.keisan_form input[type="text"]::-webkit-input-placeholder{
	color: #999;
    font-size:13px;
    text-align:left;
}

.keisan_form input[type="text"]:-ms-input-placeholder{
    color: #999;
    font-size:13px;
    text-align:left;
} 
.keisan_form input[type="text"]::-moz-placeholder{
    color: #999;
    font-size:13px;
    text-align:left;
}
.keisan_form input[type="text"]::-placeholder {
    color: #999;
    font-size:13px;
    text-align:left;
}

.keisan_form_comment{
	width:100%;
    padding-bottom:10px;
    font-size:12px;
    color:#333;
    box-sizing:border-box;
}
.keisan_form_comment dl{
    display:table;
    padding-left:5px;
}
.keisan_form_comment dl dt{
    display:table-cell;
    font-weight:bold;
    width:40px;
}
.keisan_form_comment dl dd{
    display:table-cell;
}

.keisan_form_button{
    width: 100%;
    padding:20px 0;
    text-align:center;
    background:#eee;
    margin-top:10px;
}
.send_button:hover {
    opacity: 0.8;
}
.send_button {
    display: block;
    width: 320px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    position: relative;
    box-shadow: rgb(71, 141, 54) 0px -1px 0px inset;
    color: rgb(255, 255, 255);
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
    margin: 0px auto;
    background: linear-gradient(rgb(102, 207, 90) 0px, rgb(72, 174, 58) 100%);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(75, 168, 47);
    border-image: initial;
    border-radius: 6px;
}

/* 結果エリア国保＆任意継続 */
.keisan_result_none{   
}
.keisan_result{
    width: 100%;
    border:3px solid #e8aa1a;
    padding:10px 20px;
    box-sizing:border-box;
    background:#fbf2dd;
    margin-top:10px;
}
.keisan_result p{
    font-size:11px;
}
.kokuho_result_area{
    float:left;
    width:48%;
    border-right:2px dotted #e8aa1a;
    padding-right:20px;
    text-align:right;
}
.ninkei_result_area{
    float:right;
    width:48%;
    text-align:right;
}
.kokuho_result_area dl, .ninkei_result_area dl{
}
.kokuho_result_area dl dt, .ninkei_result_area dl dt{
	width:100%;
    display:block;
    font-size:18px;
    font-weight:bold;
    text-align:left;
}
.kokuho_result_area dl dd, .ninkei_result_area dl dd{
	width:100%;
    display:block;
    color:#ee0000;
    font-size:40px;
    font-weight:bold;
    text-align:right;
}
.kokuho_result_area dl dd span, .ninkei_result_area dl dd span{
	font-size:15px;
    font-weight:bold;
    color:#111;
}
.keisan_result_detail{
    border:3px solid #e8aa1a;
    border-top:0;
    padding:20px;
    box-sizing:border-box;
    
}
.keisan_result_detail_left{
    float:left;
    width:336px;
    height:280px;
}
.keisan_result_detail_right{
    float:right;
    width:656px;
    margin-left:20px;
}
.keisan_result_detail_right dl.dl_head{
	width:100%;
    background:#e0efff;
    border:1px solid #aaa;
    box-sizing:border-box;
}
.keisan_result_detail_right dl.dl_head dt{
	width:25%;
    text-align:center;
    background:#e0efff;
}
.keisan_result_detail_right dl.dl_head dd{
	width:25%;
    text-align:center;
    border-left:1px solid #aaa;
}
.keisan_result_detail_right dl{
	display:table;
    width:100%;
    border:1px solid #aaa;
    border-top:0;
    box-sizing:border-box;
}
.keisan_result_detail_right dl dt{
	display:table-cell;
    width:25%;
    text-align:center;
    vertical-align:middle;
    font-size:13px;
    padding:5px;
    background:#f6f6f6;
}
.keisan_result_detail dl dd{
	display:table-cell;
	width:25%;
    text-align:right;
    vertical-align:middle;
    border-left:1px solid #aaa;
    padding: 5px;
    font-size:13px;
}
.keisan_result_detail_right dl span{
	font-size:10px;
    display:block;
    color:#666;
}
.keisan_result_detail_right dl.dl_footer{
    margin-top:10px;
    border:1px solid #aaa;
    width:100%;
    box-sizing:border-box;
}
.keisan_result_detail_right dl.dl_footer dt{
	width:25%;
    border-left:1px solid #aaa;
}
.keisan_result_detail_right dl.dl_footer dt:first-child{
	border-left:0;
}
.attention{
    width:100%;
    margin-top:10px;
    border:1px solid #E6C0C0;
    background:#FFF9F5;
    padding:10px;
    font-size:11px;
    box-sizing:border-box;
}
.attention span{
    color:#c00;
    font-weight:bold;  
}
.attention ul li{
	list-style:square inside;
}

.city_rate, .ninkei_rate{
    width: 100%;
    margin-top:20px;
    box-sizing:border-box;
}
.city_rate h2, .ninkei_rate h2{
    font-weight:bold;
	font-size:14px;
}
.city_rate dl.head, .ninkei_rate dl.head{
	display:table;
    width:100%;
    background:#666;
    border:1px solid #aaa;
    border-bottom:1px solid #aaa;
    box-sizing:border-box;
    color:#fff;
    font-size:13px;
}
.city_rate dl.head dt, .ninkei_rate dl.head dt{
	display:table-cell;
    width:25%;
    padding:5px;
    background:#666;
    vertical-align:middle;
}
.city_rate dl.head dd, .ninkei_rate dl.head dd{
	width:25%;
    display:table-cell;
    border-left:1px solid #aaa;
    text-align:center;
    padding:5px;
    vertical-align:middle;
}
.city_rate dl, .ninkei_rate dl{
	display:table;
    width:100%;
    border:1px solid #aaa;
    border-bottom:1px solid #aaa;
	border-top:0;
    box-sizing:border-box;
    font-size:13px;
}
.city_rate dl:last-child, .ninkei_rate dl:last-child{
	border-bottom:3px solid #aaa;
}
.city_rate dl dt, .ninkei_rate dl dt{
	display:table-cell;
	width:25%;
    text-align:center;
    padding:5px;
    background:#F7F6FB;
}
.city_rate dl dd, .ninkei_rate dl dd{
	display:table-cell;
	width:25%;
    text-align:right;
    border-left:1px solid #aaa;
    padding:5px;
}
.ninkei_rate dl dt{
	border-right:1px solid #aaa;
}
.ninkei_rate dl dt:nth-child(2){
	border-right:0;
}

/*-------------------------
	コンタクトページ
--------------------------*/
.contact_main{
	width:800px;
    margin:0 auto;
    margin-top:30px;
    font-size:14px;
}
.contact_main h2{
    font-size:18px;
    font-weight:bold;
    width:100%;
    border-bottom:1px solid #aaa;
    margin-top:15px;
}
.contact_main p{
    margin-top:15px;
}
.contact_main ul{
}
.contact_main ul li{
    font-weight:bold;
}
.contact_attention{
    width:100%;
    margin-top:15px;
    border:1px solid #E6C0C0;
    background:#FFF9F5;
    padding:10px;
    box-sizing:border-box;
}
.contact_main h3{
    margin-top:30px;
    font-weight:bold;
    padding: 0 0 0 10px;
    border-left:3px solid red;
    font-size:15px;
}

.contact_form{
	margin-top:15px;
    width:100%;
}
.contact_form_info1{    
}
.contact_form_info1 dl{
    display:table;
    width:100%;
    border:1px solid #aaa;
    border-top:0;
}
.contact_form_info1 dl:first-child{
	border-top:1px solid #aaa;
}
.contact_form_info1 dl dt{
	display:table-cell;
    width:25%;
    padding:10px;
    text-align:center;
    background:#f1f1f1;
}
.contact_form_info1 dl dd{
	display:table-cell;
    width:75%;
    padding:10px;
    border-left:1px solid #aaa;
}

.contact_form_info2, .contact_form_info3{
    margin-top:15px;
}
.contact_form_info2 dl.head{
	width:100%;
	background:#111;
    color:#fff;
    border:1px solid #aaa;
    border-top:0;
}
.contact_form_info2 dl.head:first-child{
	border-top:1px solid #aaa;
}
.contact_form_info2 dl.head dt, .contact_form_info2 dl.head dd{
	width:25%;
    padding:10px;
    text-align:center
}
.contact_form_info2 dl.head dt{
    background:#111;
}
.contact_form_info2 dl.head dd{
    border-left:1px solid #aaa;
}
.contact_form_info2 dl, .contact_form_info3 dl{
    display:table;
    width:100%;
    border:1px solid #aaa;
    border-top:0;
}
.contact_form_info2 dl:first-child, .contact_form_info3 dl{
	border-top:1px solid #aaa;
}
.contact_form_info2 dl dt, .contact_form_info2 dl dd, .contact_form_info3 dl dt, .contact_form_info3 dl dd{
	display:table-cell;
    width:25%;
    padding:10px;
    text-align:center;
}
.contact_form_info2 dl dt, .contact_form_info3 dl dt{
	background:#f1f1f1;
    vertical-align:middle;
}
.contact_form_info3 dl dd{
	width:75%;
    border-left:1px solid #aaa;
}
.contact_form_info2 dl dd{
    border-left:1px solid #aaa;
}
.contact_form input[type="text"]{
    text-align:right;
}
.contact_form_info1 input[type="text"]{
    text-align:left;
    font-size:14px;
}
.contact_form_info3 textarea{
	width:100%;
    height:150px;
    box-sizing:border-box;
    display:block;
}





/* スタッフインタビュー */

/* よくあるご質問 */
.main_qa ul{
    
}
.main_qa ul li{
	border-bottom: 2px dotted #aaa;  
    padding: 13px 0;
}
.main_qa ul li p.Q{
    font-size: 18px;
    color: red;
    font-weight: bold;
    line-height: 1.6;
}
.main_qa ul li p.A{
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

/* 入社までの流れ */
.main_flow ul{    
}
.main_flow ul li {
    background: #ffd7e1;
    border-radius: 5px;
    float: left;
    display:inline-block;
    width: 251px;
    height: auto;
    margin-right:18px;
    position:relative;
    padding: 15px 25px;
    box-sizing: border-box;   
}
.main_flow ul li:not(:last-child):after{
    content: "";
    border: 11px solid transparent;
    border-top: 11px solid brown;
    position: absolute;
    top:46%;
    right: 50%;
    right: -26px;
    transform: rotate(-90deg);
}
.main_flow ul li:last-child {
    margin-right:0;
}
.main_flow_content{
	width: 100%;
    margin: 0 auto;    
}
.main_flow_content_inner{
}
.main_flow_content_inner p{
	margin-top: 5px;
	font-size: 12px;
    font-weight: bold;
    line-height: 170%;
}
.main_flow_content_inner img{
    max-width: 100%;
    height: auto;
}


/* SNSボタン */
#share {
	width: 100%;
    overflow:hidden;
    padding: 20px 20px 12px 20px ;
    box-sizing: border-box;
}
#share ul{
	height:auto;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
#share li{
	font-size:14px;
	text-align:center;
	width:84px;
	margin-right:1%;
	margin-bottom:8px;
	border-radius:3px;
	list-style:none;
    display: inline-block;
}
#share li.share-twitter{
	background:#55acee;
	box-shadow:0 2px #2795e9;
}
#share li.share-twitter:hover{
	background:#83c3f3;
}
#share li.share-facebook{
	background:#3b5998;
	box-shadow:0 2px #2d4373;
}
#share li.share-facebook:hover{
	background:#4c70ba;
}
#share li.share-google{
	background:#dd4b39;
	box-shadow:0 2px #c23321;
}
#share li.share-google:hover{
	background:#e47365;
}
#share li.share-hatena{
	background:#2c6ebd;
	box-shadow:0 2px #225694;
}
#share li.share-hatena:hover{
	background:#4888d4;
}
#share li.share-pocket{
	background:#f13d53;
	box-shadow:0 2px #e6152f;
}
#share li.share-pocket:hover{
	background:#f26f7f;
}
#share li.share-line{
	background:#00C300;
	box-shadow:0 2px #009d00;
}
#share li.share-line:hover{
	background:#2bd92b;
}
#share a{
	display:block;
	height:27px;
	padding-top:6px;
	color:#ffffff;
	text-decoration:none;
}
#share a:hover{
	text-decoration:none;
	color:#ffffff;
}
/* *********************************************** */

.footer {
	background: #666;
    margin-top: 50px;
}
.footer_inner {
    width: 1058px;
    margin: 0 auto;
    padding: 10px 0 0 0;
}
ul.footer_list {
    text-align: center;
}
ul.footer_list li {
	display: inline-block;
    margin-right: 10px;
}
ul.footer_list li:last-child {
	margin-right: 0;
}
ul.footer_list li a {
	color: #fff;
    font-size: 70%;
    text-decoration: none;
}
ul.footer_list li a:hover {
	text-decoration: underline;
}
.copy {
    text-align: center;
    padding-bottom: 10px;
}
.copy p {
    font-size: 70%;
    color: #d7d7d7;
}

/*-------------------------
	検索結果ページ
--------------------------*/
/* パンクズ */
.path{
    padding: 15px 15px 15px 15px;
}
.pankuzu{
    font-size: 11px;
    color:#666;
}
.pankuzu a{
    font-size:11px;
    color:#666;
}




/* お仕事の一覧表示用 */
.section1{
    border: 1px solid #eee;
    margin-bottom: 20px;
    border-bottom: 5px solid #eee;
}
.section1 a{
	text-decoration:none;
}
.section a:hover{
    text-decoration:none;
}
.job_titlebar{
    width: 100%;
    background: #ddd;
    padding:10px 20px;
    box-sizing:border-box;
}
.job_titlebar:hover{
	text-decoration:none;  
}
.job_titlebar:active{
    color:blue;
}
.job_titlebar p{
    display:inline;
    font-weight:bold;
    padding-top:2px;
}
.job_titlebar p:hover{
	text-decoration:underline;
}
.job_titlebar span{
    color:#666;
}
.new_icon{
    background:red;
    padding: 0 5px;;
    border-radius:5px;
    color:#fff !important;
    font-size:12px;
    font-weight: bold;
    display:inline-block;
}
.job_section{
    width: 100%;
    padding:10px 20px;
    box-sizing:border-box;
}
.job_section_left{
   float:left;
   width: 200px;
   margin-top:4px;
}
.job_section_right{
    float:left;
    margin-left:10px;
    width:806px;
}
.job_description{  
	margin-top: 8px;
    font-size:13px;
    font-weight:bold;
    color:#666;
    margin-bottom: 8px;
}
.job_description:hover {
	text-decoration:underline;
} 
.employ{ 
}
.employ span{
	font-size:10px;
    background:blue;
    color: #fff;
    margin-right:5px;
    padding:1px 5px;
    border-radius:5px;
    display:inline-block;
    width:80px;
    text-align:center; 
}
.employ span:last-child{
	margin-right:0;
}
.job_section_right dl{
	display:table;
    table-layout:fixed;
	width: 100%;
    border-top:1px dotted #ddd;
}
.job_section_right dl:last-child{
	border-bottom: 1px dotted #ddd;
}
.job_section_right dt{
	display: table-cell;
    width: 90px;
    font-size: 12px;
    color: #333;
    padding: 5px;
    font-weight: bold;
}
.job_section_right dt:before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    -moz-background-size: 16px auto;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
    vertical-align: middle;
}
.job_section_right dt.area_icon:before{
    background: url(../img/yuubin.png) no-repeat
}
.job_section_right dt.hour_icon:before{
    background: url(../img/tokei.png) no-repeat
}
.job_section_right dt.salary_icon:before{
    background: url(../img/enn.png) no-repeat
}
.job_section_right dd{
	padding:5px;
    font-size: 12px;
    color:#333;
    font-weight:bold;
}
.service_icon{
    padding: 0 20px 10px 20px;
}
.service_icon span{
	font-size:11px;
    border:1px solid #ffbb69;
    border-radius: 3px;
	padding: 0 5px;
    margin-right: 5px;
    background: #fff;
    color:#9e734c;
    display:inline-block;
    width:80px;
    text-align:center;
}
.service_icon span:last-child{
	margin-right: 0;
}
.job_section_footer{
    padding:15px 10px 5px 10px;
    background:#fffce6;
}
.job_section_footer ul{
	overflow:hidden;
	margin-bottom:10px;
}
.job_section_footer ul li{
	float:left;
    width:345px;
}
.job_section_footer ul li a, .job_section_footer ul li span{
	margin: 0 auto;
	display: block;
    width: 320px;
    height: 50px;
    line-height:50px;
    text-align:center;
    position: relative;
    background: #66cf5a;
    background: -moz-linear-gradient(top,#66cf5a 0,#48ae3a 100%);
    background: -webkit-linear-gradient(top,#66cf5a 0,#48ae3a 100%);
    background: linear-gradient(to bottom,#66cf5a 0,#48ae3a 100%);
    border: 1px solid #4ba82f;
    border-radius: 6px;
    -moz-box-shadow: 0 -1px 0 #478d36 inset;
    -webkit-box-shadow: 0 -1px 0 #478d36 inset;
    box-shadow: 0 -1px 0 #478d36 inset;
    color:#fff;
    font-weight:bold;
    cursor:pointer;
}
.job_section_footer ul li span{
	background: #fff !important;
    color:#48ae3a;    
}
.job_section_footer ul li span:before, .job_section_footer ul li a:before{
	content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    -moz-background-size: 16px auto;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
    vertical-align: middle;
}
.job_section_footer ul li span:before{
    background: url(../img/tel.png) no-repeat;   
}
.job_section_footer ul li a.web_icon:before{
    background: url(../img/web.png) no-repeat;   
}
.job_section_footer ul li a.detail_icon:before{
    background: url(../img/detail.png) no-repeat;   
}
.job_section_footer ul li a:hover{
	opacity:0.8;
}

/*-------------------------
	詳細ページ
--------------------------*/
.job_titlebar_detail{
}
.job_titlebar_detail p{
}
.job_section_left_detail{
   width: 300px;
}
.job_section_right_detail{
    width: 706px;
}
.service_icon_detail{
    padding: 5px 0 0 10px;
}
.job_section_footer_detail_middle{
	margin-bottom:20px;
}
.job_section_footer_detail{

}
.kanribango{
    padding: 0 20px;
    text-align:right;
}
.kanribango p{
    font-size:10px;
    color:#111;
}
.job_section_footer_detail ul {
}
.job_section_footer_detail ul li {
    width: 517px;
}
.job_section_footer_detail ul li a, .job_section_footer_detail ul li span {
    display: block;
    width: 495px;
}
.job_titlebar_detail:hover{
	text-decoration:none;  
}
.job_titlebar:active{
    color:#111;
}
.job_titlebar p:hover{
	text-decoration:none;
}
.detail_category{
    margin-bottom:20px;
	padding: 0 20px;
}
.detail_category h3 {
    padding-left: 10px;
    border-left:5px solid red;
    font-weight: bold;
    margin-bottom:5px;
}
.detail_category dl{
    border-top:1px solid #ddd;
    display: table;
    width:100%;
    font-size: 12px;
}
.detail_category dl:last-child{
	border-bottom:1px solid #ddd;
}
.detail_category dl dt{
	display:table-cell;
	padding:8px;
    width:100px;
    background: #eee;
    text-align:center;
}
.detail_category dl dd{  
	padding:8px;
}
.detail_flow{
    margin-bottom: 20px;
}
.detail_flow ul li{
    width:240px;
    background: #eee;
}
.other_job_list{
    margin-bottom:100px;
    width: 100%;
    border:1px solid #eee;
    border-bottom: 5px solid #eee;
}
.other_job_list h3 {
    width: 100%;
    padding:10px 20px;
    background: #eee;
    font-size:18px;
    font-weight: bold;
    box-sizing:border-box;  
}
.other_job_list ul{
    padding:20px;
}
.other_job_list ul li{

}

/*-------------------------
	応募フォーム
--------------------------*/
#wrapper_contact{
    width:520px;
    margin: 0 auto;
}
#contents_contact{
    text-align: center;
}
.job_info{
    width: 100%;
    padding:5px 10px 2px 10px;
    border:1px solid #aaa;
    border-radius: 3px;
    margin-top: 10px;
}
.job_info dl{
	width: 100%;
 	display: table; 
    font-size:12px;
    border-bottom:1px dotted #aaa;
    text-align:left;
}
.job_info dl:last-child{
	border-bottom:0;
}
.job_info dl dt{
	display: table-cell;
    padding: 5px;
    width:100px;
    font-weight: bold;
}
.job_info dl dt dd{
	padding: 5px;
}

.contact_form_wrap, .contact_form_wrap_check{
    width: 100%;
}
.contact_form_wrap dl{
	display: table;
    margin-bottom:10px;
}
.contact_form_wrap dl dt{
	display: table-cell;
    background: #eee;
    padding: 15px 5px;
    width: 160px;
    font-size: 14px;
    font-weight: bold;
	text-align: right;
    border-radius: 3px;
    vertical-align: top;
}
.contact_form_wrap dl dt span{
	color:red;
    margin: 0 10px;
    font-weight: normal;
    font-size: 11px;
}
.contact_form_wrap dl dd{
	padding: 5px 0 5px 10px;
    width: 360px;
    text-align: left;
    font-size: 13px;
}
.form_caution{
    font-size:11px;
    color:red;
    text-align:left;
    margin-left:10px;
}
.contact_form_wrap dl dd input[type="text"]{
	width: 100%;
    border-radius: 6px;
    padding:12px 5px;
    border: 1px solid #aaa;
    background: #f9f9f9;
    font-size: 14px;
}
.contact_form_wrap dl dd SELECT{
	width: 100px;
    border-radius: 6px;
    padding:12px 5px;
    border: 1px solid #aaa;
    background: #f9f9f9;
    font-size: 14px;
}
.contact_form_wrap dl dd SELECT.month, .contact_form_wrap dl dd SELECT.day{
	width:70px;
    margin-left:15px;
}
.contact_form_wrap dl dd textarea{
	display: block;
	width: 100%;
    border-radius: 6px;
    padding:12px 5px;
    border: 1px solid #aaa;
    background: #f9f9f9;
    font-size: 14px;
    min-height:114px;
}
.contact_form_wrap dl dd p{
	font-size: 12px;
    padding: 5px 0;
    color: #666;
    font-weight: bold;
}
.contact_form_wrap input[type="radio"]{
    display: none; 
}
.contact_form_wrap label{
	float: left;
    margin-right: 8px;
    margin-bottom:5px;
    cursor: pointer;
    padding: 12px 5px;
    font-size: 14px;
    width: 171px;
    text-align: center; 
    border-radius:6px;
    background: #eee;
}
.contact_form_wrap label:last-child{
	margin-right:0;
}
.contact_form_wrap label:hover{
	opacity: 0.8;
}
.gender_radio_men:checked + label{
	background: #00afe0;
    color:#fff;
}
.gender_radio_women:checked + label{
	background: #f286b3;
    color: #fff;
}
.otsuyon_yes + label, .otsuyon_no + label{
	position:relative;
}
.otsuyon_yes + label:before, .otsuyon_no + label:before{
	content: "";
  	display: block;
  	position: absolute;
  	top: 15px;
  	left: 40px;
  	width: 15px;
  	height: 15px;
  	border: 1px solid #999;
  	border-radius: 50%;
}
.otsuyon_yes:checked + label, .otsuyon_no:checked + label{
	color: #009a9a;
}
.otsuyon_yes:checked + label:after, .otsuyon_no:checked + label:after{
	content: "";
  	display: block;
  	position: absolute;
  	top: 17px;
  	left: 42px;
  	width: 11px;
  	height: 11px;
  	background: #009a9a;
  	border-radius: 50%;
}



.send_button_area{
    width: 100%;
    margin: 30px 0 100px; 0
}
.send_button{
    margin: 0 auto;
    display: block;
    width: 320px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    background: #66cf5a;
    background: -moz-linear-gradient(top,#66cf5a 0,#48ae3a 100%);
    background: -webkit-linear-gradient(top,#66cf5a 0,#48ae3a 100%);
    background: linear-gradient(to bottom,#66cf5a 0,#48ae3a 100%);
    border: 1px solid #4ba82f;
    border-radius: 6px;
    -moz-box-shadow: 0 -1px 0 #478d36 inset;
    -webkit-box-shadow: 0 -1px 0 #478d36 inset;
    box-shadow: 0 -1px 0 #478d36 inset;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
}
.send_button:hover{
    opacity: 0.8;
}
.send_button_area p {
    font-size: 11px;
    margin:10px 0;
}
.contact_form_wrap_check{
    border-left: 1px solid #aaa;
    border-top:1px solid #aaa;
    text-align:left;
}
.contact_form_wrap_check dl{
	display: table;
    border-right:1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
.contact_form_wrap_check dl dt{
	display: table-cell;
    background: #eee;
    font-size:13px;
    font-weight: bold;
    padding: 10px;
    width: 160px;
}
.contact_form_wrap_check dl dd{
	font-size: 13px;
    padding: 10px;
    width:360px;
}
.history_back{
    width:100%;
    text-align:left;
    margin-top:10px;
}
.history_back a{
    display:inline-block;
    font-size:12px;
    padding:8px;
   	background: -moz-linear-gradient(top,#fff 0,#f1f1f1 100%);
    background: -webkit-linear-gradient(top,#fff 0,#f1f1f1 100%);
    background: linear-gradient(to bottom,#fff 0,#f1f1f1 100%);
    border:1px solid #aaa;
    border-radius: 6px;
    text-decoration: none;
    color:#333;
    text-shadow: 1px 1px 0 #fff;
    box-shadow: 0 -1px 0 #ccc inset;
}
.history_back a:hover{
	opacity: 0.8;
}
.error_comment{
    width:100%;
    margin:20px 0;
    padding:0 10px;
    text-align:center;
    font-size:13px;
    box-sizing:border-box;
}
.error_comment p{
}
.error_comment a{
    text-decoration:none;
   	line-height:3;
}
/*-------------------------
	1058px以上
--------------------------*/
@media only screen and (min-width: 1058px){
.sp{
	display:none;
}

}

/*-------------------------
	1057px以下
--------------------------*/
@media only screen and (max-width: 1057px){
.pc{
    display:none;
}
.header_inner , .footer_inner {
	width: 98%;
}
.logo{
	float:none;
    text-align:center;
}
.logo a{
    font-size:22px;
}
.header_right{
    float:none;
    margin-top:0px;
    text-align:center;
    font-size:10px;
}
#wrapper{
	width:100%;
}
.pref_select, .city_select{
	margin-top:20px;
    padding:0 20px;
}
.pref_select select, .city_select select{
	font-size:16px;
	width: 100%;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #358D23;
    background: #edf2e8;
    background: url(../img/arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#edf2e8 100%);
    background: url(../img/arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#edf2e8 100%);
    background-size: 30px, 100%;
}
.news{
	border-radius:0;
}
.news ul li span {
	display:block;
}
#next{
	display:block;
    margin:0 auto;
    text-align:center;
    margin-top:10px;
    margin-bottom:20px;
}
#next span{
	border:1px solid #aaa;
    border-radius:5px;
    padding:5px 10px;
    font-size:13px;
}
#next_open{
	display:none;
}
.keisan_form_comment{
    font-size:11px;
}
.keisan_form_comment dl{
	padding:0 10px;
}
.keisan_form_comment dl dt {
    width: 35px;
}
.keisan_form dl{
	width:100%;
    margin-right:0;
    border-right:0;
    border-left:0;
}
.keisan_form dl dt{
    border-left:0;
}

.keisan_result{
    padding: 10px 10px;
    border:none;
    border-top:3px solid #e8aa1a;
    border-bottom:3px solid #e8aa1a;    
}
.kokuho_result_area, .ninkei_result_area{
	width:100%;
    float:none;
}
.kokuho_result_area{
    border-bottom:3px dotted #e8aa1a;
    padding-bottom:10px;
    border-right:0;
    padding-right:0;
}
.ninkei_result_area{
	padding-top:10px;
}


.keisan_result_detail{
	border:none;
    padding:10px 10px 0 10px;  
}
.keisan_result_detail_left, .keisan_result_detail_right{
	float:none;
    width:100%;
    height:auto;
}
.keisan_result_detail_right{
	margin-left:0;
    margin-top:10px;
}
.keisan_result_detail_right dl dt, .keisan_result_detail_right dl dd{
	font-size:11px;
    padding:5px 5px 5px 3px;
}
.keisan_result_detail_right dl span{
	font-size:8px;
}
.city_rate, .ninkei_rate{
	margin-top:10px;
	padding:0 10px;
    font-size:11px;
}
.city_rate dl.head, .ninkei_rate dl.head {
	font-size:11px;
}
.city_rate dl.head dd, .ninkei_rate dl.head dd {
	vertical-align:middle;
}
.city_rate dl, .ninkei_rate dl{
    font-size:11px;
}
.send_button{
	width:90%;
}
.area_search h1, .area_search h2, .keisan_form h1, .keisan_form_comment h1{
    padding: 0 10px 0 10px;
}
.update{
    margin-bottom:0;
}
.path{
    padding: 15px 15px 0px 15px;
}
.avgrate h2{
    font-size:20px;
}
.avg_left, .avg_right{
	float:none;
    width:100%;
    padding:0 10px;
    box-sizing:border-box;
}
.avgrate ul{
	padding:5px;
    text-align:left;
    box-sizing:border-box;
}
.avgrate ul li{
	display:inline-block;
    padding:5px;  
}
.avgrate ul li a{
	font-size:16px;
    font-weight:normal;
}
.avgrate h2{
}
.nensyu_table_area{
    width:100%;
}
table.nensyu_hokenryo{
    font-size:12px;
}
table.nensyu_hokenryo td{
    padding:5px;
    font-size:14px;
}
.avgrate dl{
	font-size:12px;
}
.avgrate dl.head{
    font-size:12px;
}
ul.content_side_entry_list li{
    display:inline-block;
    
}
table.syotokukoujo{
	font-size:11px;
}
/* ｽﾏﾎ用nav*********************************************** */
.nav{
	margin-top:10px;
}
.nav ul{
	border:0;
    border-bottom:0;
    padding:0 0 0 30px;
    background-image:url(../img/icon.png);
    background-position:10px 10px;
    background-repeat:no-repeat;
}
.nav ul li{
    border-right:0;
    border:1px solid #aaa;
    border-radius:5px;
    margin-bottom:3px;
    margin-right:3px;
    width:auto;
}
.nav ul li:last-child{
	border-right:1px solid #aaa;
}
.nav ul li a{
    padding:8px 10px;
    font-size:11px;
}
.nav ul li a:hover{
	background:#e9e9e9;
}
.spad_top{
	display:block;
    width:100%;
    text-align:center;
    margin-top:15px;
}
.main_coment{
	height:auto;
    margin-top:10px;
}
.main_coment h1 {
    position: absolute;
    top: 20%;
    left: 1%;
    font-size: 12px;
    padding: 2%;
    box-sizing: border-box;
    color: #333;
    background: none;
    border-radius: 5px;
    text-shadow:1px 1px 1px #f7f7f7;
    font-weight:bold;
}
.sub_coment{
    margin:5px 10px;
}
.sub_coment p{
	font-size:13px;
}
.update{
	padding:0 10px;
    box-sizing:border-box;
}
.update p{
    font-size:10px;
}
.update_city{
	padding-bottom:10px;
}
.keisan_form input[type="text"]{
	width:150px;
}
.footer{
	margin-top:0px;
}
}


