@charset "UTF-8";

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,img,ins,kbd,q,s,samp,strike,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,textarea,select{outline:none;border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}.clear{clear:both}.clearfix:after{content:" ";display:table;clear:both}.clearfix{*zoom:1}ul,ol{list-style:none;}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body *{max-height:99999em}body img{max-height:none;display:inline-block;vertical-align:middle}


/*===== COMMON =====*/

*,
*:before,
*:after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
img, audio, video, canvas {
	max-width: 100%;
}

html, body {
	width: 100%;
	min-height: 100%;
}

/* Base */

html {
	font-size: 62.5%;
}
body {
	color: #333333;
	font-family: "Verdana", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 1.4rem;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
}

.lato{
	font-family: 'Lato', sans-serif;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

img {
	border: none;
}

.trans {
	opacity: 1;
}
.trans:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8;
}
.container {
	width: 100%;
	min-width: 1040px;
	overflow: hidden;
}
.wrapper {
	width: 1040px;
	margin: 0 auto;
}

span.sup-text{
	font-size: 1.0rem;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

/* Table */

.tb {
	display: table;
	border-collapse: collapse;
	table-layout: fixed;
}
.tb .tr {
	display: table-row;
}
.tb .th,
.tb .td {
	display: table-cell;
}

/* common */

.hidden {
	display: none;
	visibility: hidden;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-indent {
	padding-left: 1em;
	text-indent: -1em;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
	text-justify: distribute;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-danger {
	color: #e50000;
}
.list-inline > li {
	display: inline-block;
}
.mb0 {
	margin-bottom: 0 !important;
}
.full-width {
	width: 100%;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

/* Heading */

.gb-ttl {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}
.entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.5;
	padding: 0 15px 60px;
	border-bottom: 1px dotted #ccc;
	text-align: center;
}

/* Button */

.gb-btn {
	display: inline-block;
	width: 120px;
	height: 34px;
	line-height: 32px;
	padding: 0 5px;
	text-align: center;
	color: #666;
	border: 1px solid #666;
	background-color: #fff;
}

/*===== LAYOUT =====*/

/* Header */

header {
	background: #f8f8f8;
	padding: 9px 0 0;
}
.head-bar .logo {
	float: left;
	margin-top: 9px;
}
.head-bar .user {
	float: right;
}
.head-bar .user-link {
	float: left;
}
.head-bar .user-link li {
	float: left;
	margin-left: 17px;
}
.head-bar .user-link li:first-child {
	margin-left: 0;
}
.head-bar .user-link li a {
	font-size: 1.1rem;
}
.head-bar .user-search {
	float: left;
	margin-left: 22px;
	border: 1px solid transparent;
	line-height: 1;
	padding: 2px;
}
.head-bar .user-search.active {
	border-color: #d6d6d6;
	background: #fff;
}
.head-bar .user-search .search-key {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 18px;
	background: none;
	padding: 0 3px;
	font-size: 1.1rem;
}
.head-bar .user-search .search-btn {
	width: 15px;
	height: 15px;
	background: url(../img/ico_search.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.head-bar .user-brand {
	float: left;
	margin-top: 6px;
	margin-left: 20px;
}
.head-nav {
}
.head-nav .nav-bar li {
	float: left;
	line-height: 1;
	margin-left: 53px;
}
.head-nav .nav-bar li:first-child {
	margin-left: 0;
}
.head-nav .nav-bar li a {
	display: inline-block;
	padding: 10px 0 14px 0;
	font-size: 1.6rem;
}

/* flexnav */
.head-nav .nav-bar .nav-products {
	position: relative;
}
.head-nav .nav-bar .nav-products i {
	display: none;
}
.head-nav .nav-bar .nav-products .nav-products-sub {
	display: none;
	position: absolute;
	top: 40px;
	left: -20px;
	z-index: 9;
}
.head-nav .nav-bar .nav-products .nav-products-sub li {
	float: none;
	margin: 0;
	border-bottom: 1px solid #e6e6e6;
}
.head-nav .nav-bar .nav-products .nav-products-sub li a {
	display: block;
	background-color: #fff;
	/*width: 210px;*/
	width:310px 	!important;
	padding: 15px 0 15px 20px;
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: normal;
}


/* Footer */

footer {
	color: #666;
	font-size: 1rem;
	position: relative;
}
footer a {
	color: #666;
}
.ft-breadcrumb {
	margin-top: 115px;
	height: auto;
	padding: 9px 0;
}
.breadcrumb li {
	display: inline-block;
	margin-left: 5px;
	font-size: 1.1rem;
}
.breadcrumb li:first-child {
	margin-left: 0;
}
.breadcrumb li:before {
	content: "＞";
	padding-right: 7px;
}
.breadcrumb li:first-child:before {
	display: none;
}
.breadcrumb li span {
	display: inline-block;
	vertical-align: middle;
}
.back-top {
	display: none;
	width: 45px;
	height: 45px;
	cursor: pointer;
	position: fixed;
	right: 60px;
	bottom: 60px;
	margin: 0;
	z-index: 500;
}
.ft-main {
	background: #f5f5f5;
	padding: 13px 0 36px;
	position: relative;
}
.ft-sitemap .row .col01 {
	float: left;
	width: 160px;
	padding-right: 10px;
}

.ft-sitemap .row .col02 {
	float: left;
	width: 200px;
	padding-right: 10px;
}

.ft-sitemap .row .col03 {
	float: left;
	width: 195px;
	padding-right: 10px;
}

.ft-sitemap .row .col04{
	float: left;
	width: 120px;
	padding-right: 10px;
}

.ft-sitemap .row .col05 {
	float: left;
	width: 125px;
	padding-right: 10px;
}

.ft-sitemap .row .col06 {
	float: left;
	width: 115px;
	padding-right: 10px;
}

.ft-sitemap .row .col07 {
	float: left;
	width: 125px;
	padding-right: 10px;
}

.ft-sitemap .row .col {
	float: left;
	width: 100px;
	padding-right: 10px;
}

.mod-ft-site {
	margin-top: 12px;
}
.mod-ft-site:first-child {
	margin-top: 0;
}
.mod-ft-site .mod-ttl {
	font-size: 1.1rem;
	font-weight: bold;
}
.mod-ft-site .mod-cnt {
	margin-top: 3px;
}
.ft-info {
	margin-top: 23px;
	border-top: 1px solid #d6d6d6;
	padding-top: 10px;
}
.ft-info .row .col-l {
	float: left;
}
.ft-info .row .col-r {
	float: right;
}
.ls-ft-nav li {
	float: left;
	margin-left: 10px;
}
.ls-ft-nav li:first-child {
	margin-left: 0;
}
.ft-info .copyright {
	margin-top: 10px;
}
.ft-ct-btn .btn {
	display: block;
	width: 160px;
	height: 36px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 34px;
	border: 1px solid #d6d6d6;
	background: #fff;
	text-align: center;
	padding: 0 5px;
}
.ft-ct-des {
	text-align: right;
	margin-top: 10px;
}

/* Modules */

.ls-news .ls {
	padding: 8px 0;
	border-bottom: 1px solid #e6e6e6;
}
.ls-news .ls .date {
	float: left;
	width: 110px;
	padding-right: 10px;
}
.ls-news .ls .cate {
	float: left;
	width: 110px;
	margin-right: 17px;
}
.ls-news .ls .cate span {
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
	text-align: center;
	font-size: 11px;
	background: #4c7ecc;
	color: #fff;
}
.ls-news .ls .desc {
	overflow: hidden;
	margin-left: 17px;
}

/* Main Visual */

.main-visual {
	height: 240px;
	background-color: #333;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 90px;
}
.main-visual.vis-agent{
	background-image: url(../../agent/img/main-visual.jpg);
    background-color: #b1e1fc;
}
.main-visual.vis-faq{
	background-image: url(../../faq/img/main-visual.jpg);
    background-color: #aeb5bf;
}
.main-visual.vis-recruit{
	background-image: url(../../recruit/img/main-visual.jpg);
    background-color: #a5baba;
}

.main-visual .page-title {
	padding-top: 8px;
}
.main-visual .page-title img {
	display: block;
}

/* Common Heading */

.ttl-cmon-2 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	color: #333333;
	background: #f2f2f2;
	border-bottom: 3px solid #cfcfcf;
	padding: 13px 0 9px;
}


/* overlay */
.ol_wrap {
	display: none;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	text-align: center;
}
.ol_wrap .ol_content {
	position: absolute;
	display: inline-block;
	left: 50%;
	padding: 30px 0 0 0;
}
.ol_wrap .ol_content .ol_close {
	text-align: right;
	height: 25px;
	margin: 0 0 15px 0;
	overflow: hidden;
}
.ol_wrap .ol_content .ol_close a {
	display: inline-block;
	background-image: url(../../common/img/ico_close.png);
    background-repeat: no-repeat;
    background-position: 0 0;
	width: 25px;
	height: 0;
	padding-top: 25px;
	overflow: hidden;
}
.ol_wrap .ol_content .ol_pic {
}


