@charset "UTF-8";

/* CSS Document */

/*===================================================
    各画面作成用CSS
===================================================*/
/* futura代替フォント */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@600&display=swap');

/* --------------------------------------------------
    マウスオーバーPCのみ
-------------------------------------------------- */
@media (min-width: 769px) {

	#fstLoad dl dd button:hover {
		opacity: 0.6;
	}
}
/*//////////////////////////////////////////////////
    NISAシミュレーション画面(PC)
///////////////////////////////////////////////////*/

#pageInput {
	max-width: 1000px;
	margin: 0 auto;
}

/* --------------------------------------------------
    モーダルウインドウ
-------------------------------------------------- */
.modalOverlay {
	display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

/* ランディングページから遷移した場合の表示
---------------------------------------------*/
#fstLoad {
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	width: 100%;
	height: 90%;
	overflow: auto;
	position: fixed;
	left: 0;
	right: 0;
	top: -1000px;
	bottom: 0;
	z-index: -1;
	margin: 0 auto;
	transition: 0.4s;
	opacity: 0;
	max-width: 600px;
	min-width: 300px;
}

#fstLoad.block {
	top: 10%;
	z-index: 99999;
	margin: auto;
	opacity: 1;
}

#fstLoad dl {
	display: block;
	padding: 40px;
	color: #111111;
	border-radius: 6px;
	background: #FFFFFF;
}

#fstLoad dl dt {
	margin-bottom: 20px;
	font-size: 18px;
	text-align: center;
}

#fstLoad dl dd {
	font-size: 14px;
}

#fstLoad dl dd ul {
	margin-bottom: 30px;
}

#fstLoad dl dd ul li {
	position: relative;
	padding-left: 20px;
}

#fstLoad dl dd ul li:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 6px;
	height: 6px;
	background: url("../image/common/icon_disc_grey.png") left center no-repeat;
	background-size: 6px auto;
}

#fstLoad dl dd .modalClose {
	width: 180px;
	margin: 0 auto;
}

#fstLoad dl dd button {
	width: 100%;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 45px;
	background: #77c4ca;
}


/* ボタン設定
--------------------------------------*/
.nextBtn {
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	width: 180px;
	font-weight: 500;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	background:#C1C8D1;
	-webkit-appearance:none;
    -moz-appearance: none;
    appearance: none;
	line-height: 35px;
}

/* --------------------------------------------------
    入力画面
-------------------------------------------------- */
.pageTitle {
	color: #00145B;
	margin-bottom: 40px;
	font-size: 32px;
	text-align: center;
}
.title {
	font-weight: bold;
	font-size: 16px;
	color: #111111;
}
.contBox {
	padding: 24px 41px;
	background: #F8F8F8;
}
	.contBox#period {
		padding: 24px 74px 56px 41px;
	}
.contBox + .contBox {
	margin-top: 16px;
}
.remarks {
	font-size: 12px;
}
.rice {
	position: relative;
	padding-left: 1em;
}
	.rice::before {
		content: '※';
		display: inline-block;
		position: absolute;
		left: 0;
		top: 0;
	}


