
/* ===================================================================
 リセット
=================================================================== */


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

body {
	line-height: 1.4;
	background: #fff;
	color: #333;
font-size:16px;
-webkit-text-size-adjust: 100%;

}

footer, header, menu, nav{
	display: block;
}

ul, dl {
	list-style: none;
}

p{line-height:1.6;}

#interview section p {line-height:1.4;}

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

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

img {
   vertical-align:bottom
}

input, select {
	vertical-align: middle;
}

.font_min{
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
}

body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

input, textarea {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
* html input, * html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* リンク
----------------------------------------------------*/
a {
text-decoration:none;
color:#333;
}

a:link {
color:;

}

a:visited {
color: ;
}

a:hover {
color: ;
}

a:active {
}

a:hover {
/*    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;*/
}
 
a img:hover {
filter: alpha(opacity=75);
-moz-opacity:0.75;
opacity:0.75;
cursor:pointer;
}

a.arrow01{
background:url(../img/common/arrow01.png) left 50% no-repeat;
padding-left:20px;
}

@media screen and (min-width: 480px) {/*-----------------------------*/
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
	text-decoration: none !important;
}


}/*-----------------------------*/

/* よく使うCSS3
----------------------------------------------------*/
#selectors {

/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;


/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;
}

/* 汎用
----------------------------------------------------*/
/* clerfix 
#contents:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
*/

.left{
float: left;
text-align:left;}

.right{
float: right;
text-align:left;}

.imgR {
	float: right;
	margin: 0 0 20px 20px;
}

.imgL {
	float: left;
	margin: 0 20px 20px 0;
}

.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mt_15{margin-top:-15px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt50{padding-top:50px;}
.pb30{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pl10{padding-left:10px;}


.txt11{ font-size:11px; }
.txt12{ font-size:12px; }
.txt14{ font-size:14px; }
.txt16{ font-size:16px; }
.txt18{ font-size:18px; }
.txt20{ font-size:20px; }
.txt22{ font-size:22px; }
.txt24{ font-size:24px; }
.txt28{ font-size:28px; }
.txt32{ font-size:32px; }
.txt36{ font-size:36px; }

.oh{overflow:hidden;}

.tC{
	text-align: center;
}

.tR{
	text-align: right;
}

.tL{
	text-align: left;
}

.cB{
clear:both;
}

.vm{
    vertical-align:middle;
}

.fn{
font-weight:normal;}

.fb{
font-weight:bold;
}

.w50 {
max-width:45%;}

#menu_bar,
#btn_pc,
.sp_only, .sp_only2{display:none;}

.ls{
letter-spacing:-0.1em;}

.dn{display:none;}
/*----------------------------------------------------
	#page（ページ全体）
----------------------------------------------------*/
#container {
background:url(../img/common/header_bg.gif) top center repeat-x;
width:  100%;
margin: 0 auto;
font-size: 100%;
text-align:center;
position:relative;
/* overflow:hidden;*/
}

#main_contents{
clear:both;
width:950px;
padding:0 10px;
margin-left:auto;
margin-right:auto;
}

#index #main_contents{
width:100% !important;
padding:0 !important;
}

/*----------------------------------------------------
	#contents（メインとサイド）
----------------------------------------------------*/
#contents {
display:block;
text-align:left;
margin: 0 auto;
padding-top:40px;
overflow:hidden;
}

.box1000{
clear:both;
width:1000px;
margin-left:auto;
margin-right:auto;
}

.bg_blue01{
background: url(../img/common/bg_blue.gif) #45bfe0;
}

.bg_blue01 p{
color:#fff;
}

.bg_blue01 .img{
border: 1px solid #fff !important;
}

.bg_blue02{
background:#f3f8fd;
}

/* 1カラム */
.box950{
clear:both;
width:950px;
padding:0 10px;
margin-left:auto;
margin-right:auto;
}

/* 2カラム-メイン */
.box698{
clear:both;
width:700px;
float:left;
}

/* 2カラム-サイド */
.box220{
width:220px;
float:right;
padding-bottom:40px;
}

/*----------------------------------------------------
	#header
----------------------------------------------------*/
header {
height:175px;
clear:both;
width:950px;
padding:2px 10px 0;
margin-left:auto;
margin-right:auto;
}

/*----タグライン・ロゴ----*/
header #tag_line{
color:#fff;
height:52px;
}

header #logo img{
top:68px;
position:absolute;
}


/*----お問い合わせ----*/

header .right{
width:540px;
}

header .right .tel{

line-height:1.2;
}

header .txt{
width:320px;
}

header .txt p{
font-weight:bold;
}

header .tel-link{
display:block;
}

header .tel{
overflow:hidden;
}

header .tel li{
padding-bottom:5px;
}

header .tel .base{
display:block;
float:left;
text-align:right;
width:6.4em;
padding-top:7px;
color:#ff9900;
font-size:14px;
}

header .btn {
width:220px;
}

header .btn li{
width:220px;
margin-bottom:7px;
}

/*----------------------------------------------------
	nav
----------------------------------------------------*/

