@charset "UTF-8";
html{color:#000;background:#FFF}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,figure,figcaption{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
abbr,acronym{border:0;font-variant:normal}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
input,textarea,select{font-size:100%}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section { display: block }
caption { text-align: left; }
img { vertical-align: top; }
html {font-size: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
main {display: block;/* for IE */}
address,caption,cite,code,dfn,em,strong,var,b {font-style: normal;font-weight: normal;}
input,button,textarea,select {font-size: 100%;font-family: inherit;color: inherit;}
input[type="checkbox"],input[type="radio"] {box-sizing: border-box;padding: 0;}
textarea {overflow: auto;vertical-align: top;}
li {list-style: none;}
i { font-weight: normal;font-style: normal;}
.sp {display: none !important;}
 input[type="button"],input[type="submit"] {border-radius: 0;-webkit-appearance: none;}

/*==================================================
Body_Bace
==================================================*/
body {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 170%;
	letter-spacing: 0.05em;
	color: #333;
	background: #fff;
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	word-wrap: break-word;
}
#wapper {
	position: relative;
}
.tagline p,
.header,
#gnav ul,
.main,
.sec_inr {
	width: 1000px;
	margin: 0 auto;
}

/*------ link ------*/
a,a:hover {
	color: #413d3b;
	text-decoration: none;
}
p.link a {
	color: #00589e;
	text-decoration: underline;
}
p.txtlink a {
	position: relative;
	padding: 0	0 0 18px;
	color: #a80f0f;
	text-decoration: underline;
}
p.txtlink a::after {
	position: absolute;
	top: -2px;
	left: 0;
	content: "\e604";
}

/*==================================================
#Header
==================================================*/
.tagline {
	padding: 5px;
	color: #fff;
	font-size: 12px;
	background: #00589e;
}
.tagline br {
	display: none;
}
#header {
	border-bottom: 1px solid #d9d9d9;
	background: #fff;
}
.header {
	overflow: hidden;
	padding: 16px 0;
}
.header h1 {
	padding: 10px 0 0;
	float: left;
}

/* aside */
.header .aside {
	float: right;
}
.header .leftbox {
	width: 165px;
	float: left;
	padding: 8px 25px 0 0;
}
.header .freecall {
	float: right;
}
.header .size {
	font-size: 12px;
}
.header .size dt {
	width: 68px;
	float: left;
	padding: 3px 0 0;
}
.header .size dd li {
	display: inline;
	margin: 1px;
}
.header .size dd li a {
	display: inline-block;
	width: 43px;
	padding: 2px 0;
	color: #fff;
	text-align: center;
	background: #7b7b7b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.header .size dd li a.current,
.header .size dd li a:hover {
	background: #00589e;
	opacity: 1 !important;
}
.header .link {
	padding: 10px 0 0;
	font-size: 12px;
	text-align: right;
}
.header .link li {
	display: inline-block;
}
.header .link li a {
	display: block;
	padding: 5px 15px;
	line-height: 100%;
}
.header .link li+li a {
	padding-right: 6px;
	border-left: 1px solid #ccc;
}

/* gnav
-------------------------------------*/
#gnav {
	padding: 17px 0 10px;
	background: #fff;
}
#gnav li {
	width: 152px;
	float:left;
	font-size: 15px;
	text-align: center;
}
#gnav li a {
	display: block;
	padding: 5px 0;
	border-right: 1px solid #d9d9d9;
	border-bottom: 3px solid #fff;
	opacity: 1 !important;
}
#gnav li a.current,
#gnav li a:hover {
	border-bottom: 3px solid #00589e;
}
#gnav li.home {
	width: 88px;
}
#gnav li.home a {
	height: 20px;
}
#gnav li.home span {
	color: #00589e;
	font-size: 26px;
}
#gnav li.home a:hover {
	border-bottom: none;
}