/* 入力ボックス
--------------------------------------*/
input[type=radio] {
	appearance: none;
	-moz-appearance:textfield;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	transition: all .1s ease-out;
}
input[type=radio]:hover {
	cursor: pointer;
	opacity: 0.85;
	transition: all .1s ease-out;
}
input[type=radio]:checked {
	position: relative;
	width: 18px;
	height: 18px;
	background: #0077CF;
	border: 1px solid #0077CF;
	border-radius: 16px;
}
input[type=radio]:checked::before {
	content: '';
	display: block;
	position: absolute;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
input[type=number] {
	appearance: none;
	-moz-appearance:textfield;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 5px;
}
input[type=text] {
	padding-right: 8px;
}
.inputBox ul input[type="button"] {
	cursor: pointer;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 0;
	-webkit-appearance:none;
	-moz-appearance: none;
	appearance: none;
}
.inputBox ul .minus input[type="button"] {
	background: url("../image/simulation/btn_minus.png") center no-repeat #ffffff;
	background-size: 24px auto;
}
.inputBox ul .plus input[type="button"] {
	background: url("../image/simulation/btn_plus.png") center no-repeat #ffffff;
	background-size: 24px auto;
}
.contBox {
	font-size: 14px;
}
.contBox > dl {
	display: table;
	width: 100%;
	font-family: 'Noto Sans JP',Meiryo,"メイリオ";
	font-size: 14px;
	text-align: left;
	border-bottom: 1px solid #DDDDDD;
}
.midInput {
	width: 100px;
	height: 40px;
	margin-left: 10px;
	margin-right: 8px;
	padding-top: 2px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	font-family: Arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	text-align: right;
}
.shortInput {
	width: 70px;
	height: 40px;
	margin-right: 8px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	text-align: right;
	font-family: Arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
}

/* 運用期間入力画面
--------------------------------------*/
#period {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.period__input {
	display: flex;
	align-items: center;
}
.period__result {
	min-width: 70px;
	text-align: right;
}
#period .result {
	margin-left: 24px;
}
.input__age:first-child {
	padding-left: 20px;
	position: relative;
}
.input__age {
	margin-left: 10px;
	padding-right: 20px;
	display: flex;
	align-items: center;
}
	.period__input .input__age:first-child::after {
		content: '〜';
		display: inline-block;
		position: absolute;
		right: -2px;
		top: 50%;
		transform: translateY(-50%);
	}
	.input__age ul {
		display: flex;
		margin-left: 8px;
	}
		.input__age ul li + li {
			margin-left: 4px;
		}
.period__input .remarks {
	position: absolute;
	display: inline-block;
	left: 239px;
	bottom: 28px;
}
.period__error {
	display: none;
	margin-bottom: 10px;
	font-size: 14px;
	color: #FF1D00;
}

.result {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
	.result .ttl {
		margin-right: 16px;
	}
	.result .period__year {
		min-width: 45px;
		margin-right: 4px;
		font-size: 24px;
		font-family: 'Jost', sans-serif;
		font-weight: 500;
		color: #00145B;
	}
	.result .unit {
		color: #00145B;
	}


/* 投資枠の設定
--------------------------------------*/

/* タイトル・投資合計・残りの投資枠　コンテンツ */
#investment {
	padding-bottom: 41px;
}
.investment__head {
	padding-top: 11px;
}
	.investment__head .remating__result {
		min-width: 156px;
		margin-right: 4px;
		text-align: right;
		font-size: 24px;
		font-family: 'Jost', sans-serif;
		color: #00145B;
	}
	.investment__head .lastMoney {
		display: flex;
		align-items: baseline;
	}
	.investment__head .result {
		margin-top: 16px;
		padding: 0 33px;
	}
	.investment__head .sumMoney__result {
		min-width: 156px;
		margin-right: 4px;
		text-align: right;
		font-size: 24px;
		font-family: 'Jost', sans-serif;
		color: #00145B;
	}

	/* つみたて投資枠の入力 */
	.save__head {
		display: flex;
		justify-content: space-between;
	}
		.save__head .result {
			justify-content: flex-end;
		}
		.save__head .save__result {
			min-width: 155px;
			text-align: right;
			margin-right: 4px;
			font-size: 20px;
			font-family: 'Jost', sans-serif;
			font-weight: 500;
			color: #00145B;
		}
		.save__head .remarks {
			text-align: right;
		}
		.save__head .remarks p{
			display: inline-block;
		}

