@charset "UTF-8";

/* common.css */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*--------------
0:body,element
--------------*/
html, body { height: 100%;}
html { font-size: 62.5%;}
body {
	color: #333;
	font-family: sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body * {
	word-break: break-all;
}
img { vertical-align: top;}
a {
	color: #e24f25;
	text-decoration: none;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
input[type="text"], input[type="password"],
input[type="number"], select {
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #cdcdcd;
	border-radius: 4px;
	font-size: 1.6rem;
	outline: none;
	padding: 8px;
	vertical-align: top;
	width: 100%;
}
select::-ms-expand {/*ie*/
    display: none;
}
textarea {
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #cdcdcd;
	font-size: 1.6rem;
	outline: none;
	vertical-align: top;
	width: 100%;
}
select {
	border: none;
	line-height: 1.5;
	background: #517ce8;
	color: #fff;
	width: 6.5em;
	height: 36px;
	padding: 0 0.5em;
}
button {
	border: none;
	cursor: pointer;
	font-size: 1.4rem;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.btn-1 {
	background-color: #e87352;
	border-bottom: 3px solid #e24f25;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
}
.btn-1:hover {
	background-color: #e24f25;
}
.btn-2 {
	background-color: #fff;
	border: 2px solid #e87352;
	border-radius: 4px;
	color: #e24f25;
	font-weight: bold;
}
.btn-2:hover {
	background-color: #e87352;
	color: #fff;
}
.btn-3 {
	background-color: #fff;
	border: 2px solid #e87352;
	border-radius: 20px;
	color: #e87352;
	font-weight: bold;
	height: 40px;
	width: 100%;
}
.btn-3:hover {
	background-color: #e87352;
	color: #fff;
}
.btn-4 {
	background-color: #517ce8;
	color: #fff;
	font-weight: bold;
	height: 40px;
}
.btn-4:hover {
	background-color: #6f93ec;
}
#wrapper {
	background: #f0f0f0;
	min-height: 100%;
	position: relative;
}
#wrapper.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.error {
	color: #e85951;
}
.close-btn { display: none;}

#db-access {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	display: none;
	height: 100vh;
	overflow: hidden;
	width: 100vw;
	z-index: 10000;
}
#db-access p {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#information .change-btn.lock {
	display: none !important;
}
#information .small {
	color: #676767;
	font-size: 14px;
}

/*--------------
1:header
--------------*/
header {
	background: #e87352;
	color: #fff;
}
header .content-wrap {
	position: relative;
	padding: 10px;
}
header a { color: #fff;}
h1 { font-size: 1.6rem;}
header .home {
	display: inline-block;
	float: left;
	margin-right: 16px;
	text-align: center;
}
header .home p {
	line-height: 1;
	margin-top: 6px;
}

/*--------------
2:nav
--------------*/
#sub-nav-btn {
	float: right;
}
header nav .nav-entry {
	background-image: url(/img/icon/icon2_entry.png);
	background-repeat: no-repeat;
}
header nav .nav-view {
	background-image: url(/img/icon/icon2_view.png);
	background-repeat: no-repeat;
}

header nav .nav-course {
	background-image: url(/img/icon/icon_course_white.svg);
	background-repeat: no-repeat;
}
header nav .nav-analysis {
	background-image: url(/img/icon/icon_graph_white.svg);
	background-repeat: no-repeat;
}
header nav .nav-book {
	background-image: url(/img/icon/icon2_book.png);
	background-repeat: no-repeat;
}
header nav .nav-setting {
	background-image: url(/img/icon/icon2_setting.png);
	background-repeat: no-repeat;
}
/*header nav li:hover,
header nav li.current,
#sub-nav-btn:hover {
	background-color: #ed8f75;
}*/
header nav a {
	display: block;
}
header nav li.current {
	background-color: #ed8f75;
}
#sub-nav { display: none;}

