@charset "utf-8";

@font-face {
	font-family: "Smart Font Ui";
	src: url(fonts/SmartFontUI.woff2) format("woff2"),
		url(fonts/SmartFontUI.woff) format("woff");
}

@font-face {
	font-family: "kokoro";
	src: url(fonts/Kokoro.woff2) format("woff2"),
		url(fonts/Kokoro.woff) format("woff");
}

@font-face {
	font-family: "Trendex Light SSK Bold";
	src: url(fonts/TrendexLightSSKBold.woff2) format("woff2"),
		url(fonts/TrendexLightSSKBold.woff) format("woff"),
		url(fonts/TrendexLightSSKBold.ttf) format("truetype"),
		url(fonts/TrendexLightSSKBold.eot) format("eot");
}

@font-face {
	font-family: "Trendex SSK Bold";
	src: url(fonts/TrendexSSKBold.ttf) format("truetype");
}

@font-face {
	font-family: "notera";
	src: url(fonts/Notera.ttf) format("truetype");
}

@font-face {
	font-family: 'icomoon';
	src:  url('fonts/icomoon.eot?mv7r7h');
	src:  url('fonts/icomoon.eot?mv7r7h#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf?mv7r7h') format('truetype'),
		url('fonts/icomoon.woff?mv7r7h') format('woff'),
		url('fonts/icomoon.svg?mv7r7h#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-line:before {
	content: "\e900";
}



body {
	margin: 0;
	padding: 0;
	color: #444444;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 10px;
}

body.page-report {
	color: #5f4e2f;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}


h1 {
	font-family: kokoro, serif;
	font-size: 2em;
}

p {
	padding: 0;
	margin: 0;
	margin-bottom: 1.2em;
}

a {
	color: #4dc8e7;
	text-decoration: none;
}

a:hover {
	color: #1d98b7;
}

a:hover img {
	opacity: 0.7;
}

img {
	max-width: 100%;
}

ol, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
select {
	border: 1px solid #cccccc;
	border-radius: 5px;
	height: 2.5em;
	padding: 0.3em;
	box-sizing: border-box;
	width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"] {
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3) inset;
}
label {
	display: block;
}

em {
	font-style: normal;
	font-weight: bold;
}

/*******************************
 * Layout
 *******************************/
.wrap {
	padding: 0 20px;
}


/*******************************
 * site-header
 *******************************/
.site-header,
.site-footer {
	background: url("images/client/brand_bg.png") 0 0 repeat scroll #27180c;
	background-size: 50%;
}

.site-header {
	position: relative;
	padding: 35px 0 40px;
	box-shadow: 0 1px 10px 0 rgba(0,0,0,0.7);
}

.site-header .site-title {
	float: left;
	margin: 0;
	font-family: kokoro, serif;
	font-size: 24px;
	line-height: 1.2;
	color: #e5e1d6;
	font-weight: bold;
	background: -webkit-linear-gradient(top, #ffffff 0, #ffffff 30%, #aa9b79 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

	background: -moz-linear-gradient(top, #ffffff 0, #ffffff 30%, #aa9b79 100%);
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
}

.site-header .btn-logout {
	float: right;
	font-family: "Smart Font UI", serif;
	font-size: 9px;
	line-height: 1em;
	display: inline-block;
	margin: 5px 0 0 0;
	border: 2px solid #ffffff;
	border-radius: 3px;
	color: #ffffff;
	background: url("images/client/ico_logout.png") 7px center no-repeat scroll transparent;
	background-size: 9px 10px;
	padding: 4px 5px 4px 20px;
	opacity: 0.6;
}


/*******************************
 * site-footer
 *******************************/
.site-footer,
.site-footer a {
	color: #ffffff;
}


.site-footer .site-info {
	padding: 20px 20px 40px;
	font-size: 9px;
	text-align: center;
}

.site-footer .site-info p {
	margin: 0;
	line-height: 1.625em;
}

.site-footer .site-info .company-name {
	margin-bottom: 0.5em;
	font-size: 16px;
	font-family: kokoro, serif;
}


.footer-nav{
	border-top: 2px solid rgba(255,255,255,0.3);
	box-shadow: 0 2px 0 #000000 inset;
	font-size: 9px;
}

.footer-nav .link-block {
	float: left;
	width: 50%;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid rgba(255,255,255,0.3);
	border-right: 1px solid rgba(255,255,255,0.3);

}

.footer-nav .link-block:first-child {
	border-left: none;
}

.footer-nav .link-block:last-child {
	border-right: none;
}

.footer-nav a{
	display: block;
	padding: 15px 0;
}

/*******************************
 * page
 *******************************/
#page {
	background: url("images/client/bg.png") 0 0 repeat scroll #efefef;
}

.site-content {
}

.site-content article {
	margin: 0 0 70px;
}

.article-header {
	text-align: center;
	color: #5f4e2f;
/*
	background: url("images/client/title_decoration.png") center bottom no-repeat scroll transparent;
	background-size: 141.5px 12.5px;
*/
	padding-bottom: 22px;
	margin: 0 0 18px;
}

.article-header h1 {
	margin: 0;
}

.content-header {
	font-size: 1.25em;
}

.content-header.emphasis {
	color: #54c8e5;
	margin: 10px 0 15px;
}


/*******************************
 * login
 *******************************/
.site-content .login-wrap {
	margin-top: 40px;
}


.bg-danger {
	color: #f66;
	font-size: 120%;
	font-weight: bold;
}


.main-input {
	padding-bottom: 15px;
}

.input-box {
	margin-bottom: 10px;
}

.input-box label {
	display: block;
	color: #444444;
}

.form-submit {
	text-align: center;
	margin: 40px 0 10px;
}

.form-submit input {
	display: block;
	width: 100%;
	border: none;
	background: none #9d9587;
	color: #ffffff;
	line-height: 3em;
	border-radius: 4px;
	font-size: 14px;
	font-family: "Times New Roman", serif;
}

input[type="submit"] {
	-webkit-appearance: none;
}

.term-box {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 12em;
	padding: 10px 5px;
	background-color: #f6f7f8;
	border-radius: 5px;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3) inset;
}

.term-box h4 {
	font-size: 1.2em;
}

.term-box p {
	margin-top: 0;
}

.term-box .term p {
	margin-left: 1.2em;
}

.term-box ol {
	list-style: decimal outside none;
	margin-left: 1.2em;
	margin-bottom: 1.2em;
}

.agree {
	padding: 10px 5px;
	background-color: #e5e5e5;
	border-radius: 5px;
	line-height: 2em;
}

.agree input{
	width: 2em;
	height: 2em;
}

.agree label {
	display: inline-block;
	vertical-align: super;
	color: #000000;
}

/*******************************
 * report
 *******************************/
#expiration {
	background: none #b6b0a7;
	padding: 15px 0;
	text-align: center;
}