/* ボックス内共通パーツ・タイトルエリア */
.contItem {
	margin-top: 15px;
	padding: 33px;
	background: #FFFFFF;
}
.contItem + .contItem {
	margin-top: 16px;
}
	.contItem .sttl {
		font-size: 16px;
		display: flex;
	}
		.sttl--number {
			width: 30px;
			height: 30px;
			margin-right: 11px;
			padding-top: 2px;
			display: inline-flex;
			justify-content: center;
			align-items: center;
			background: #CFEAFF;
			color: #00145B;
			font-family: 'Jost', sans-serif;
			font-size: 18px;
		}
		.contItem .sttl--text {
			padding-top: 2px;
			letter-spacing: 0.05em;
		}
		.formula .sttl--number {
			margin-right: 0;
		}

dl {
	display: flex;
	margin-top: 10px;
}
dl + dl {
	margin-top: 40px;
}
dl:nth-child(2) {
	margin-top: 20px;
}
	dl dt {
		min-width: 182px;
		padding-top: 10px;
	}
	dl .inputLeft {
		position: relative;
		min-width: 176px;
		display: grid;
		align-items: center;
		grid-template-columns: 120px 52px;
	}
		dl .inputLeft div {
			position: relative;
		}
		.inputLeft ul {
			display: flex;
		}
		.inputLeft ul li:hover {
			cursor: pointer;
		}
		.inputLeft ul li + li{
			margin-left: 4px;
		}
		.inputLeft .remarks {
			margin-top: 12px;
			line-height: 1;
			grid-column-start: span 3;
		}
			.inputLeft .rice {
				margin-bottom: 11px;
			}

	dl .inputRight {
		position: relative;
		padding: 7px 0 0 24px;
		width: 100%;
		flex: 1;
	}
		dl .inputRight .rangeslider__fill {
			width: 100%;
		}
		dl .inputRight .min {
			position: absolute;
			font-family: Arial, sans-serif;
			font-size: 12px;
			top: 33px;
			left: 24px;
		}
		dl .inputRight .max {
			position: absolute;
			font-family: Arial, sans-serif;
			text-align: right;
			font-size: 12px;
			top: 33px;
			right: 0;
		}

/* 増減ボタン */
.minus,
.plus {
	width: 24px;
	height: 24px;
	position: relative;
}
	.minus button,
	.plus button{
		width: 100%;
		height: 100%;
		background-color: #EEEEEE;
		border-radius: 3px;
		border: none;
		padding: 0;
		transition: all 0.15s ease-out;
	}
	.minus button:not(:disabled):hover,
	.plus button:not(:disabled):hover{
		cursor: pointer;
		opacity: 0.75;
		transition: all 0.15s ease-out;
	}
	.minus button:disabled,
	.plus button:disabled {
		cursor: unset;
		opacity: 0.4;
	}


.minus button {
	background-image: url('../image/btn_minus.png') ;
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: center center;
}
.plus button {
	background-image: url('../image/btn_plus.png') ;
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: center center;
}

.rate .inputLeft .before  {
	position: absolute;
	left: -38px;
	top: calc(50% - 1px);
	transform: translateY(-50%);
}

/* 成長投資枠
--------------------------------------*/
.choice dt {
	padding-top: 0;
}
.inputChoice label {
	padding-top: 2px;
	padding-left: 5px;
}
.growChoice {
	display: flex;
	align-items: center;
}
	.growChoice .reference {
		margin-left: 24px;
		padding-top: 1px;
		font-size: 12px;
	}

.bulkChoice {
	margin-top: 12px;
	display: flex;
	text-align: center;
}