/*--------------
3:h2,article
--------------*/
h2 {
	background-color: #fff;
	color: #e87352;
	text-align: center;
}
h2 span {
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
}

/*--------------
4:footer
--------------*/
footer {
	background: #e45b34;
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
}
footer a { color: #fff;}
address {
	background: #e24f25;
	display: block;
	font-style: normal;
	text-align: center;
}

/*--------------
9:SP
--------------*/
@media screen and (max-width:767px) {

body {
	-webkit-text-size-adjust: 100%;
}
body * {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.pc { display: none;}
.tablet:not(.sp) { display: none;}
input[type="text"], input[type="password"],
input[type="number"], select {
	font-size: 1.6rem;
}
button {
	height: 3.2rem;
}
.btn-2 { height: 40px; width: 100%;}
.btn-3 {
	height: auto;
	padding: 4px;
}
.btn-wrap {
	padding: 1.6rem 0 0.8rem;
	text-align: center;
}
.btn-wrap button {
	margin: 0 1%;
	width: 48%;
}
.error {
	font-size: 1.2rem;
	font-weight: bold;
	display: none;
}
.entried {
	background: #fff;
	border-radius: 4px;
	margin-bottom: 16px;
	padding: 4px 8px;
	width: 100%;
}
/*--1:header---------*/
header .home { font-size: 1rem;}
h1 {
	background: #e24f25;
	font-size: 1.4rem;
	margin-left: -10px;
	padding: 6px 10px;
	position: absolute;
	top: 100%;
	width: 100%;
}
p.h1-dummy {
	opacity: 0;
	font-size: 1.4rem;
	margin-left: -10px;
	margin-right: -10px;
	padding: 6px 10px;
}
header .home img {
	width: 24px;
	height: auto;
}
/*--2:nav---------*/
#sub-nav-btn {
	height: 40px;
	padding: 6px 0;
	text-align: center;
	width: 30px;
}
#sub-nav-btn img {
	height: 28px;
	width: auto;
}
#nav-btn {
	float: right;
	height: 40px;
	padding: 9px 6px;
	width: 40px;
}
#nav-btn span {
	background: #fff;
	border-radius: 1px;
	display: block;
	height: 2px;
	margin-bottom: 8px;
}
#nav-btn span.border-3 { margin-bottom: 0;}
header nav {
	background: #e87352;
	border-bottom: 1px solid #fff;
	display: none;
	position: absolute;
	top: 100%;
	margin-left: -10px;
	width: 100%;
	z-index: 19;
}
header nav ul {
	border-top: 1px solid #fff;
}
header nav li { border-bottom: 1px dotted #f0f0f0;}
header nav li:last-child { border: none;}
header nav .nav-entry {
	background-size: auto 24px;
	background-position: 10px center;
}
header nav .nav-view {
	background-size: auto 24px;
	background-position: 10px center;
}
header nav .nav-course {
	background-size: auto 20px;
	background-position: 5px center;
}
header nav .nav-analysis {
	background-size: auto 20px;
	background-position: 5px center;
}
header nav .nav-book {
	background-size: auto 22px;
	background-position: 10px center;
}
header nav .nav-setting {
	background-size: auto 22px;
	background-position: 10px center;
}
header nav a {
	height: 4.8rem;
	line-height: 4.8rem;
	padding-left: 44px;
}
#sub-nav { display: none;}
#sub-nav {
	background: #fff;
	position: absolute;
	top: 100%;
	right: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.4);
	border-radius: 4px;
	color: #333;
	font-size: 1.4rem;
	width: 220px;
	z-index: 20;
}
#sub-nav li:not(.logout) { border-bottom: 1px solid #cdcdcd;}
#sub-nav a { color: #333;}
#sub-nav .user-status { padding: 8px 16px;}
#sub-nav .user-name {
	font-weight: bold;
	margin-bottom: 4px;
}
#sub-nav .latest-login {
	border-left: 2px solid #e87352;
	padding-left: 8px;
}
#sub-nav .information p,
#sub-nav .faq a, #sub-nav .logout a {
	display: block;
	line-height: 1;
	padding: 8px 8px 8px 48px;
}
#sub-nav .information {
	background-image: url(/img/icon/icon2_info_color.png);
}
#sub-nav .faq {
	background-image: url(/img/icon/icon2_help_color.png);
}
#sub-nav .logout {
	background-image: url(/img/icon/icon2_logout_color.png);
}
#sub-nav .information,
#sub-nav .faq, #sub-nav .logout {
	background-size: 20px auto;
	background-position: 16px center;
	background-repeat: no-repeat;
}
#info-count {
	position: absolute;
	right: 2px;
	border: 2px solid #fff;
	border-radius: 10px;
	background-color: #ea5446;
	text-align: center;
	font-size: 10px;
	line-height: 1;
	padding-top: 3px;
	margin-top: -6px;
	width: 20px;
	height: 20px;
}
h2 {
	padding: 10px 4%;
}
article {
	font-size: 1.4rem;
	padding: 4% 4% 92px;
}
#back-btn {
	border: 2px solid #e87352;
	border-radius: 4px;
	background: #fff;
	color: #333;
	display: block;
	float: left;
	padding: 4px 8px;
	margin-bottom: 16px;
}
/*--3:#overlay---------*/
#overlay, #info-overlay {
	background: rgba(0,0,0,0.4);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	height: 100vh;
	overflow: auto;
	width: 100%;
	z-index: 21;
}
#overlay section,
#info-overlay section {
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.4);
	display: none;
	padding: 3rem 1.6rem;
	width: 92vw;
	-webkit-transform: translate(-50%, -57%);
	transform: translate(-50%, -57%);
}
#info-overlay section#information {
	position: relative;
	top: 5vh;
	font-size: 1.4rem;
	margin-left: -46vw;
	margin-bottom: 45vh;
	-webkit-transform: none;
	transform: none;
}