#expiration span,
#expiration a {
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.4em;
}

#expiration .btn-reload {
	text-align: left;
	font-size: 12px;
	text-align: center;
	line-height: 2.2em;
	padding: 0 8px;
	border: 2px solid #ffffff;
	border-radius: 5px;
}

#expiration .btn-reload img {
	vertical-align: middle;
	width: 1.5em;
	margin-right: 0.2em;
}

#exp-time {
	font-size: 32px;
	font-family: "Arial Narrow", arial, sans-serif;
	padding: 0 3px;
}

.pict {
	width: 50px;
	padding-top: 50px;
	background: none 0 0 no-repeat scroll transparent;
	background-size: 50px;
	line-height: 1.2em;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.pict-detective {
	background-image: url("images/client/ico_detective.png");
	color: #4485a3;
}
.pict-address {
	background-image: url("images/client/ico_address.png");
	color: #ad5e00;
}
.pict-contact {
	background-image: url("images/client/ico_contact.png");
	color: #728826;
}
.pict-other {
	background-image: url("images/client/ico_other.png");
	color: #876391;
}

#affiliation {
	margin: 25px 0 30px;
}

#affiliation .circle {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	border: 8px solid #d8d5d1;
	border-radius: 50%;
	margin: 0 6px;
	width: 90px;
	height: 72px;
	padding-top: 18px;
}

.counter {
	display: inline-block;
	vertical-align: middle;
	font-family: "Arial Narrow", arial, sans-serif;
	/* font-weight: bold; */
	line-height: 1.2;
}
.counter em {
	font-size: 45px;
	text-decoration: none;
	font-style: normal;
}

.exp {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.btn-toggle,
.btn-toggle:hover {
	color: #ffffff;
}

.btn-toggle {
	display: inline-block;
	background-color: #5f4e2f;
	font-size: 14px;
	line-height: 25px;
	width: 25px;
	text-align: center;

}

#report-list {
	margin-bottom: 30px;
}

#report-list li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #c0bbb3;
}

#report-list li:last-child {
	border-bottom: none;
}

#report-list li .counter {
	margin: 0 20px;
}

#report-list li .btn-toggle {
	float: right;
	margin-top: 20px;
}

#report-list li .detail {
	background: none rgba(95,78,47,0.2);
	border-radius: 2px;
	padding: 10px;
	margin: 10px 0;
	clear: both;
	display: none;
}

#report-list li .detail h2 {
	font-size: 9px;
	line-height: 1.1em;
}

#report-list li .detail p {
	padding: 12px 0 0 32px;
	margin: 0;
	background: none 5px bottom no-repeat scroll transparent;
	background-size: 20px;
	line-height: 1.1em;
}

#report-list #address-info .detail p {
	background-image: url("images/client/ico_address.png");
}
#report-list #contact-info .detail p {
	background-image: url("images/client/ico_contact.png");
}
#report-list #other-info .detail p {
	background-image: url("images/client/ico_other.png");
}

.banner-area {
	text-align: center;
	max-width: 360px;
	margin: 0 auto 30px;
}

@media screen and (max-width: 736px) {
	body.page-report{margin-bottom: 50px;}
	.banner-area {
		background: #fff;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 53px;
		max-width: auto;
		max-width: none;
		margin: 0;

	}
	.banner-area img {
		height: 100%;
	}
}

/*******************************
 * privacy policy
 *******************************/
.privacy {
	display: none;
}

.privacy .date {
	font-weight: bold;
	font-size: 90%;
	margin-top: 3em;
}

.featherlight .featherlight-close-icon {
	line-height: 35px;
	width: 35px;
	background: rgba(0,0,0,0.2);
}

/*******************************
 * common parts
 *******************************/


.clearfix,
.site-footer,
.site-header,
.site-content {
	display: block;
}

.clearfix:after,
.site-footer:after,
.site-header:after,
.site-content:after {
	content: "";
	display: block;
	float: none;
	clear: both;
}