/* ボタン */
.btnNext {
	margin-top: 60px;
	text-align: center;
}
.btnPrimary {
  width: 260px;
  height: 50px;
  padding-top: 2px;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.2;
  border-radius: 6px;
	border: none;
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  background: #00145B;
  -webkit-transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.btnPrimary:disabled {
	opacity: 0.4;
}
.btnPrimary:not(:disabled):hover {
	cursor: pointer;
  background-color: #6279CC;
  -webkit-box-shadow: inset 0 0 0 1px #6279CC;
          box-shadow: inset 0 0 0 1px #6279CC;
}


/* refeBottom */
.refBottom {
	margin-top: 82px;
	padding-bottom: 38px;
	border-bottom: 1px solid #E5E5E5;
}
	.refBottom .remarks {
		margin: 0 auto;
		padding-right: 16px;
		padding-left: 16px;
		max-width: 1032px;
	}
	.refBottom .rice {
		padding-left: 21px;
	}
	.refBottom p + p {
		margin-top: 4px;
	}

/* --------------------------------------------------
    試算結果表示画面
-------------------------------------------------- */
#pageResult {
	max-width: 1000px;
	margin: 0 auto;
}
#pageResult .contBox {
	padding: 30px;
}
#pageResult .unit--yen {
	margin-left: 4px;
	font-size: 14px;
	font-weight: 400;
	color: #ED0000;
}
#pageResult .unit {
	font-size: 14px;
	color: #00145B;
}
#pageResult .result__head {
	display: flex;
	justify-content: center;
	align-items: baseline;
}
	.result__head .result__total {
		margin-left: 10px;
		font-size: 32px;
		color: #ED0000;
	}
	.result__head .unit--yen {
		font-weight: bold !important;
	}
	.result__head .total_investment_amount {
		font-family: 'Jost', sans-serif;
		font-weight: 500;
	}