nav#gnavi{ background: #fff;
border-bottom:1px solid #0e74e0;
border-top:1px solid #0e74e0;
height:68px ;
width:100%;
padding:2px 0;
}

nav#gnavi #nav_wrap{
background:#0e74e0;
}

nav#gnavi ul{ 
height:68px ;
/*background:url(../img/common/gnavi.png) 0 0 no-repeat;*/}

nav#gnavi ul li{
float:left;
display:block;
padding-top:15px;
margin:0;
text-align:center;
width:20%;
}

nav#gnavi ul.nav2021 li{
width:16.666%;
}


nav#gnavi ul li a{
color:#fff;
display:block;
height:40px;
font-size:21px;
line-height:40px;
width:100%;
border-right:1px solid #fff;
cursor:pointer;
}

nav#gnavi ul li:first-child a{ border-left:1px solid #fff;}

nav#gnavi ul li a:hover{
color:#ffcc99;
text-decoration:none;
}

#index li#nav01 a,#service li#nav02 a,#outline li#nav03 a,#about li#nav04 a,#job-offer li#nav05 a{/*color:#fdfdb0 !important;*/}


/*--スマホ用ナビ非表示--*/
#sp_menu {
display: none;
}

#btnSP{
display:none;
}

/*----------------------------------------------------
	#breadcrumb
----------------------------------------------------*/

#breadcrumb{
padding-top:15px;
padding-bottom:7px;
}

#breadcrumb ul li{
display:inline;
}

/*----------------------------------------------------
	#main contents　共通要素
----------------------------------------------------*/

#main h1{
margin-bottom:30px;
}

#main h2.stit02{
height:35px;
color:#fff;
background:#4686b8;
padding-left:15px;
padding-top:10px;
font-size:18px;
letter-spacing:0.2em;
margin-bottom:35px;
/*font-weight:normal;*/
}

#main h2.stit03{
-webkit-border-radius:6px 6px 0px 0px;
-moz-border-radius:6px 6px 0px 0px;  
border-radius:6px 6px 0px 0px;
height:35px;
color:#fff;
background:#ff9900;
padding-left:15px;
padding-top:10px;
font-size:18px;
letter-spacing:0.2em;
margin-bottom:35px;
}


h3.stit01{
width:100%;
display:block;
background: url(../img/common/bg_blue02.gif) !important;
-webkit-border-radius:6px 6px 0px 0px;
-moz-border-radius:6px 6px 0px 0px;  
border-radius:6px 6px 0px 0px;
min-height:50px;
color:#fff;
font-size:28px;
line-height:1.3;
padding:8px 20px 2px;
font-weight:normal;
-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


h4.stit03{
height:30px;
background:url(../img/common/arrow02.gif) 5px 35% no-repeat;
padding-left:30px;
padding-bottom:10px;
line-height:30px;
font-size:24px;
margin-bottom:25px;
border-bottom:2px solid #333;
font-weight:normal;
}


/*----------------------------------------------------
	sidebar
----------------------------------------------------*/

#sidebar li.snavi{
background:url(../img/common/bg_blue02.gif) ;
}

#sidebar li.snavi a{

display:block;
}

#sidebar li.snavi a.arrow01{
display:block;
color:#fff;
font-size:18px;
padding:15px 15px 15px 35px;
background:url(../img/common/arrow01.png) 15px 50% no-repeat ;
}

#sidebar li.snavi a.arrow01:hover{
}

#sidebar li.top{
-webkit-border-radius:6px 6px 0px 0px;
-moz-border-radius:6px 6px 0px 0px;  
border-radius:6px 6px 0px 0px;
border-bottom:1px solid #fff;
}

#sidebar .child{
font-size:15px;
text-align:left;
}

#sidebar ul.child li{
font-weight:bold;
font-size:14px;

}

#sidebar ul.child  a{
background:#ededed;
color:#333;
padding:8px 0px 8px 6px;
display:block;
text-indent: -1.2em;
padding-left:2em;
}

#sidebar .child  a:hover{
color:#0d73df;
}

#sidebar dl.child{
background:#ededed;
padding-bottom:4px;
}

#sidebar dl.child dt{
padding:6px 10px 4px;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
}

#sidebar dl.child dd{
list-style-type:disc !important;
list-style-position:inside !important;
padding:8px 8px 3px 3em;
text-indent:-1em;
} 

#sidebar dl.child a{
color:#333;

display:inline-block;
}


#sidebar #side_inq{
background:#fff;
border:3px solid #ff9900;
-webkit-border-radius:0px 0px 6px 6px;
-moz-border-radius:0px 0px 6px 6px;
border-radius:0px 0px 6px 6px;
position:relative;
padding-top:10px;
}

#sidebar #side_inq .tel{
margin-top:10px;
}

#sidebar #side_inq .tel dt{
color:#ff9900;
margin-top:5x;
}

#sidebar #side_inq .tel dd{
text-align:center;
}

#sidebar #side_inq .tel-link{
display:block;
 line-height: 0;
}

