@charset "utf-8";

/***************************************************
 * 全体
 ***************************************************/
@font-face {
	font-family: 'noto';
	src: url('/sp/apps/simulator/loansimulator/font/NotoSans_subset.otf?id=202512175c24e36afbf') format('opentype');
}

html,
body {
	overflow: hidden;
	margin: 0;
	height: 100%;
	width: 100%;
	font-family: 'noto';
}

.header {
	display: table;
	width: 100%;
	background-color: #4c9b07;
	color: #fff;
	text-align: center;
	padding: 0;
}

.header img {
	display: table-cell;
}

.header img.menu {
	padding: 9px 0 9px 8px;
}

.header span {
	font-size: 16px;
	vertical-align: middle;
	height: 16px;
	display: table-cell;
}

p {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}

section {
	height: 100%;
}

section.polymer {
	display: none;
}

section.notPolymer {
	display: none;
}

ul {
	width: 100%;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}

li {
	margin-left: 0;
	list-style-type: none;
}

#myGraph {
	min-height: 185px;
}

.loading {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url('/sp/apps/simulator/loansimulator/img/loansim_blur.png?id=202512175c24e36afbf');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	background-color: #c9c9c9;
}

.loading img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/***************************************************
 * 非対応ブラウザページ
 ***************************************************/
section.notPolymer .mainBox {
	position: absolute;
	width: 80%;
	height: 50%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-shadow: 3px 3px 10px #777, -3px -3px 10px #777;
}

section.notPolymer .main {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url('/sp/apps/simulator/loansimulator/img/loansim_blur.png?id=202512175c24e36afbf');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	background-color: #c9c9c9;
}

section.notPolymer .main p {
	color: #fff;
	text-align: center;
}

section.notPolymer .main a {
	display: inline-block;
	margin-top: 30px;
	padding: 0 8px;
	font-size: 16px;
	font-weight: normal;
	line-height: 2;
	box-sizing: border-box;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 3px;
	vertical-align: top;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

/***************************************************
 * ドロワー
 ***************************************************/
section.drawer {
	background-color: #1a72ca;
	overflow-y: scroll;
}

.drawerHeader {
	width: 100%;
	height: 60px;
	background-color: #0c60b4;
	color: #fff;
}

.drawerHeader img {
	padding-top: 10px;
	padding-left: 20px;
}

.cautionPage {
	display: block;
}

.drawerTitle {
	background-color: #159;
	font-family: HiraKakuPro-W6;
	color: white;
	display: block;
	padding: 3px 0 3px 5px;
	border-bottom: 1px solid #159;
}

.drawerMenu {
	font-family: HiraKakuPro-W3;
	color: white;
	display: block;
	padding: 12px 0 12px 20px;
	border-bottom: 1px solid #159;
}

.drawerMenu a {
	color: white;
	text-decoration: none;
}

/***************************************************
 * インプットエリア
 ***************************************************/
.inputAreaBox {
	height: 100%;
	border-top: 2px solid #dbdbd2;
	overflow-y: scroll;
	padding: 0 20px;
	background-color: #eeeee9;
	-webkit-overflow-scrolling: touch;
}

.inputAreaBox::-webkit-scrollbar {
	width: 8px;
}

.inputAreaBox::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: #d1d1c7;
}

.suumoOtherPriceBox {
	display: none;
	width: 100%;
	background-color: #dbdbd2;
	border-radius: 3px 3px 15px 15px / 3px 3px 15px 15px;
	margin-top: 3px;
	padding-bottom: 15px;
}

.interestRateView {
	display: none;
	margin-top: 3px;
	padding-bottom: 15px;
}

.interestRateView .tile {
	width: 100%;
	height: 48px;
	background-color: #2fa6bf;
	border-radius: 3px 3px 15px 15px / 3px 3px 15px 15px;
	font-size: 14px;
	display: flex;
	color: #fff;
	align-items: center;
	justify-content: center;
}

.interestRateView .tile img {
	padding-left: 8px;
}

.pageLast {
	padding-bottom: 40px;
}