/* 運用益・非課税額・投資額合計レイアウト */
#pageResult .pageResult--amount {
	font-size: 24px;
	color: #ED0000;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
}
.result__center {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
	.result__center .result__left,
	.result__center .result__right{
		width: calc(50% - 4px);
	}
	.result__center .result__left .result__item:last-child {
		margin-top: 8px;
	}

/* itemのスタイル */
.result__item {
	background: #fff;
}
.result__profit {
	padding: 24px 26px 26px;
}
.result__tax {
	padding: 16px 26px 24px;
}
.result__sumMoney {
	padding: 26px 26px 24px;
}

/* ○○年間の運用益 */
.result__profit{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
	.result__profit .profit__yield {
		display: flex;
		flex-wrap: wrap;
		flex-shrink: 2;
	}
	.result__profit .operation_period {
		font-size: 24px;
		font-family: 'Jost', sans-serif;
		font-weight: 500;
	}
	.result__profit .unit--year {
		margin-left: 4px;
		font-size: 14px;
	}
	.result__profit .profit__left {
		flex-shrink: 2;
	}
	.result__profit .profit__right {
		flex-shrink: 0;
	}
	.profit__yield {
		font-size: 12px;
		margin-left: 8px;
	}

/* 運用益に対する非課税額 */
.result__tax {
	text-align: center;
}
	.result__tax .tax__top {
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
		padding-bottom: 16px;
		background-image: url('../image/img_triangle-under_pc.png');
		background-repeat: no-repeat;
		background-size:  contain;
		background-position: center bottom;
		color: #00145B;
	}
	.tax__top--underline {
		text-decoration: underline;
	}
	/* ツールチップ「NISAを利用すると運用益は非課税となります」 */
	.tax__toolChip {
		cursor: pointer;
	}
	.result__tax .tax__toolChip--icon {
		margin-left: 5px;
		width: 24px;
		height: 24px;
	}
	.tax__toolChip--text {
		width: 284px;
		padding: 14px 12px;
		display: block;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		left: 36%;
		bottom: calc(100% + 16px);
		text-align: left;
		color: #111111;
		border: 1px solid #E5E5E5;
		border-radius: 8px;
		background: #fff;
		transition: 0.2s ease-in-out;
		box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
	}
		.tax__toolChip--text::before,
		.tax__toolChip--text::after {
			position: absolute;
			right: 61px;
			bottom: -15px;
			width: 30px;
			height: 15px;
			clip-path: polygon(0 0, 100% 0, 50% 100%);
			content: '';
		}
		.tax__toolChip--text::before {
				background-color: #E5E5E5;
		}
		.tax__toolChip--text::after {
			bottom: -13.5px;
			background-color: #fff;
		}
	.tax__toolChip--text dt {
		font-size: 16px;
		font-weight: 600;
		padding-top: 0;
	}
	.tax__toolChip--text dd {
		margin-top: 12px;
		font-size: 14px;
		line-height: 1.3;
	}
	.tax__toolChip--text dd+dd {
		margin-top: 8px;
	}
	.result__tax .tax__toolChip:hover .tax__toolChip--text {
		opacity: 1;
		visibility: visible;
	}
	.result__tax .tax__bottom {
		margin-top: 2px;
		display: flex;
		justify-content: space-between;
		align-items: baseline;
	}

/* 投資額合計 */
.sumMoney__top {
	padding-bottom: 13px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #E0E0E0;
}
	.sumMoney__top .sumMoney__formula {
		margin-left: 14px;
	}
	.sumMoney__top .sttl--number {
		margin-right: 5px;
	}
		.sumMoney__top .sttl--number+.sttl--number {
			margin-right: 0;
			margin-left: 5px;
		}
	.sumMoney__top .sumMoney__result {
		min-width: 160px;
		text-align: right;
	}
	.sumMoney__top .sumMoney_amount {
		font-family: 'Jost', sans-serif;
		font-size: 24px;
		font-weight: 500;
		color: #00145B;
	}

	/* 変更ボタン */
	.sumMoney__top .changeBtn {
		margin-left: 16px;
	}
	.sumMoney__top .change {
		width: 52px;
		height: 32px;
		background: #00145B;
		border: none;
		border-radius: 6px;
		color: #fff;
		text-align: center;
		font-size: 14px;
		font-weight: 600;
		transition: opacity .3s ease-out;
	}
		.sumMoney__top .change:hover {
			cursor: pointer;
			opacity: 0.7;
		}
.sumMoney__btm {
	margin-top: 4px;
	padding-top: 20px;
}
.sumMoney__btm .changeBtn {
	display: none;
}
.sumMoney__item {
	display: grid;
	grid-template-columns: 1fr 1fr 60px;
	align-items: center;
}
	.sumMoney__item + .sumMoney__item {
		margin-top: 5px;
	}
.sumMoney__amount {
	padding-right: 8px;
	text-align: right;
}
	.sumMoney__amount .save__result {
		font-size: 18px;
		font-family: 'Jost', sans-serif;
		font-weight: 500;
		color: #00145B;
	}
.sumMoney__rate {
	width: 100%;
	height: 100%;
	padding-top: 1px;
	padding-right: 14px;
	position: relative;
	text-align: right;
	font-size: 14px;
	font-family: 'Jost', sans-serif;
	color: #00145B;
	background: #F8F8F8;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
	.sumMoney__rate--text {
		width: 100%;
		position: absolute;
		right: 0;
		top: -18px;
		font-size: 12px;
		color: #111111;
	}
	.sumMoney__rate--text.sp-only {
		display: none;
	}
	.sumMoney__rate .unit--parsent {
		font-size: 12px;
	}

.sumMoney__lastMoney {
	margin-top: 13px;
	padding-right: 68px;
	padding-left: 46px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lastMoney__Amount {
	font-size: 18px;
	font-family: 'Jost', sans-serif;
	color: #00145B;
	font-weight: 500;
}
	.lastMoney__Amount .unit {
		font-size: 14px;
		margin-left: 4px;
	}


/* 運用期間 */
#result__period {
	margin-top: 8px;
	padding: 20px 26px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
	#result__period .input__age {
		display: flex;
		align-items: center;
	}

	/* #result__period .input__age ul {
		margin-left: 8px;
		display: flex;
		align-items: center;
	}
	#result__period .input__age li+li {
		margin-left: 6px;
	} */

/* グラフ */
#pageResult .chartBox {
	position: relative;
	margin: 25px 0 45px;
}
#pageResult .chartBox > div {
    position: relative;
    height: 400px;
    margin-bottom: 20px;
}
#pageResult .balloon-investment,
#pageResult .balloon-profit,
#pageResult .balloon-tax-free-amount {
	padding: 5px 10px;
}
#pageResult .chartBox .investment,
#pageResult .chartBox .profit,
#pageResult .chartBox .taxFreeAmount {
	position: relative;
}
#pageResult .chartBox .investment:before {
	content: '';
	position: absolute;
	top: 3px;
	left: -10px;
	width: 8px;
	height: 8px;
	background: url("../image/simulation/legend_icon_investment.png") left center no-repeat;
    background-size: 8px auto;
}
#pageResult .chartBox .profit:before {
	content: '';
	position: absolute;
	top: 3px;
	left: -10px;
	width: 8px;
	height: 8px;
	background: url("../image/simulation/legend_icon_profit.png") left center no-repeat;
    background-size: 8px auto;
}
#pageResult .chartBox .taxFreeAmount:before {
	content: '';
	position: absolute;
	top: 3px;
	left: -10px;
	width: 8px;
	height: 8px;
	background: url("../image/simulation/balloon_icon_tax-free-amount.png") left center no-repeat;
    background-size: 8px auto;
}
#pageResult .chartBox ul {
    position: relative;
    font-size: 14px;
    text-align: center;
}
#pageResult .chartBox ul li {
    display: inline-block;
}
#pageResult .chartBox ul li + li {
    margin-left: 20px;
}
#pageResult .chartBox ul li:nth-child(1) {
	padding-left: 25px;
	background: url("../image/simulation/legend_icon_investment.png") left center no-repeat;
    background-size: 16px auto;
}
#pageResult .chartBox ul li:nth-child(2) {
	padding-left: 25px;
	background: url("../image/simulation/legend_icon_profit.png") left center no-repeat;
    background-size: 16px auto;
}
#pageResult .chartBox ul li:nth-child(3) {
	padding-left: 40px;
	font-weight: bold;
	background: url("../image/simulation/legend_icon_tax-free-amount.png") left center no-repeat;
    background-size: 30px auto;
}
	#result__period .period__error {
		position: absolute;
		bottom: 20px;
		left: 238px;
	}