#sidebar a.btn_orange {
-webkit-border-radius:6px;
-moz-border-radius:6px;  
border-radius:6px;
background: #ff9900;
color:#fff;
display:block;
width:90%;
margin:0 auto 10px;
padding:10px 1%;
}

#sidebar #inq_img_side{
position:absolute;
height:auto;
bottom:0;
left:0;
}

#sidebar a.btn_orange:hover {
text-decoration:none;
background: #fdb851;
}

#sidebar #bnr_box ul{
width:220px;
}

#sidebar #bnr_box img{
max-width:100%;
height:auto;
}


/*----------------------------------------------------
	index
----------------------------------------------------*/
#index #main_img{
border-bottom:1px solid #fff;
height:512px;
background:url(../img/top/main_bg.png) 50% top #336699 repeat-x;
position:relative;
}

#index #main_img a {
position:absolute;
width:100%;
height:100%;
text-indent:-9999px;
top:0;
left:0;
z-index:99;
}

#index #contents01  ul.btn li{
display:block;
width:48%;
}

#index  #contents01 p{
font-size:18px;
}

#index #contents02 .imgR{
border:1px solid #ccc;
}

#index #contents03  ul{
overflow:hidden;
}

#index #contents03 li{
width:32.3%;
padding:1.8%;
background:#f3f8fd;
border:1px solid #4686B8;
float:left;
font-size:16px;
text-align:left;
margin-left:1.5%;
height:21em !important;
-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
position:relative;
line-height:1.7;
}

#index #contents03 li a{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
text-indent:-999px;
}

#index #contents03 li a:hover{
background-color:#fff;
filter:alpha(opacity=40);
-moz-opacity: 0.4;
opacity: 0.4;
}

#index #contents03 li img{
max-width:100%;
border:1px solid #4686B8!important;
margin-bottom:10px;
}

#index #contents03 li:first-child{
margin-left:0!important;
}

#index #contents03 li h3{
padding-top:5px;
font-size:26px;
color:#4686b8;
line-height:1.1;
text-decoration:none;
text-align:center;
margin-bottom:10px;
height:2.2em;
font-weight: normal;
}

#index #contents03 li a:hover{
text-decoration:none;
}

#index #contents03 li h3.lh2{
line-height:2.2;
}

#index #contents03 li h3 span{
display:block;
}

#index #contents03 li img{
border:1px solid #ccc;}

/*新和通商のブログ*/

#news_box h3{
width:100%;
display:block;
background:#0e74e0;
-webkit-border-radius:6px 6px 0px 0px;
-moz-border-radius:6px 6px 0px 0px;  
border-radius:6px 6px 0px 0px;
height:50px;
color:#fff;
font-size:28px;
line-height:50px;
text-align:center;
font-weight:normal;
}

#news_box ul{
font-size:18px;
overflow:hidden;
padding:30px 20px;
}

#news_box ul li{
margin-bottom:15px;}

#news_box ul li .date{
width:7em;
display:inline-block;
}

#news_box ul li .cate{
text-align:center;
color:#fff;
width:12em;
font-size:90%;
display:inline-block;
}
#news_box ul li .cate{background:#77bd38;}
#news_box ul li .cat1{background:#d39fbc;}
#news_box ul li .cat2{background:#77bd38;}


#news_box ul li a{
color:#333;
text-decoration:underline;}

#news_box ul li .article{
float:right;
width:555px;
}


/*----------------------------------------------------
	outline 会社概要ページ
----------------------------------------------------*/

#outline #contents01 .max100{
max-width:250px;
}

.txt01{
width:445px;
}

.txt02{
width:420px;
}

#outline .txt_list{
color:#527ecb;
font-size:20px;
}

#outline .txt_list li{
text-indent:-0.8em;
padding-left:0.8em;
margin-bottom:10px;
}

#outline #contents03 dt{
height:6em;
padding-right:2em;}

#outline #contents03 dd{
padding-bottom:5px;
}

.table01{

width:100%;
margin:0 auto 30px;
}

.table01 th{
border:1px solid #999;
background:#f7fcfd;
padding:15px;
width:25%;
vertical-align:middle;
font-weight:normal;
vertical-align:top;
}

.table01 th.th02{
width:5%;
}
.table01 th.th02{
width:20%;
}


.table01 td{
border:1px solid #999;
padding:15px;
width:70%;
}

#contents06 dl.add{
width:37%;
}

#contents06 #gmap{
width:60%;
position: relative;
padding: 0 0 39%;
height: 0;
overflow: hidden;
margin-bottom:30px;
float:left;
}
 
#gmap iframe,
#gmap object,
#gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#contents06 dl.add dt{
font-size:20px;
margin-bottom:30px;
}

#contents06 dl.add dd{
margin-bottom:20px;
}

/*----------------------------------------------------
	新和通商ってどんな会社？
----------------------------------------------------*/

.point{
clear:both;
overflow:hidden;
}

.point img{
width:35%;
border:1px solid #999;
}

.point .txt_box{
width:61%;
}

.point h3{
font-size:24px;
color:#666666;
}