/* spnav(#menu)
-------------------------------------*/
#menu {
	background: #fff;
}
.menu-btn {
	display: none; /* over 900px */
	 position: absolute;
	 top: 70px;
	 right:20px;
	 z-index: 9999;
}
.menu-btn .icon-menu {
	position: relative;
}
.menu-btn .icon-menu:after {
	position: absolute;
	top: 43px;
	left: 0;
	content: "メニュー";
	font-size: 10px;
	letter-spacing: -0.02em;
	color: #00589e;
}

.menu-btn .icon-menu {
	padding: 5px;
	font-size: 30px;
	color: #fff;
	background: #00589e;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.mm-opened .menu-btn 	.icon-menu:before {
	content: "\e902" !important;
}

#menu ul.spnav {
	width: 90%;
	margin: 5%;
	padding: 0 0 50px;
	box-sizing: border-box;
}
#menu .spnav > li {
	border: 1px solid #b9b9b9;
	border-top: none;
}
#menu .spnav > li:nth-child(2) {
	border-top: 1px solid #b9b9b9;
}
#menu .spnav > li:after {
	border: none;
}
#menu .spnav li:last-child {
	border-bottom: none;
}
#menu .spnav li a {
	position: relative;
	display: block;
	width: 92%;
	padding: 4%;
	color: #3f3a39;
	font-weight: bold;
	background: #f5f5f5;
}
#menu .spnav li a.mm-subopen {
	position: absolute;
	width: 100%;
	padding: 0;
	background: none !important;
}
#menu .spnav li a::after {
	content:"";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	margin-top: -6px;
	border-top: 3px solid #3f3a39;
	border-right: 3px solid #3f3a39;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#menu .spnav li.close,
#menu .spnav li.title {
	border: none;
}
#menu .spnav li.close {
	display: none;
	border-bottom: 1px solid #b9b9b9;
}
#menu .spnav li.close a {
	background: none;
}
#menu .spnav li.close a:after {
	border: none;
}

#menu .spnav li.close a {
	width: 30%;
	display: block;
	padding: 10px 5%;
	margin: 0 0 0 auto;
	color: #fff;
	text-align: center;
	background: #00589e;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
}
#menu h2 {
	padding: 6.5% 10px;
	margin: 35px 0 0;
	font-size: 16.5px;
	color: #fff;
	font-style: italic;
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	background: url(../img/parts/bg_gnav-ttl.jpg) no-repeat right 0;
	background-size: cover;
}
#menu .spnav li:nth-child(3) a {
	color: #00589e;
	background: #f6f6f6;
}
#menu .spnav li:nth-child(3) a:after {
	border-color: #00589e;
}
#menu .spnav li:nth-of-type(n+12) a {
	color: #00589e;
	background: #f6f6f6;
}
#menu .spnav li:nth-of-type(n+12) a:after {
	border-color: #00589e;
}
#menu .spnav li.menuin a::after {
	border: none;
	border-right: 3px solid #00589e;
	border-bottom: 3px solid #00589e;
}
#menu .spnav li.menuin ul {
	padding: 0;
}
#menu .spnav li.menuin ul li a {
	font-weight: normal;
	background: none;
}
#menu .spnav li.menuin ul li:after {
	border-bottom-style: dotted;
}
#menu .spnav li.menuin ul li a:after {
	border: none;
	border-top: 2px solid #00589e;
	border-right: 2px solid #00589e;
}
#menu .spnav li.mm-opened a.mm-subopen:before,
#menu .spnav li.mm-opened a.mm-subopen:after {
	border: none !important;
}

/* bnr */
#menu .spnav li.bnr {
	padding: 0;
	border: none;
	text-align: center;
}
#menu .spnav li.bnr a {
	background: none;
	padding: 3% 4% 0;
}
#menu .spnav li.bnr a::after {
	border: none;
}