/* --------------------------------------------------
    試算結果編集モーダル画面
-------------------------------------------------- */
#editModal {
	/* display: none; */
	visibility: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

#editModal .overlay {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#investmentEdit {
	position: fixed;
	padding: 40px 40px 0;
	width: 840px;
	height: 90vh;
	max-height: 1000px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	border-radius: 8px;
}
	#investmentEdit .contItem {
		background: #F8F8F8;
	}
	#investmentEdit .title {
		font-size: 24px;
		font-weight: 400;
	}

.investmentEdit__close {
	position: absolute;
	top: 25px;
	right: 20px;
	cursor: pointer;
}

.investmentEdit__body {
	height: calc(100% - (221px));
	overflow-y: scroll;
}

.investmentEdit__body .sttl--text {
	font-weight: bold;
}

.enterBtn {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateX(-50%);
	text-align: center;
	height: 80px;
	width: 100%;
	border-radius: 0 0 6px 6px;
	box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.08);
}
.investmentEdit__head {
	padding-bottom: 11px;
}
.investmentEdit__head .result {
	padding: 0 42px 0 30px;
}
#investmentEdit .lastMoney {
	display: flex;
}

/* 戻るボタン */
.return .back {
	position: relative;
	padding-left: 28px;
	border: none;
	background: #fff;
	font-size: 16px;
	color: #676767;
	cursor: pointer;
}
	.return .back::before {
		position: absolute;
		content: '';
		display: block;
		width: 20px;
		height: 20px;
		top: 52%;
		left: 0;
		background: url('../image/icon_return_btn.png') no-repeat;
		background-size: contain;
		background-position: center;
		transform: translateY(-50%);
	}
	
	.return .back:disabled {
		opacity: 0.2;
		cursor: default;
	}