@charset "utf-8";
/*-------------- common --------------*/
body {
	font-size:0.88rem;
}
.inner {
	width:300px;
	margin:0 auto;
	overflow:hidden;
}
header {
	overflow:hidden;
	border-top:solid 3px #e05b04;
}
header .main_logo {
	float:left;
	width:134px;
	margin:12px 0 0 10px;
}
header .menu {
	float:right;
	width:40px;
	height:44px;
}
.area_img {
	background:#ededed;
	padding:25px 0 20px;
	margin-top:70px;
}
footer {
	background:#313030;
	text-align:center;
}
footer h3 {
	margin:30px 0;
}
footer ul {
	margin:10px 0 30px;
}
footer .mobile {
	margin:10px 0 20px;
}
footer .copyright {
	background:#000000;
	color:#FFFFFF;
	padding:30px 0;
	margin-top:30px;
}
ul.nav {
	background:#000000;
}
ul.nav li {
	background:url(../img/arrow.png) 96% 50% no-repeat;
	background-size:6px 10px;
	border-bottom:solid 1px #333333;
}
ul.nav a {
	display:block;
	padding:15px;
}
ul.nav a img {
	vertical-align:text-bottom;
}
hr.s_border {
	margin:20px 0 15px;
	border:none;
	border-bottom:1px solid #d0cfd0;
}
.s_top_img {
	text-align:center;
}
.download {
	border:solid 2px #dcdcdc;
	background:#f3f2f2;
	text-align:center;
	padding:20px 0;
	margin:20px auto 40px;
}
.download p {
	margin-bottom:15px;
	color:#232975;
	font-weight:bold;
}
.text_zone p, .list_zone ul, .list_zone p {
	width:285px;
	margin:0 auto;
}
/*-------------- 見出し装飾 --------------*/
.s_title {
	padding-left:10px;
	line-height:30px;
	border-left:solid 5px #232975;
	color:#232975;
	font-weight:bold;
	letter-spacing:0.1rem;
	margin:25px auto 20px;
	font-size:1rem;
	width:285px;
}
.s_title_blog {
	color:#195916;
	border-left:solid 5px #195916;
}
.sub_section {
	background:url(../img/title_bg.png) repeat-y left top;
	padding:4px 0 2px 12px;
	color:#FFF;
	margin:20px 0 15px;
	font-weight:bold;
}
.faq .sub_section {
	padding:4px 0 2px 28px;
	text-indent:-23px;
}
.sub_section img {
	display:inline-block;
	margin-right:7px;
}
ul.step_list .step {
	background:#e59017;
	padding:4px 0 3px 8px;
	color:#FFF;
	font-weight:bold;
}
/*-------------- modal --------------*/
#lean_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}
#nav_area {
	width:100%;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
	display: none;
}
.close_area {
	width:100%;
	margin:0 auto;
	position:relative;
}
.modal_close {
	background:url(../img/menu_btn_on.png);
	background-size:40px 44px;
	width:40px;
	height:44px;
	display:block;
	position:absolute;
	right:0;
	top:-45px;
}
/*-------------- top --------------*/

.bxslider img {
	width:100%;
	height:100%;
}
.contact_area ul {
	width:266px;
	border:solid 2px #fed9bd;
	background:#fdf7f2;
	padding:20px 15px;
	margin:20px auto 0;
}
.contact_area li:first-child {
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:1px dotted #000;
}
.service_box {
	border-bottom:solid 1px #d0cfd0;
	padding-bottom:15px;
	margin-bottom:25px;
}
.service_box p.text {
	color:#232975;
	margin:10px 0;
}
.news_area .article_title {
	position:relative;
	width:300px;
	margin:0 auto;
}
.news_area .btn_more {
	position:absolute;
	top:4px;
	right:0;
}
.news_area a {
	text-decoration:underline;
}
.rssBody a {
	display:block;
	width:300px;
	margin:0 auto;
}
.news_area li {
	border-bottom:solid 1px #d0cfd0;
	padding-bottom:15px;
	margin-bottom:20px;
}
.news_area p.time {
	font-size:0.75rem;
	margin-bottom:3px;
	color:#666666;
	text-align:left;
}
/*-------------- service --------------*/