.btn_detail a{
font-size:24px;
color:#ffffcc;
display:inline;
background:#223fb1;
padding:15px 60px;
-webkit-border-radius:6px;
-moz-border-radius:6px;  
border-radius:6px;
line-height:3em;
}

.btn_detail a:hover{
color:#fff;
background:#596ec0;
}

/*----------------------------------------------------
	はじめての方へ
----------------------------------------------------*/
.border{
border:1px solid #999;
}

ul.column2_3{
margin-left:-2.3%;
}

ul.column2_3 li{
padding:2px 1px 19px;
border:1px solid #ccc;
width:47%;
float:left;
font-size:16px;
text-align:left;
margin-left:2.3%;
margin-bottom:25px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-align:center;

}

#beginner ul.column2_3 li img.img{
max-width:95%;
height:auto;
display:block;
margin:1px auto 10px;
border:1px solid #999;
}

ul.column2_3 li span{
display:block;
height:6em;
padding:0 3% 3%;
text-align:left;
}

ul.column2_3 li h4{
border:none;
line-height:1.8;
margin-bottom:10px;
}

#beginner ul.column2_3 li h4 img{
max-width:100%;
}


/*----------------------------------------------------
	ご家族の方へ
----------------------------------------------------*/

#family dl.q_a dt{
color:#fff;
background: url(../img/common/bg_orange.gif);
font-size:24px;
padding:5px 15px 5px 50px;
text-indent:-1.3em;
}

#family dl.q_a dd{
color:#666;
background:#EDEDED;
font-size:20px;
padding:9px 15px 9px 50px;
text-indent:-1.3em;
line-height:1.4;
margin-bottom:30px;
font-weight:bold;
}

ul.column2_2{
margin-left:-3%;
}

ul.column2_2 li{
padding:3px 0 19px;
background:#F3F8FD;
border:1px solid #999;
width:46.5%;
float:left;
font-size:16px;
text-align:left;
margin-left:3%;
margin-bottom:25px;
-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
text-align:center;
}

#beginner ul.column2_2 li img.img{
max-width:95%;
height:auto;
display:block;
margin:0 auto 10px;
}

ul.column2_2 li span{
display:block;
height:7.5em;
padding:0 3% 3%;
text-align:left;
}

#recruit ul.column2_2 li span{height:4em;}

ul.column2_2 li h4{
border:none;
line-height:1.8;
margin-bottom:10px;
}

#beginner ul.column2_2 li h4 img{
max-width:100%;
}


#family ul.column2_2 li h4 img, #recruit ul.column2_2 li h4 img{
max-width:95%;
height:auto;
display:block;
margin:8px auto 10px;}

#family ul.column2_2 li a{}


#recruit .main_img01 img{
max-width: 100%;
}

/*----------------------------------------------------
	business 事業紹介
----------------------------------------------------*/
#business #contents01 h2{
margin-top:-30px;}

#business #contents01 h2 img{
display:block;
}

ul.column2{
margin-left:-3%;
}

ul.column2 li{
padding:3px;
width:46.5%;
float:left;
font-size:14px;
text-align:left;
margin-left:3%;
margin-bottom:25px;
-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

ul.column2 li h4{
font-size:20px;
color:#2680E3;
border-bottom:2px solid #999;
line-height:1.8;
margin-bottom:10px;
}

ul.column2 li img{
float:left;
max-width:45%;
height:auto;
margin:0 10px 10px 0;
border:1px solid #999;
}

ul.column2 li span{
display:block;
height:9em;
font-size:14px;
}

#business ul.column3{
margin-left:-3%;
}

#business ul.column3 li{
width:30%;
padding:10px 15px;
float:left;
font-size:14px;
text-align:left;
margin-left:3%;
background:#F9F3E8;
-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
margin-bottom:20px;
}

#business ul.column3 h4{
font-size:22px;
padding-bottom:5px;
text-align:center;
}

#business ul.column3 li img{
width:100%;
height:auto;
}

#business ul.column3 li:last-child{
margin-left:none !important;
}

#business ul.column3 li span{
display:block;
height:5.5em;
padding:4px;
}

#business ul.column4{
margin-left:-2%;
}

#business .column4 li{
text-align:center;
width:23%;
float:left;
margin-left:2%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
margin-bottom:5px;
font-weight:bold;
font-size:18px;
}

#business .column4 li span{
display:block;
height:2.6em;
line-height:1.3;}


#business ul.column4 li img{
border:1px solid #999;
display:block;
margin-bottom:5px;
max-width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#business #contents05 span.left{
display:block;
text-align:center;
width:24%;
}

#business #contents05 span.left img{
display:block;
max-width:100%;
margin-bottom:10px;
}

#business #contents05 p{
width:72%;
}

#estimate_box span{
display:block;
}

/*----------------------------------------------------
	recruit 採用情報
----------------------------------------------------*/
#visit_box{
width:100%;
position:relative;
background:#FFFFE6;
border:3px solid #9F7F76;
-webkit-border-radius:6px;
-moz-border-radius:6px;  
border-radius:6px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding:15px;
}