#overlay .close-btn,
#info-overlay .close-btn {
	position: absolute;
	top: 8px;
	right: 8px;
	border-radius: 8px;
	padding: 8px;
	width: 36px;
}
#overlay .close-btn img,
#info-overlay .close-btn img {
	height: auto;
	width: 100%;
}
#overlay h3,
#info-overlay h3 {
	border-bottom: 2px solid #e87352;
	margin: 4px 0 16px;
	padding: 4px 8px;
}
#overlay h3 span,
#info-overlay h3 span { color: #e87352;}

#info-overlay .change-btn {
	color: #517ce8;
	text-decoration: underline;
}
#info-overlay .info-box li {
	border-bottom: 1px solid #ccc;
	padding: 14px 7px;
}
.overlay-2 {
	background: rgba(0,0,0,0.4);
	border-radius: 9px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
#overlay .layer-modal {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.4);
	display: none;
	padding: 3rem 1.6rem;
	width: 100%;
	z-index: 3;
}
#overlay .layer-2, #info-cost-rate {
	z-index: 4;
}
.change-cost-rate-box,
.info-cost-box,
.info-cost-rate-box { text-align: center;}
.change-cost-rate-box:nth-of-type(1),
.info-cost-box {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.change-cost-rate-box .arrow img,
.info-cost-box .arrow img,
.info-cost-rate-box .arrow img {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.change-cost-rate-box .after,
.info-cost-box .after,
.info-cost-rate-box .after {
	font-weight: bold;
	font-size: 1.8rem;
}
.change-cost-rate-box .after span,
.change-cost-rate-box .after b,
.info-cost-box .after span,
.info-cost-box .after b,
.info-cost-rate-box .after span,
.info-cost-rate-box .after b {
	color: #517ce8;
	font-size: 2.4rem;
}

/*--4:footer---------*/
footer nav, footer address {
	font-size: 1.2rem;
	line-height: 3;
	text-align: center;
}
footer address {
	line-height: 2;
}
footer nav a,
footer nav span {
	display: none;
}
footer nav a.common,
footer nav span.common {
	display: inline;
}
footer address {
	font-size: 1.4rem;
	line-height: 32px;
}

}/*/max-width:640px*/

/*--------------
9:Table,PC
--------------*/
@media screen and (min-width:768px), print {

.sp:not(.tablet) { display: none;}
input[type="text"], input[type="password"],
input[type="number"] {
	padding: 0 16px;
	line-height: 52px;
	height: 56px;
}
textarea { resize: none;}
.btn-wrap {
	margin-top: 32px;
	text-align: center;
}
.btn-1 {
	height: 56px;
	margin: 0 12px;
	width: 40%;
}
.btn-2 {
	height: 40px;
	width: 100%;
}

/*--1:header---------*/
header {
	font-size: 1.4rem;
}
header .home { font-size: 1rem;}
header .content-wrap {
	height: 76px;
	padding: 12px 0;
}
h1 {
	float: left;
	position: relative;
	top: 50%;
	max-width: 30%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
header .home { margin-left: 16px;}
header .home p { margin-top: 10px;}
/*--2:nav---------*/
#sub-nav-btn {
	height: 76px;
	margin-top: -12px;
	margin-right: 16px;
	padding: 23px 0;
	text-align: center;
	width: 50px;
}
header nav {
	float: right;
	height: 76px;
	margin-top: -12px;
}
header nav li {
	background-repeat: no-repeat;
	float: left;
}
header nav .nav-entry, header nav .nav-view {
	background-size: auto 32px;
	background-position: center 12px;
}
header nav .nav-course, header nav .nav-analysis {
	background-size: auto 30px;
	background-position: center 14px;
}
header nav .nav-book {
	background-size: auto 32px;
	background-position: center 12px;
}
header nav .nav-setting {
	background-size: auto 30px;
	background-position: center 13px;
}
header nav a {
	font-size: 1rem;
	line-height: 1;
	height: 76px;
	padding: 54px 16px 0;
}
header #sub-nav {
	background: #fff;
	position: absolute;
	top: 80px;
	right: 16px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.4);
	border-radius: 4px;
	color: #333;
	font-size: 1.4rem;
	width: 220px;
	z-index: 50;
}
header #sub-nav:after {
	content: '';
	display: block;
	height: 18px;
	width: 18px;
	position: absolute;
	top: -8px;
	right: 14px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 3;
}
#sub-nav li:not(.logout) { border-bottom: 1px solid #cdcdcd;}
#sub-nav a { color: #333;}
#sub-nav .user-status {
	padding: 13px 16px 16px;
}
#sub-nav .user-name {
	font-weight: bold;
	margin-bottom: 4px;
}
#sub-nav .latest-login {
	border-left: 2px solid #e87352;
	padding-left: 8px;
}
#sub-nav .information p,
#sub-nav .faq a, #sub-nav .logout a {
	background-color: transparent;
	cursor: pointer;
	display: block;
	line-height: 1;
	padding: 13px 16px 14px 48px;
}
#sub-nav .information {
	background-image: url(/img/icon/icon2_info_color.png);
}
#sub-nav .faq {
	background-image: url(/img/icon/icon2_help_color.png);
}
#sub-nav .logout {
	background-image: url(/img/icon/icon2_logout_color.png);
}
#sub-nav .information,
#sub-nav .faq, #sub-nav .logout {
	background-size: 22px auto;
	background-position: 16px center;
	background-repeat: no-repeat;
}
#sub-nav .information:hover,
#sub-nav .faq:hover, #sub-nav .logout:hover {
	background-color: #f0f0f0;
}
#info-count {
	position: absolute;
	right: 6px;
	border: 2px solid #fff;
	border-radius: 12px;
	background-color: #ea5446;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	padding-top: 3px;
	margin-top: -6px;
	width: 24px;
	height: 24px;
}
/*--3:h2,article,aside---------*/
h2 {
	height: 72px;
	padding-top: 12px;
}
h2 span {
	font-size: 28px;
	line-height: 48px;
}
article {
	position: relative;
	padding: 24px 2% 95px;
}