ul.service_list01 li {
	overflow:hidden;
}
ul.service_list01 li+li {
	margin-top:20px;
}
ul.service_list01 p.img {
	float:left;
	width:36px;
}
ul.service_list01 p.text {
	float:right;
	width:254px;
}
ul.service_list02 p.img {
	text-align:center;
}
ul.service_list02 p.text {
	width:260px;
	margin:10px auto 20px;
	text-indent:-1em;
	padding-left:1em;
}
ul.list_disc {
	list-style-type:disc;
	list-style-position:inside;
}
ul.list_mark li {
	background:url(../img/list_mark.png) left center no-repeat;
	background-size:9px 11px;
	padding-left:1.5em;
}
ul.step_list p {
	padding:0.8em 0 0 1em;
	text-indent:-1em;
}
ul.step_list li+li:before {
	content:url('../img/next.png');
	display:block;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	margin-left:14px;
}
ul.step_list .att {
	color:#d31010;
}
/*-------------- privacy --------------*/
.privacy {
	font-size:0.94em;
}
ul.privacy_list {
	text-indent:-1.7em;
	padding-left:1.7em;
	width:260px;
	margin:20px auto 0;
}
/*-------------- faq --------------*/
.question {
	position:relative;
	top:1px;
}
.faq .list_zone p {
	width:268px;
	padding-left:16px;
	text-indent:-20px;
}
.faq .list_zone span {
	color:#2b8cc9;
	font-weight:bold;
}
/*-------------- company --------------*/

dl.company dt {
	background:#efefef;
	border:solid 1px #d8d8d8;
	padding:5px 0 3px 8px;
	color:#333333;
	font-weight:bold;
}
dl.company dd {
	padding:15px 5px 17px 8px;
}
dl.company dd p+p {
	margin-top:20px;
}
.map_img {
	margin-top:10px;
}
.news_margin {
	margin-bottom:40px;
}
/*-------------- form --------------*/
.form_text {
	margin:40px 0 20px;
}
.f_cat {
	background:#efefef;
	border:solid 1px #d8d8d8;
	padding:4px 0 2px 8px;
	color:#333333;
	font-weight:bold;
	margin:20px 0 15px;
}
input[type="text"], input[type="email"] {
	width:94%;
	font-size:1.0rem;
	line-height:1.4rem;
}
.f_cat span {
	font-weight:none;
	font-size:0.75rem;
}
.f_cat .need {
	background:url(../img/contact_tag.png) no-repeat;
	background-size:32px 15px;
	background-position:97% center;
	color:#333333;
	font-weight:bold;
}
textarea {
	resize:none;
	width:98%;
	font-size:1.0rem;
	line-height:1.4rem;
}
.radio_list label+label {
	margin-left:8px;
}
.form_btn {
	text-align:center;
}
input[type="submit"] {
	background:url(../img/contact_btn02.png) no-repeat left top;
	background-size:114px 36px;
	width:114px;
	height:36px;
	border:none;
	text-indent:-1000%;
	margin-left:15px;
}
input[type="reset"] {
	background:url(../img/contact_btn01.png) no-repeat left top;
	background-size:114px 36px;
	width:114px;
	height:36px;
	border:none;
	text-indent:-1000%;
}
.thanks_text {
	margin-top:20px;
}
.thanks_back {
	color:#0000FF;
	text-decoration:underline;
}

/*------------------ recruit -----------------------------------*/
.recruit .text p+p{
	margin-top:8px;
}
.recruit .text p:nth-last-child(1){
	margin-bottom:24px;
}
.recruit h3{
  font-size:16px;
  color:#1e2773;
  font-weight:bold;
}
.recruit h3+table{
  margin-top:16px;
}
.recruit table{
	margin-bottom:50px;
}
.recruit th{
	padding:0 16px;
	text-align:center;
	border:1px solid #dad8d8;
	background:#f0efef;
	vertical-align:middle;
	padding-top:3px;
	font-weight:bold;
	white-space:nowrap;
}
.recruit td{
	border:1px solid #dad8d8;
	padding:15px 20px;
}
.recruit .btn{
	width:100%;
	background:#202569;
	display: inline-block;
	color:white;
	text-align: center;
	padding: 20px 0;
	text-decoration: none;
	border-radius: 4px;
	font-size:16px;
	opacity: 1;
	transition-duration: .3s;
	margin-top:64px;
}
.recruit .btn:hover{
	opacity: .8;

}
.ta-c{
	text-align:center;
}