#visit_box h4{
color: #FF6600;
font-size:40px;
}

#visit_box h5{
color: #663333;
font-size:20px;
}

#visit_box img#img_visit{
position:absolute;
right:10px;
top:-30px;
}

#visit_box img#arrow{
position:absolute;
left:39%;
top:225px;
}

#visit_box h6{
border:1px solid #A18279;
background:#fff;
padding:15px;
text-align:center;
font-size:20px;
margin:15px auto 0;
-webkit-border-radius:6px;
-moz-border-radius:6px;  
border-radius:6px;
}

/*----------------------------------------------------
	memento 遺品整理
----------------------------------------------------*/


#memento #contents01 p{
color:#666;
}

/*
#memento h3.omakase{
text-align:center;
-webkit-border-radius:6px 6px 0 0 ;
-moz-border-radius:6px 6px 0 0;  
border-radius:6px 6px 0 0;
}
*/

#memento #omakase{
background: url(../img/memento/img.jpg) 20px 30% #fffaf1 no-repeat;
border-left: 1px solid #7ec1d8;
border-right: 1px solid #7ec1d8;
border-bottom: 1px solid #7ec1d8;
padding:20px ;
margin-bottom:30px;
}

#memento #omakase ul{
padding-left:200px ;
}

#memento #omakase li{
background:url(../img/memento/check01.gif) 0 50% no-repeat;
padding-left:28px; 
font-size:18px;
line-height:1.7;
}

#memento #omakase p{
color:#ff8b3c;
}

#memento #contents02 table{
border: 1px solid #7ec1d8;
width:100%;
margin-bottom:10px;
}

#memento #contents02  table th{
display:block;
background: url(../img/common/bg_blue02.gif) !important;
color:#fff;
font-size:24px;
padding:5px 10px;
font-weight:normal;
text-align:center;
border: 1px solid #7ec1d8;
}

#memento #contents02 table td{
font-size:18px;
border: 1px solid #7ec1d8;
background:url(../img/memento/check02.gif) 10px 50% no-repeat;
padding:8px 10px 8px 50px
}

#memento #contents02 table td span{
font-size:20px;
font-weight:bold;
}

#memento #contents02 p.txt22{
font-size:22px;
font-weight:bold;
color:#FF9900;
}

#memento table.price{
width:100%;
font-size:18px;
margin-bottom:10px;
}

#memento table.price th{
background:#5fb3cf;
border:1px solid #ccc;
color:#fff;
text-align:center;
padding:5px;
}

#memento table.price td{
border:1px solid #ccc;
padding:5px;
text-align:center;
}

#memento table.price .bg{
background:#ededed;
}

#memento #contents03 .exp{
text-indent:-1em;
padding-left:1em;
line-height:1.6;
}

#memento #contents03 h5{
color:#FF9900;
}

#memento #contents04 li{
float:left;
width:23%;
padding:5px 0;
margin:7px 1%;
background:#deb94b;
color:#fff;
-webkit-border-radius:6px;
-moz-border-radius:6px;  
border-radius:6px;
line-height:2;
font-size:20px;
text-align:center;
letter-spacing:0.1em;
}

#memento #contents05 dt{
width:24%;
text-align:center;
float:left;
}

#memento #contents05 dt img{
max-width:100%;
}

#memento #contents05 dd{
width:75%;
float:right;
}

#memento #contents05 dd span{
display:block;
font-size:20px;
font-weight:bold;
margin-bottom:20px;
}

/*----------------------------------------------------
	job-offer 募集要項ページ
----------------------------------------------------*/

#job-offer .sort_list{
overflow:hidden;
margin-bottom:30px;
text-align:left;
width:100%;
}

#job-offer .sort_list li{
display:block;
float:left;

padding:0 2% 2% 0;
}

#job-offer .sort_list li a{
display: inline-block;
margin:auto;
display:block;
font-size:18px;
color:#fff;
width:100%;
height:auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
background:url(../img/job/arrow.png) 9px 13px no-repeat #fb9802;
padding:6px 10px 6px 25px;
text-align:left;
-webkit-border-radius: 6px ;
-moz-border-radius: 6px ;
border-radius: 6px ;
line-height:1.2;
}

#job-offer .sort_list li a:hover{
opacity:0.7;
text-decoration:none;
}

.table_detail {
margin:0 auto;
width:100%;
}

.table_detail th{
border:1px solid #84cbe1;
background:#faf8f4;
padding:12px 12px;
width:22%;
font-weight:normal;
background:#faf8f4;
text-align:left;
}

/*
.w30 th{
width:30%!important;
}*/

.table_detail th.btn{
text-align:center!important;
}

.table_detail td{
border:1px solid #84cbe1;
padding:8px 12px;
width:60%;
background: #fff;
}

#job-offer .detail_box{
width:100%;
margin:0 auto 20px;
}

#job-offer .dot{
border-bottom:1px dotted #4786b8;
}