/*--4:footer---------*/
footer .content-wrap {
	height: 45px;
	padding: 12px 0;
	text-align: center;
}
footer nav {
	display: inline-block;
	font-size: 1.4rem;
}
address {
	font-size: 1.2rem;
	line-height: 28px;
	height: 28px;
}

/*-- #info-overlay --*/
#info-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	height: 100%;
	width: 100%;
	z-index: 5;
}
#info-overlay .close-btn {
	position: absolute;
	top: 24px;
	right: 40px;
	background-color: #fff;
	border-radius: 0 0 0 10px;
	padding: 0 0 24px 24px;
	z-index: 2;
}
#info-overlay h3 {
	border-bottom: 2px solid #e87352;
	font-size: 2.4rem;
	padding: 0 16px 4px;
	text-align: left;
	position: absolute;
	top: 48px;
	left: 0;
	width: 100%;
}
#info-overlay .modal {
	position: relative;
	top: 50%;
	display: none;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.4);
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#info-overlay .small-modal {
	padding: 114px 20px 112px;
	width: 90%;
	height: 90%;
}
#info-overlay .layer-2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: auto;
}
#info-overlay .small-modal > .btn-wrap {
	position: absolute;
	bottom: 32px;
	left: 0;
	margin-top: 0;
	width: 100%;
}
#info-overlay .info-box {
	overflow: auto;
	overflow: overlay;
	height: 100%;
}
#info-overlay .info-box ul li {
	border-bottom: 1px solid #ccc;
	padding: 16px 8px;
}
#info-overlay .change-btn {
	color: #517ce8;
	cursor: pointer;
	text-decoration: underline;
}
#info-overlay .overlay-2 {
	background: rgba(0,0,0,0.4);
	border-radius: 9px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.info-cost-rate-box,