/* breadcrumb
-------------------------------------*/
.home .breadcrumb {
	display: none;
}
.breadcrumb {
	padding: 10px 0 0;
	height: 30px;
}
.breadcrumb ol {
	overflow: hidden;
	width: 755px;
	margin: 0 auto;
	padding: 0 0 0 245px;
	font-size: 13px;
}
.breadcrumb li {
	float: left;
	padding: 5px 10px 5px 0;
}
.breadcrumb li+li {
	padding-left: 5px;
}
.breadcrumb li a {
	display: block;
	position:relative;
	padding: 0 20px 0 0;
	color: #00589e;
}
.breadcrumb li a:after {
	content: "\e604";
	display: block;
	position: absolute;
	color: #555;
	top: 50%;
	right: 0;
	width: 6px;
	height: 6px;
	margin-top: -10px;
}

/*==================================================
#main
==================================================*/
#main {
	background: #fff url(../img/parts/bg_main_page.gif) repeat-x 0 0;
}
.home #main {
	background: #fff url(../img/parts/bg_main.gif) repeat-x 0 0;
}
.main {
	margin-bottom:20px;
}
.home .main {
	padding: 20px 0 0;
}
.maincont {
	width: 757px;
	float: right;
	margin: 5px 0 0;
}
.pagettl {
	margin: 0 0 25px;
	font-size: 32px;
	font-weight: bold;
	color: #00589e;
	border: 1px solid #d9d9d9;
}
.pagettl span {
	display :block;
	min-height: 65px;
	padding: 42px 0 0 20px;
	border-left: 5px solid #00589e;
}
h1.col2 span {
	padding: 25px 0 0 20px;
}
h1.col2 i {
	display: block;
	padding: 15px 0 25px;
	font-size: 20px;
}
.cheating .pagettl { background: #fff url(../img/page/ttl_cheating.jpg) no-repeat right 0; }
.divorce .pagettl { background:	#fff	url(../img/page/ttl_divorce.jpg) no-repeat right 0; }
.search .pagettl { background:	#fff	url(../img/page/ttl_search.jpg) no-repeat right 0; }
.neighborhood .pagettl { background:	#fff url(../img/page/ttl_neighborhood.jpg) no-repeat right 0; }
.research .pagettl { background:	#fff url(../img/page/ttl_research.jpg) no-repeat right 0; }
.marriage .pagettl { background:	#fff url(../img/page/ttl_marriage.jpg) no-repeat right 0; }
.wiretap .pagettl { background:	#fff url(../img/page/ttl_wiretap.jpg) no-repeat right 0; }
.stalker .pagettl { background:	#fff url(../img/page/ttl_stalker.jpg) no-repeat right 0; }
.tease .pagettl { background:	#fff url(../img/page/ttl_tease.jpg) no-repeat right 0; }
.justice .pagettl { background: #fff url(../img/page/ttl_justice.jpg) no-repeat right 0; }
.select .pagettl { background:	#fff url(../img/page/ttl_select.jpg) no-repeat right 0; }
.special .pagettl { background:	#fff url(../img/page/ttl_special.jpg) no-repeat right 0; }
.flow .pagettl { background:	#fff url(../img/page/ttl_flow.jpg) no-repeat right 0; }
.faq .pagettl { background:	#fff url(../img/page/ttl_faq.jpg) no-repeat right 0; }
.about .pagettl { background:	#fff url(../img/page/ttl_about.jpg) no-repeat right 0; }
.access .pagettl { background:	#fff url(../img/page/ttl_access.jpg) no-repeat right 0; }
.price .pagettl { background:	#fff url(../img/page/ttl_price.jpg) no-repeat right 0; }
.contact .pagettl { background:	#fff url(../img/page/ttl_contact.jpg) no-repeat right 0; }
.privacy .pagettl { background:	#fff url(../img/page/ttl_privacy.jpg) no-repeat right 0; }
.sitemap .pagettl { background:	#fff url(../img/page/ttl_sitemap.jpg) no-repeat right 0; }
.press .pagettl { background:	#fff url(../img/page/ttl_press.jpg) no-repeat right 0; }
.corporation .pagettl { background:	#fff url(../img/page/ttl_corporation.jpg) no-repeat right 0; }

.maincont .pagettl {
	background-size:auto 100%
}

/* sec_cont bace */
.sec_cont,
.pagenav {
	padding: 0 0 50px;
}
.sec_cont h2,
.pagenav h2 {
	padding: 60px 0 10px;
	margin: 0 0 20px;
	color: #00589e;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 4px solid #00589e;
}
.sec_cont h2.topttl {
	padding-top: 10px;
}
.sec_cont p {
	padding: 0 0 30px;
}
.sec_cont p.marker {
	padding: 10px;
	margin: 0 0 20px;
	background: #f2f2f2;
}
.sec_cont p+h2 {
	padding-top: 30px;
}
.sec_cont h3,
.sec_cont .list02 dt {
	padding: 15px 0 10px;
	margin: 5px 0 10px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #00589e;
}
.sec_cont h3 span,
.sec_cont .list02 dt span {
	padding: 4px 5px 3px;
	margin: 0 5px 0 0;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
/* 	font-family: 'Allura', cursive; */
	font-family: 'Lucida Console';
	background: #099;
}
.sec_cont h4 {
	color: #00589e;
	font-weight: bold;
}
.sec_cont .list02 dd {
	padding: 0 0 5px;
}
.sec_cont table {
	width: 100%;
	margin: 0 0 30px;
/* 	font-size: 13px; */
	border: 1px solid #00589e;
}
.sec_cont tr {
	border-bottom: 1px solid #00589e;
}
.sec_cont th {
	width: 130px;
	padding: 10px;
	color: #00589e;
/* 	font-size: 13px; */
	border-right: 1px solid #00589e;
	background: #f6f6f6;
}
.sec_cont td {
	padding: 10px;
}
.sec_cont dl.list dt,
.sec_cont ol.list span,
.sec_cont .list_point dt span {
	padding: 4px 5px 3px;
	margin: 0 5px 0 0;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
/* 	font-family: 'Allura', cursive; */
	font-family: 'Lucida Console';
	background: #099;
}
.sec_cont dl.list dt {
	width: 80px;
	float: left;
	padding: 2px 5px;
	text-align: center;
}
.sec_cont dl.list dd {
	padding: 2px 5px 10px 90px;
	margin: 0 0 10px;
	border-bottom: 1px dotted #099;
}
.sec_cont ol.list {
	margin: 0 0 10px;
	border: 1px solid #ccc;
	border-bottom: none;
	background: #f8f8f8;
}
.sec_cont ol.list li {
	padding: 8px 5px;
	border-bottom: 1px solid #ccc;
}
.sec_cont ol.list span {
	margin: 0 10px 0 0;
}

/* list_point */
.sec_cont .list_point span {
	background: #f29000 !important;
}
.sec_cont .list_point dt {
	font-weight: bold;
	color :#00589e;
}
.sec_cont .list_point dd {
	padding: 5px 0 25px
}
.sec_cont .list_point dd li:before {
	content: "●";
	padding: 0 5px 0 0 ;
	margin: 0 0 0 5px;
	font-size: 10px;
}
.sec_cont .info_ex {
	padding: 20px 0 0;
}

/* parts -- photo */
.imgphoto {
	width: 225px;
	padding: 3px;
	border: 1px solid #e3e3e3;
	background: #fff;
}
.f_right {
	float: right;
	margin: 5px 0 5px 10px;
}
.photo_sp { display: none; }


/* side */
.side {
	width: 210px;
	float: left;
	margin: -20px 33px 0 0;
}
.home .side {
	margin-top: 5px;
}
.side h2 {
	height: 30px;
	padding: 10px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #fff;
	background: #00589e;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
}
.sidenav > li {
	font-size: 94%;
	border-bottom:1px solid #bcdfe6;
	background: #fff;
}
.sidenav > li a {
	display: block;
	position: relative;
	padding: 17px 15px 17px 30px;
	color: #333;
	line-height: 100%;
}
.sidenav > li a:before {
	content: "\e604";
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	width: 4px;
	height: 4px;
	margin-top: -6px;
	color: #00589e;
}
.sidenav > li.current,
.sidenav > li:hover {
	background: #00589e;
}
.sidenav > li.current > a,
.sidenav > li:hover > a {
	color: #fff;
}
.sidenav > li.current > a:before,
.sidenav > li:hover > a:before {
	color: #fff;
}
.video {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
 /* side-subnav */
li.menu {
	position: relative;
}
li.menu ul {
	overflow: hidden;
	width: 210px;
	position: absolute;
	top: -1px;
	left: 209px;
	padding: 0 18px 5px;
	border: 2px solid #00589e;
/* 	border-left: 0; */
	background: #fff;
	z-index: 500;
}
li.menu ul li {
	float: none;
	padding: 0;
	font-size: 14px;
}
li.menu ul li+li {
	border-top: 1px dotted #d2d2d2;
}
li.menu ul li a {
	color: #00589e;
	padding: 10px 15px 10px 20px;
}
li.menu ul li a:before {
	left: 5px;
	border-color: #00589e;
}

 /* side-subnav contents---on */
.sidenav ul.current {
	border-top: 1px dotted #00589e;
	background: #fff;
}
.sidenav ul.current li {
	border: 2px solid #fff;
	border-bottom: none;
}
.sidenav ul.current li:last-child {
	border-bottom: 2px solid #fff;
}
.sidenav ul.current li a {
	padding: 13px 15px 13px 30px;
/* 	margin: 0 0 0 10px; */
	color: #00589e;
	border: 1px solid #d9d9d9;
	border-left: 2px solid #00589e;
	opacity: 1 !important;
}
.sidenav ul.current li.current a,
.sidenav ul.current li a:hover {
	background: #f6f6f6;
}

 /* bnr */
.side .bnr {
	margin: 10px 0 0;
}
.side .bnr li {
	margin: 0 0 5px;
}

/*==================================================
 common-parts
==================================================*/
/* freecall */
.freecall {
	padding: 7px;
	border: 3px solid #e8e8e8;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.freecall p {
	line-height: 100%;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
.freecall .number {
	display: inline-block;
	position: relative;
	padding: 0 0 0 45px;
	margin: 5px 0 3px;
	font-size: 28px;
	font-weight: bold;
	color: #be0000;
}
.freecall .number:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: "";
	width: 41px;
	height: 28px;
	margin-top: -14px;
	background: url(../img/icn_tel.png) no-repeat 0 3px;
}
.freecall p em {
	color: #be0000;
}

/* btn */
.btn_mail,
.btn_access {
	width: 240px;
}
.btn_mail a,
.btn_access a {
	position: relative;
	display: block;
	padding: 15px 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #ef8d0d;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.btn_mail a .icon-mail {
	padding: 0 25px 0 0;
}
.btn_mail a .icon-mail:before {
	position: absolute;
	font-size: 20px;
}
.btn_access a .icon-map {
	padding: 0 25px 0 0;
}
.btn_access a .icon-map:before {
	position: absolute;
	font-size: 20px;
}

/* add */
.add dt {
	line-height: 150%;
}
.add dt span {
	display: block;
	color: #555;
	font-size: 10px;
	letter-spacing: -0.02em;
}
.add dd {
	color: #555;
	font-size: 12px;
	line-height: 150%;
}

/* pagenav */
.pagenav h2 {
	padding-top: 0;
}
.pagenav ul li {
	width: 48%;
	margin: 1% 1% 0;
	float: left;
}
.pagenav ul li a {
	display: block;
	padding: 10px;
	text-align: center;
	border: 1px solid #d9d9d9;
	opacity: 1 !important;
}
.pagenav ul li a.current,
.pagenav ul li a:hover {
	background: #f6f6f6;
}

/* page-- table	*/
.table th {
	padding: 5px;
	font-size: 12px;
	text-align: center;
	color: #555;
}
.table tbody th {
	background: #F3F3F3;
}
.table td {
	padding: 5px;
	font-size: 12px;
	line-height: 125%;
	border-right: 1px solid #00589e;
}
.table td em {
	color: #900;
}

/*==================================================
Footer
==================================================*/
.footer,
#footer .inr,
.footnav ul {
	width: 1000px;
	margin: 0 auto;
}
#footer {
	clear: both;
	padding: 20px 0 0;
	border-top: 5px solid #00589e;
}
.home #footer {
	border-top: none;
}
.footer {
	padding: 0 0 15px;
}
.footer .footttl {
	width: 100%;
	display: table;
	padding: 0 0 20px;
}
.footttl h1 {
	display: table-cell;
	width: 42%;
	vertical-align: middle;
}

.footttl .add {
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
}
.footer .freecall {
	width: 460px;
	float: left;
	text-align: center;
}
.footinfo {
	float: left;
	padding: 8px 0 0 25px;
}
.footinfo li {
	display: inline-block;
}
.footinfo li.btn_mail {
	margin: 0 5px 0 0;
}

/* contanav / footnav	*/
#footer .contanav li,
.footnav li {
	display: inline;
	font-size: 12px;
}
#footer .contanav li:after,
.footnav li:after {
	content: "/";
	padding: 0 0 0 5px;
	color: #fff;
}
#footer .contanav li:last-child:after,
.footnav li:last-child:after {
	content: "";
}

/* contanav */
#footer .contanav {
	border-top: 1px solid	#e5e5e5;
}
#footer .contanav h2 {
	width: 100px;
	padding: 20px 15px 20px 0;
	float: left;
	font-size: 16px;
}
#footer .contanav h2 span {
	display: block;
	padding: 0 0 0 12px;
	font-size: 10px;
}
#footer .contanav ul {
	width: 865px;
	padding: 20px 20px 20px 0;
	float: left;
}
#footer .contanav li a {
	padding: 0 5px;
	color: #333;
}
#footer .contanav li:after {
	color: #333;
}
/* footnav */
.footnav {
	clear: both;
	padding: 30px 0;
	background: #00589e;
}
.footnav li a {
	padding: 0 5px;
	color: #fff;
}
#copy {
	padding: 10px 0 0;
	color: #fff;
	font-size: 10px;
}
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
}



/*==================================================
font
==================================================*/
@font-face {
	font-family: 'icomoon';
	src:		url('../font/icomoon.eot?kdqbgm');
	src:		url('../font/icomoon.eot?kdqbgm#iefix') format('embedded-opentype'),
	url('../font/icomoon.ttf?kdqbgm') format('truetype'),
	url('../font/icomoon.woff?kdqbgm') format('woff'),
	url('../font/icomoon.svg?kdqbgm#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"],
.faqlist dt,
.pv dt {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sidenav > li a,
.breadcrumb li a,
.sitemap .sec_cont li a,
p.txtlink a,
.h_reason li a:before,
.h_commission h3:after {
	font-family: 'icomoon';
}
.icon-menu:before {content: "\e607";}
.icon-arrow-l:before { content: "\e603";}
.icon-arrow-r:before { content: "\e604";}
.icon-arrow-down:before {content: "\e900";}
.icon-arrow-up:before {content: "\e901";}
.icon-chevron-circle-r:before {content: "\e903";}
.icon-minus:before {content: "\e605";}
.icon-plus:before {content: "\e606";}
.icon-map:before {content: "\e600";}
.icon-mail:before {content: "\e601";}
.icon-home:before { content: "\e602";}
.icon-cross:before {content: "\e902";}
.icon-new-tab:before {content: "\e904";}

/*==================================================
clearfix
==================================================*/
ul:after,
.main:after,
.footer:after,
#footer .contanav:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/*==================================================
201608トップページ分追加
==================================================*/

.tv:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