#job-offer h2.job_tit{
font-size:24px;
padding:8px 15px;
margin-bottom:30px;
color:#fff;
background:url(../img/common/bg_gray.gif);
/* 角丸 */
	-webkit-border-radius: 10px 10px 0 0 ;
	-moz-border-radius: 10px 10px 0 0 ;
	border-radius:  10px 10px 0 0 ;
font-weight:normal;
}

#job-offer h2.job_tit02{
font-size:26px;
padding:5px;
margin-bottom:30px;
background:#EDEDED;
}

#job-offer h2.job_tit02 span{
border-left:5px solid #0E77E4;
padding:12px 12px;
display:block;
}

#job-offer .detail_box h4{
padding:15px;
font-size:20px;
/*border-left:6px solid #4786b8; */
color:#333;
background:#83cae0;
}

#job-offer .detail_box h4{
font-size:22px;
/*border-left:6px solid #4786b8; 
color:#fff;*/
}


#job-offer .btn_detail{
margin-top:-30px;
float:right;
padding:8px 12px 6px;
-webkit-border-radius:2px;
-moz-border-radius:2px;  
border-radius:2px;
background:#ffffe6;
}

#job-offer .btn_detail a{
background: url(../img/common/arrow02.png) 0 50% no-repeat ;
/*color:#fff;*/
text-decoration:none;
padding-left:15px;
}

#job-offer .btn_detail a:hover{
text-decoration:underline;
}

#job-offer .work_sec{
border-bottom:1px dotted #4786b8;
padding-bottom:20px;}

#job-offer h3.stit03{
height:30px;
background:url(../img/common/arrow02.gif) 5px 35% no-repeat;
padding-left:30px;
padding-bottom:10px;
line-height:30px;
font-size:24px;
margin-bottom:25px;
border-bottom:2px solid #333;
font-weight:normal;
}

#job-offer .work_sec img.max100{
max-width:300px;
}

#job-offer ul.feature{
margin-left:-3%;}

#job-offer ul.feature li{
width:30.1%;
float:left;
margin-left:3%;
}

#job-offer ul.feature li span{
display:inline-block;
height:12em;
}

#job-offer ul.feature li img{
max-width:100%;
padding-bottom:7px;
}

#job-offer .flow{
margin:0 auto 30px;
width:100%;
border:3px solid #84CBE1;
padding:20px 20px 20px 18px;
background:#FAF8F4;
-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#job-offer .flow th{
height:2em;
text-align:left;
font-size:110%;
line-height:2;
padding-left:30px;
}

#job-offer .flow th.time{
background:url(../img/common/icon_time.gif) 2px 40% no-repeat;
}

#job-offer .flow th.txt{
color :#4679C3;
font-size:24px;
font-weight:bold;
}

#job-offer .flow td.txt{
vertical-align:top;
padding-left:30px;
padding-top:10px
}

#job-offer .flow_img {
width:40%;
padding-left:20px;
padding-bottom:15px;
}

#job-offer .flow_img img{
max-width:100%;
}

#message_box p{
width:70%;}

#message_box .imgL{
width:27%;
}

/*----------------------------------------------------
	応募フォーム
----------------------------------------------------*/

#entry .message th{
padding:0;
}

#entry .message td {
width:100%;
padding:0;}
#entry .message td span{
display:block;
background:#DEDEDE;
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
padding:15px 25px;
font-size:21px;
}

.vt{ vertical-align:top;}


#form_box h3{
display:block;
width:100%;
background: url(../img/common/bg_orange.gif) ;
-webkit-border-radius:6px 6px 0px 0px;
-moz-border-radius:6px 6px 0px 0px;  
border-radius:6px 6px 0px 0px;
height:50px;
color:#fff;
font-size:30px;
line-height:50px;
padding-left:20px;
font-weight:normal;
-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#form_box .tel-link {
font-size:28px;
color:#ff9900;
font-weight:bold;
}


.table_form{
width:100%;
margin:0 auto 10px;
}

.table_form th{
border:1px solid #4786b8;
background:#f2f6fa;
padding:15px;
width:30%;
font-weight:normal;
vertical-align:top;
text-align:left;
}

.table_form td{
border:1px solid #4786b8;
padding:15px;
width:70%;
}


/*table green -inquiry formに使用- */

.table_green{
border-left:1px solid #bbb;
border-right:1px solid #bbb;
margin:0 auto 30px;
width:100%;
}

.table_green th{
border-top:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #bbb;
background:#dbf2ed;
padding:12px 12px;
width:28%;
font-weight:normal;
vertical-align:top;
text-align:left;
}

.table_green td{
border-top:1px solid #bbb;
border-left:1px solid #bbb;
border-bottom:1px solid #bbb;
padding:8px 12px;
width:72%;
background: #fff;
}


table.confirm td{
color:#111;
font-weight:bold;
}

#entry .message {
width:90%;
overflow:hidden;
clear:both;
border-collapse:collapse;
}

#form .form_flow{
background:url(../img/common/arrow_form.gif) 31.9% 50% no-repeat;
}

#contact #form #form_flow_wrap{
background:url(../img/common/arrow_form.gif) 66% 50% no-repeat;
}