.info-cost-box {
	display: table;
	padding: 16px 0;
	margin: 0 auto;
}
.info-cost-rate-box p,
.info-cost-box p {
	display: table-cell;
	line-height: 1;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 12px;
}
.info-cost-rate-box p.arrow,
.info-cost-box p.arrow {
	width: 64px;
	padding-bottom: 0;
}
.info-cost-rate-box p.after,
.info-cost-box p.after {
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 4px;
}
.info-cost-rate-box .after span,
.info-cost-box .after span {
	color: #517ce8;
	font-size: 48px;
}
.info-cost-box .after b,
.info-cost-rate-box .after b {
	color: #517ce8;
	font-size: 36px;
}


}/*/min-width:640px*/

@media screen (min-width:768px) and (max-width:1023px) {

.pc:not(.tablet) { display: none;}

}

/*--------------
9:PC
--------------*/
@media screen and (min-width:1024px), print {

/*--0:body---------*/
body {
	font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
button {
	font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
	font-size: 1.6rem;
	-webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -ms-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
}
.btn-wrap {
	margin-top: 32px;
	text-align: center;
}
.btn-1 {
	height: 56px;
	margin: 0 12px;
	width: 320px;
}
.btn-2 {
	height: 40px;
	width: 100%;
}

.close-btn img { cursor: pointer;}
.sp { display: none;}
.tablet:not(.pc) { display: none;}
.loading {
	background: url(../img/loading2.gif) no-repeat center center;
	background-size: 50px 50px;
	margin: 32px auto;
	height: 50px;
	width: 100%;
}
#wrapper {
	min-width: 1025px;
}
#wrapper.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.content-wrap {
	margin: 0 auto;
	width: 1025px;
}