#form .form_flow li{
width:30.3%;
float:left;
margin-right:2.8%;
background:#f7f7f7;
display:block;
text-align:center;
padding:15px 0;
}

#form .form_flow li{
border:1px solid #4786b8;
color:#4786b8;}


#form .form_flow li.on{
border:1px solid #ff9900 !important;
color:#ff9900 !important;
/*background:#ffffe6;*/
}

#form .form_flow li.last{
margin-right:0 !important;
}

#job-offer #form .form_flow,
#entry #form .form_flow{
background:url(../img/common/arrow_form.gif) 50% 50% no-repeat;
width:430px;
max-width: 95%;
margin-left: auto;
margin-right: auto;
}

/*
#form #form_flow_wrap{
background:url(../img/common/arrow_form.gif) 66% 50% no-repeat;
}*/


#job-offer #form .form_flow li,
#entry #form .form_flow li{
width:47%;
float:left;
background:#f7f7f7;
display:block;
text-align:center;
padding:15px 0;
margin-right:0;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
}


#job-offer #form .form_flow li:first-child,
#entry #form .form_flow li:first-child{
margin-right:6%;
}


#job-offer  #form .form_flow li:nth-child(3),
#entry #form .form_flow li:nth-child(3){
display: none;
}


#form table .must{
color:#F00;
padding-left:5px;
font-size:95%;
}

#form table .error {
margin-top: 5px;
font-size:90%;
color:#F00;
display:block;
font-weight:normal;
}


#form table input,#form table textarea{
font-size:14px;
}

#form table td input[type="text"]{
width:90%;
}

.entry_btn,
.submit,{
	text-align: center;
	margin: 0 0 50px 0;
}


#form .btn{
overflow:hidden;
margin:0 auto 10px;
background:#fff;
padding:10px 0 0;
}

#form .btn input{
display:inline-block;
width: 250px;
font-size: 20px;
color: #fff;
letter-spacing: 2px;
text-align: center;
margin: 0 auto;
padding: 15px 0;
border: none;
border-radius: 0;
cursor:pointer;
font-family: 'Arial','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#form .submit{text-align:center;}

#form .submit input{
background: #ff9900;
}

#form .back input{
background: #999;
}

#form .back{
display:block;
float:left;
width:48%;
text-align:right !important;
}

#form .submit_wrap{
display:block;
float:right;
width:48%;
/*text-align:left;*/
}

.entry_btn a{
margin: 0 !important;
}

#form .submit_wrap .submit input[type="submit"]{
margin: 0 !important;
}

#form .btn input:hover{
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
text-decoration:none;
}

/*----------------------------------------------------
	ブログ
----------------------------------------------------*/

#blog article{
overflow:hidden;}

#blog article h3{
margin-bottom:1em;
}

#blog article h3 a{
color:#fff;
text-decoration:underline;
}

#blog article h3 a:hover{
text-decoration:none;
}

#blog article p{
clear:both;
overflow:hidden;
}

#blog article p.txt{
}

#blog article .date{
font-size:20px;
display:inline-block;
float:left;
width:6.5em;
}

#blog article .cate{
text-align:center;
color:#fff;
width:6.5em;
display:inline-block;
float:left;
font-size:18px;
}

#blog article .cat1{background:#d39fbc;}
#blog article .cat2{background:#77bd38;}

#blog .archive_list article{
overflow:hidden;
margin-bottom:20px;
}

#blog .archive_list p.txt{
width:95%;
}

#blog .archive_list p.txt img{
margin-bottom:20px;
width:40%;
}


#blog span.more a{
float:right;
text-decoration:underline;
}

#blog span.more a:hover{
color:#0d73df;
text-decoration:none !important;
}

/*ページナビ*/
#blog .pagenavi{
background:url(../img/common/dot.gif) 0 top repeat-x;
padding-top:20px;
}

#blog .archive_list .pagenavi{
background:none !important;
padding-top:5px !important;
}

.pagenavi .btn{
overflow:hidden;
}

.pagenavi .btn .next{
float:right;

}

.pagenavi .btn .previous{
float:left;

}

/*----------------------------------------------------
	#お問い合わせBOX
----------------------------------------------------*/

#contact_box{
margin-left:-13px;
}

#contact_box dl.column3{
width:220px;
float:left;
font-size:14px;
margin-left:13px;
margin-bottom:20px;
}

#contact_box dt{
-webkit-border-radius: 6px 6px 0 0 ;
-moz-border-radius: 6px 6px 0 0 ;
border-radius: 6px 6px 0 0 ;
background: url(../img/common/bg_orange.gif);
padding:5px 0;
color:#fff;

}

#contact_box dd{
padding:10px;
border-left:1px solid #FF9C23;
border-right:1px solid #FF9C23;
border-bottom:1px solid #FF9C23;
background:#FFFFCC;
text-align:center;
height:5.5em;
}

#contact_box dd.mail{
padding:5px 10px 10px;}

#contact_box .base{
color:#669900;
display:block;
}

#contact_box .tel-link{
color:#669900;
font-size:26px;
display:inline-block;
background:url(../img/common/icon_tel.gif) 0 50% no-repeat;
padding-left:24px;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0.03em;
}

#contact_box .fax{
font-weight:bold;
color:#669900;
font-size:26px;
display:inline-block;
background:url(../img/common/icon_fax.gif) 0 50% no-repeat;
padding-left:25px;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:0.03em;
}

#contact_box .email a{
font-weight:bold;
color:#669900;
font-size:18px;
white-space:nowrap;
line-height:2.3;
background:url(../img/common/icon_email.gif) 0 50% no-repeat;
padding-left:20px;
}

#contact_box .email.txt13 a{
font-size:14px;
background:url(../img/common/icon_email.gif) 0 50% no-repeat;
background-size: 18px auto;
padding-left:20px;
}

#contact_box #icon_tel{
background: url(../img/inq/icon_tel.gif) 0 40% no-repeat;
padding-left:20px;
}

#contact_box #icon_fax{
background: url(../img/inq/icon_fax.gif) 0 40% no-repeat;
padding-left:25px;
}

#contact_box dt span{
display:block;
}

/*----------------------------------------------------
	#お問い合わせ 2
----------------------------------------------------*/

#inq_box{
background:#ffffe6;
border:1px solid #4686B8;
text-align:left;
margin:0 auto 30px;
-webkit-border-radius:6px 6px 6px 6px;
-moz-border-radius:6px 6px 6px 6px;  
border-radius:6px 6px 6px 6px;
position:relative;
width:821px;
padding-left:270px;
padding-top:20px;
padding-bottom:5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#inq_box .btn{overflow:hidden;}

#inq_box #inq_img{
bottom:0px;
left:40px;
position:absolute;
}

#inq_box h4{
font-size:24px;
margin-bottom:10px;
}

#inq_box .tel dt{
color:#ff9900;
font-size:18px;
overflow:hidden;
padding-bottom:5px;
}

#inq_box span.base02{
display:inline-block;
width:3.4em;
line-height:1.2em;
}

#inq_box span.base01{
display:inline-block;
width:4em;
line-height:2em;
}

#inq_box .tel-link{
display:inline;
}

#inq_box span.txt{
float:left;}


#inq_box .tel-link img{
vertical-align: top;
max-width:100%;}

#inq_box .btn{
clear:both;
padding-top:5px;
margin-bottom:10px;
}

#inq_box .btn li{
display:inline;
padding-right:5px;

}

.btn_line{
text-align: center;
margin-bottom: 40px;
}

.btn_line img{
max-width:90%;
display: inline-block;
}


.btn_line02 img{
width:81px;
height:auto;
}

.btn_line02 a:hover img,
.btn_line a:hover img{
-webkit-transition: all .4s linear;
transition: all .4s linear;
}


.fix_btn{
position: fixed;
width:81px;
z-index: 999;
top:10%;
left:0;
}

/*----------------------------------------------------
	#footer
----------------------------------------------------*/
footer {
clear:both;
/*	height: 350px;*/
background: #0e74e0;
padding-top:30px;
}

#footer #logo02 img {
    height: 40px;
    width: auto;
}

#footer a,
#footer{
color:#fff;
}

footer .add{
padding-top:15px;
}

footer ul{

text-align:left;
float:left;
}

footer ul.nav01{
width:10em;
}

footer ul.nav02{
width:12em;
}

footer ul.nav03{
width:12em;
}

footer li {
display:block;
padding:3px 0 3px 3px;
text-indent: -1em;
padding-left:1em;
}

footer li a{
color:#fff;
text-decoration:none;
}

footer li a:hover{
text-decoration:underline;
}

#copyright{
padding:2px 0;
font-size:14px;
clear:both;
display:block;
background:#fcf11b;
text-align:center;
border-bottom:50px solid #e52e33;
}

#btm_contact{
display:none;}


/*----------------------------------------------------
	座談会 2018/1
----------------------------------------------------*/
#interview h2.stit01{
color:#fff;
font-size:28px;
background:url(../img/interview/bg01.png) ;
line-height: 50px;
text-align: center;
margin-bottom: 20px;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}

#interview table{
width:100%;
line-height: 1.4;
}

#interview td{
vertical-align: middle;
}

#interview td.img{
width:150px;
}

#interview td.txt{
font-size:18px;
}

#interview td.txt p{
min-height: 5.2em;
position: relative;
}

#interview td.txt p.l4{
min-height: 7em;
}

#interview td span{
padding: 5px 20px;
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
      box-sizing: border-box;
width:540px;
vertical-align: middle;
display: inline-block;
position: absolute;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}

#interview .c01 p{
background:#ffe3ea;
}

#interview .c02 p{
background:#d3f4a8;
}

#interview .c03 p{
background:#ffff99;
}

#interview .c04 p{
background:#ffefd6;
}

#interview .c05 p{
background:#c3fbff;
}

#interview .c06 p{
background:#eed1f0;
}

#kengaku h3{
color:#ff9900;
text-align: center;
font-size:28px;
margin-bottom: 5px;
}