/*--1:header---------*/
header .content-wrap {
	height: 80px;
	padding: 12px 0;
}
header .home {
	display: inline-block;
	float: left;
	font-size: 1.4rem;
	margin-right: 16px;
	margin-left: 0;
	text-align: center;
}
h1 { max-width: 470px;}
/*--2:nav---------*/
#sub-nav-btn {
	cursor: pointer;
	height: 80px;
	margin-top: -12px;
	margin-right: 0;
	padding: 25px 20px;
	text-align: center;
	width: auto;
}
header nav {
	height: 80px;
}
header nav li:not(.current), #sub-nav-btn {
	-webkit-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
header nav li:hover,
header nav li.current,
#sub-nav-btn:hover {
	background-color: #ed8f75;
}
header nav a {
	font-size: 1.4rem;
	height: 80px;
}
header #sub-nav {
	right: 0;
}

#info-count {
	position: absolute;
	right: -12px;
	border: 2px solid #fff;
	border-radius: 12px;
	background-color: #ea5446;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	padding-top: 3px;
	margin-top: 0;
	width: 24px;
	height: 24px;
}
/*--3:h2,article,aside---------*/
h2 {
	height: 96px;
	padding-top: 24px;
}
h2 span {
	font-size: 28px;
	line-height: 48px;
}
article { padding: 48px 0 130px;}
aside {
	width: 268px;
}
/*--4:footer---------*/
footer .content-wrap {
	height: 50px;
	padding: 13px 0;
	text-align: center;
}
footer nav {
	display: inline-block;
	font-size: 1.6rem;
}
address {
	font-size: 1.4rem;
	line-height: 32px;
	height: 32px;
}

/*-- #info-overlay --*/
#info-overlay .close-btn {
	cursor: pointer;
}
#info-overlay h3 {
	left: 40px;
	width: 800px;
}
#info-overlay .modal {
	position: relative;
	top: 50%;
	display: none;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.4);
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#info-overlay .small-modal {
	padding: 114px 40px 112px;
	width: 880px;
	height: 90%;
}
#info-overlay .layer-2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: auto;
}
#info-overlay .small-modal > .btn-wrap {
	position: absolute;
	bottom: 32px;
	left: 0;
	margin-top: 0;
	width: 100%;
}
#info-overlay .info-box {
	overflow: auto;
	overflow: overlay;
	height: 100%;
}
#info-overlay .info-box ul li {
	border-bottom: 1px solid #ccc;
	padding: 16px 8px;
}
#info-overlay .change-btn {
	color: #517ce8;
	cursor: pointer;
	text-decoration: underline;
}
#info-overlay .overlay-2 {
	background: rgba(0,0,0,0.4);
	border-radius: 9px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.info-cost-rate-box,
.info-cost-box {
	display: table;
	padding: 16px 0;
	margin: 0 auto;
}
.info-cost-rate-box p,
.info-cost-box p {
	display: table-cell;
	line-height: 1;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 12px;
}
.info-cost-rate-box p.arrow,
.info-cost-box p.arrow {
	width: 64px;
	padding-bottom: 0;
}
.info-cost-rate-box p.after,
.info-cost-box p.after {
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 4px;
}
.info-cost-rate-box .after span,
.info-cost-box .after span {
	color: #517ce8;
	font-size: 48px;
}
.info-cost-box .after b,
.info-cost-rate-box .after b {
	color: #517ce8;
	font-size: 36px;
}

}/*/min-width:1024px*/

.clearfix:after {
	content:'';
	clear: both;
	display: block;
}

@media screen and (min-width:768px) {
	header nav a {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	header h1 {
		max-width: 20%;
	}
}
@media screen and (min-width:1024px), print {
	header nav a {
		font-size: 1.3rem;
		padding-left: 14px;
		padding-right: 14px;
	}
	header h1 {
		max-width: 264px;
	}

}
@media (min-width:1024px) and (max-width:1050px) {
	#info-count {
		right: 0;
	}
}
