@charset "UTF-8";

/* CSS Document */

/*===================================================
    各画面作成用CSS
===================================================*/

/*//////////////////////////////////////////////////
    iDeCo節税シミュレーションページ(PC)
///////////////////////////////////////////////////*/

/* ランディングページから遷移した場合の表示
---------------------------------------------*/
#fstLoad {
  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 {
  padding: 40px;
  color: #111111;
  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: #007ac7;
}

/* ボタン設定
--------------------------------------*/
#simulation button {
  font-weight: 500;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  background: #c1c8d1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
}

/* --------------------------------------------------
    診断結果表示
-------------------------------------------------- */
#resultDiagnosis,
#resultDiagnosis .detailBox {
  display: table;
  width: 100%;
}
#resultDiagnosis > *,
#resultDiagnosis .detailBox > * {
  display: table-cell;
  vertical-align: middle;
}
#resultDiagnosis {
  margin-bottom: 20px;
}
#resultDiagnosis .detailBox {
  width: 550px;
  border: 1px solid #0099b3;
  padding: 20px;
}
#resultDiagnosis .detailBox > p {
  width: 106px;
  padding-right: 10px;
}
#resultDiagnosis .detailBox .kind {
  /* vertical-align: bottom; */
}
#resultDiagnosis .detailBox .kind p {
  /* display: table; */
  position: relative;
  /* width: 100%; */
  height: 60px;
  font-size: 16px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
}
#resultDiagnosis .detailBox .kind p > span {
  display: table-cell;
  /* padding: 5px 90px 5px 85px; */
  padding-right: 15px;
  vertical-align: middle;
  /* text-indent: -4em; */
  font-size: 18px;
  /* font-weight: bold; */
}
#resultDiagnosis .detailBox .kind button {
  /* position: absolute; */
  top: 0;
  bottom: 0;
  right: 10px;
  min-width: 100px;
  height: 35px;
  font-size: 18px;
  font-weight: bold;
  margin: auto 0;
  background: #006680;
  border-radius: 0;
  font-weight: normal;
}

#resultDiagnosis #maxInstalment {
  /* width: 500px; */
  /* font-weight: 700; */
  font-size: 18px;
  text-align: center;
  color: #006680;
}
#resultDiagnosis #maxInstalment em {
  font-size: 36px;
  color: #006680;
  font-weight: bold;
}
#resultDiagnosis #maxInstalment br {
  display: none;
}
/* --------------------------------------------------
    モーダルウインドウ
-------------------------------------------------- */
.modalOverlay {
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

#simulation .modalContent {
  display: none;
  width: 100%;
  height: 90%;
  overflow: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  margin: auto;
  padding: 20px 50px;
  max-width: 800px;
  min-width: 300px;
  background: #ffffff;
  z-index: 10000;
}
#simulation .modalContent > p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#simulation .modalContent dl {
  /* margin-bottom: 40px; */
}
#simulation .modalContent dl dt {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #006680;
}
#simulation .modalContent dl dd {
  font-size: 18px;
}
#simulation .modalContent .modalClose button {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  display: flex;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
}
#simulation .modalContent .modalClose button img {
  margin-right: 5px;
  display: block;
  width: 25px;
}

/* 職業選択モーダル
--------------------------------------*/
#simulation #kindBox {
  max-width: 660px;
  height: 549px;
  padding: 0;
}
#simulation #kindBox > p {
  padding: 22px 10px;
}
#simulation #kindBox ul li {
  position: relative;
  font-size: 21px;
  border-top: 1px solid #dddddd;
}
#simulation #kindBox ul li input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#simulation #kindBox ul li label {
  display: block;
  width: 100%;
  height: 100%;
  padding: 17px 30px 17px 15px;
  cursor: pointer;
  background: url("../image/simulation/radio_off.png") 98% center no-repeat;
  background-size: 30px auto;
}
#simulation #kindBox ul li input[type="radio"]:checked + label {
  background: url("../image/simulation/radio_on.png") 98% center no-repeat;
  background-size: 30px auto;
}

/*通常リスト＆連番*/
#simulation .dot > li {
  position: relative;
  padding-left: 20px;
}
#simulation .dot > 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;
}
#simulation .num li {
  position: relative;
  padding-left: 30px;
  counter-increment: cnt;
  list-style-position: inside;
}
#simulation .num li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "(" counter(cnt) ") ";
}

/*移換資産*/
#simulation #con1 {
  max-height: 161px;
}
/*毎月の掛け金*/
#simulation #con2 {
  max-height: 510px;
}
#simulation #con2 ul {
  margin: 1em 0;
}
#simulation #con2 .dot > li + li {
  margin-top: 1em;
}
#simulation #con2 p + p {
  margin-top: 1em;
}

/*運用利回り*/
#simulation #con3 {
  max-height: 600px;
}
#simulation #con3 ul {
  margin: 1em 0;
}
#simulation #con3 ul li {
  position: relative;
  padding-left: 20px;
}
#simulation #con3 ul li + li {
  margin-top: 1em;
}
#simulation #con3 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;
}
/*加入プラン*/
#simulation #con4 {
  max-height: 454px;
}
#simulation #con4 .dot {
  margin-top: 15px;
}
#simulation #con4 .dot > li {
  margin-bottom: 25px;
}
#simulation #con4 .num aside {
  margin-left: 7em;
}

/*扶養配偶者、扶養している子供*/
#simulation #con5 ol,
#simulation #con6 ol {
  margin: 1em 0 0;
}
#simulation #con5 ol li,
#simulation #con6 ol li {
  position: relative;
  padding-left: 30px;
  counter-increment: cnt;
  list-style-position: inside;
}
#simulation #con5 ol li:before,
#simulation #con6 ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "(" counter(cnt) ") ";
}
/*扶養配偶者（控除対象配偶者）*/
#simulation #con5 {
  max-height: 320px;
}
/*扶養している子供（控除対象扶養親族）*/
#simulation #con6 {
  max-height: 400px;
}
/*拠出時の税制優遇*/
#simulation #con7 {
  max-height: 310px;
}
/*運用時の税制優遇*/
#simulation #con8 {
  max-height: 310px;
}
/*受取時の税制優遇*/
#simulation #con9 {
  max-height: 440px;
}
#simulation #con7 p + p,
#simulation #con8 p + p,
#simulation #con9 p + p {
  margin-top: 1em;
}

/* --------------------------------------------------
    メイン
-------------------------------------------------- */
#simulation {
  max-width: 1100px;
  /* margin: -90px auto 0; */
  margin-left: auto;
  margin-right: auto;
  padding: 160px 0 0px;
}
/* --------------------------------------------------
    入力画面
-------------------------------------------------- */
#simulation #pageInput {
  margin-top: -140px;
  /*padding-top: 140px;*/
}
#simulation #pageInput .contBox {
  /* padding: 5px 55px 40px; */
  text-align: center;
  /* border: 3px solid #CCC; */
  background: #ffffff;
}

/* 入力ボックス
--------------------------------------*/
#simulation #pageInput .contBox > dl {
  display: table;
  /* display: flex; */
  /* justify-content: space-between; */
  width: 100%;
  /* font-size: 14px; */
  text-align: left;
  /* border-bottom: 1px solid #DDDDDD; */
}
#simulation #pageInput .contBox > dl.haigusha {
  display: table;
}
#simulation #pageInput .contBox > dl > * {
  display: table-cell;
  padding: 20px 0;
  vertical-align: middle;
}
#simulation #pageInput .contBox > dl > dt {
  width: 214px;
  font-size: 18px;
  font-weight: 700;
}
#simulation #pageInput .contBox > dl > dt span {
  display: inline-block;
  width: 24px;
  margin-left: 9px;
  cursor: pointer;
}
#simulation #pageInput .contBox > dl > dd {
  position: relative;
  /* font-weight: 500; */
}
#simulation #pageInput .contBox > dl > dd span {
  position: absolute;
  bottom: 3px;
  font-size: 18px;
  /* color: #ABB2BB; */
}
#simulation #pageInput .contBox > dl > dd + dd {
  width: 520px;
}
/* #simulation #pageInput .contBox > dl > dd:nth-child(1) {
	order: 1
}
#simulation #pageInput .contBox > dl > dd:nth-child(2) {
	order: 2;
  width: 200px;
}
#simulation #pageInput .contBox > dl.haigusha > dd:nth-child(2),
#simulation #pageInput .contBox > dl.children > dd:nth-child(2) {
  width: auto;
}

#simulation #pageInput .contBox > dl > dd:nth-child(3) {
	width: 520px;
	order: 4
}
#simulation #pageInput .contBox > dl > dd:nth-child(4) {
	width: 160px;
	order: 3
} */
#simulation #pageInput dl dd .min {
  left: 0;
}
#simulation #pageInput dl dd .max {
  right: 0;
}
#simulation #pageInput dl dd .rangeslider:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8px;
  border-radius: 4px;
}
#simulation #pageInput dl:first-child .rangeslider:after {
  /* background: url("../image/simulation/scale_bg.png") 135px center no-repeat,url("../image/simulation/scale_bg.png") 250px center no-repeat,url("../image/simulation/scale_bg.png") 365px center no-repeat; */
  background-size: 1px auto;
}
#simulation #pageInput dl:first-child .scale1 {
  left: 130px;
}
#simulation #pageInput dl:first-child .scale2 {
  left: 255px;
}
#simulation #pageInput dl:first-child .scale3 {
  left: 385px;
}
#simulation #pageInput dl:first-child .scaleType1 .rangeslider:after {
  /* background: url("../image/simulation/scale_bg.png") 135px center no-repeat,url("../image/simulation/scale_bg.png") 250px center no-repeat,url("../image/simulation/scale_bg.png") 365px center no-repeat; */
  background-size: 1px auto;
}
#simulation #pageInput dl:first-child .scaleType1 .scale1 {
  left: 110px;
}
#simulation #pageInput dl:first-child .scaleType1 .scale2 {
  left: 225px;
}
#simulation #pageInput dl:first-child .scaleType1 .scale3 {
  left: 340px;
}
#simulation #pageInput dl:first-child .scaleType1 .scale4 {
  left: 455px;
}
#simulation #pageInput dl:nth-child(2) .rangeslider:after {
  /* background: url("../image/simulation/scale_bg.png") 135px center no-repeat,url("../image/simulation/scale_bg.png") 250px center no-repeat,url("../image/simulation/scale_bg.png") 365px center no-repeat; */
  background-size: 1px auto;
}
#simulation #pageInput dl:nth-child(2) .scale1 {
  left: 122px;
}
#simulation #pageInput dl:nth-child(2) .scale2 {
  left: 240px;
}
#simulation #pageInput dl:nth-child(2) .scale3 {
  left: 365px;
}
#simulation #pageInput dl:nth-child(3) .rangeslider:after {
  /* background: url("../image/simulation/scale_bg.png") 80px center no-repeat,url("../image/simulation/scale_bg.png") 170px center no-repeat,url("../image/simulation/scale_bg.png") 250px center no-repeat,url("../image/simulation/scale_bg.png") 330px center no-repeat,url("../image/simulation/scale_bg.png") 400px center no-repeat; */
  background-size: 1px auto;
}
#simulation #pageInput dl:nth-child(3) .scale1 {
  left: 156px;
}
#simulation #pageInput dl:nth-child(3) .scale2 {
  left: 323px;
}
#simulation #pageInput dl:nth-child(4) .rangeslider:after {
  /* background: url("../image/simulation/scale_bg.png") 135px center no-repeat,url("../image/simulation/scale_bg.png") 250px center no-repeat,url("../image/simulation/scale_bg.png") 365px center no-repeat; */
  background-size: 1px auto;
}
#simulation #pageInput dl:nth-child(4) .scale1 {
  left: 111px;
}
#simulation #pageInput dl:nth-child(4) .scale2 {
  left: 240px;
}
#simulation #pageInput dl:nth-child(4) .scale3 {
  left: 365px;
}
#simulation #pageInput dl:nth-child(5) .rangeslider:after {
  /* background: url("../image/simulation/scale_bg.png") 135px center no-repeat,url("../image/simulation/scale_bg.png") 250px center no-repeat,url("../image/simulation/scale_bg.png") 365px center no-repeat; */
  background-size: 1px auto;
}
#simulation #pageInput dl:nth-child(5) .scale1 {
  left: 125px;
}
#simulation #pageInput dl:nth-child(5) .scale2 {
  left: 256px;
}
#simulation #pageInput dl:nth-child(5) .scale3 {
  left: 373px;
}

/* 扶養している子供　
-------------------------------------------------- */
#simulation #pageInput .contBox .children {
  margin-bottom: 20px;
  display: table;
}
#simulation #pageInput .contBox .children > * {
  /* vertical-align: top; */
}
#simulation #pageInput .contBox .children ul {
  overflow: hidden;
  /* width: 480px; */
  display: flex;
}
#simulation #pageInput .contBox .children ul li {
  /* float: left; */
  /* width: 240px; */
  margin-right: 20px;
}
#simulation #pageInput .contBox .children ul li:nth-child(n + 3) {
  /* margin-top: 20px; */
}
#simulation #pageInput .contBox .children ul li:nth-child(n + 4) {
  margin-right: 0;
}
#simulation #pageInput .contBox .children dl {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 14px;
}
#simulation #pageInput .contBox .children dl dt {
  /* display: table-cell; */
  /* width: 90px; */
  margin-right: 4px;
}
#simulation #pageInput .contBox .children dl dd {
  /* display: table-cell; */
}

/* 数値入力設定
-------------------------------------------------- */
#simulation input[type="tel"],
#simulation input[type="number"] {
  width: 124px;
  height: 35px;
  padding: 0 5px;
  font-size: 18px;
  text-align: right;
  margin-right: 5px;
  /* border-radius: 4px; */
  border: 1px solid #0099b3;
  background: #d4ecf3;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ラジオボタン設定　
-------------------------------------------------- */
#simulation .radioBox {
  /* display: table;
    width: 300px;
    border-radius: 4px;
	border: 1px solid #CCC; */
  display: flex;
}
#simulation .radioBox li {
  /* position: relative;
        display: table-cell;
        width: 50%;
        height: 40px; */
  margin-right: 20px;
  font-size: 18px;
  font-weight: normal;
}
#simulation .radioBox li:first-child {
  /* border-right: solid 1px #CCC; */
}

#simulation .radioBox li input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  /* width: 98%;
            height: 90%;
            opacity: 0;
            z-index: 1; */
  cursor: pointer;
  -ms-filter: "alpha(opacity=0)";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  visibility: hidden;
}
#simulation .radioBox li label {
  /* display: block;
            font-family: 'Noto Sans JP',Meiryo,"メイリオ";
            font-weight: 500;
            text-align: center;
            text-decoration: none;
            line-height: 40px;
            background: #F3F3F3; */
}
#simulation .radioBox li input[type="radio"]:checked + label {
  /* color: #FFFFFF;
            border: none;
            background: #007ac7; */
}

/* #simulation .radioBox li input[type="radio"] {
  position: absolute;
  opacity: 0;
} */

#simulation .radioBox li input[type="radio"] + label {
  display: flex;
  align-items: center;
}

#simulation .radioBox li input[type="radio"] + label:before {
  content: "";
  border-radius: 100%;
  border: 1px solid #0099b3;
  display: inline-block;
  min-width: 20px;
  min-height: 20px;
  position: relative;
  margin-right: 7px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
}

#simulation .radioBox li input[type="radio"]:checked + label:before {
  background-color: #0099b3;
  box-shadow: inset 0 0 0 4px #ffffff;
}

#simulation .radioBox li input[type="radio"]:focus + label:before {
  outline: none;
  border-color: #0099b3;
}

#simulation .radioBox li input[type="radio"]:disabled + label:before {
  box-shadow: inset 0 0 0 4px #0099b3;
  border-color: #002c34;
  background: #002c34;
}

#simulation .radioBox li input[type="radio"] + label:empty:before {
  margin-right: 0;
}

/* セレクトボックス設定　
-------------------------------------------------- */
#simulation .selectBox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 54px;
  height: 30px;
  /* border-radius: 4px; */
  border: 1px solid #0099b3;
  background: url("../image/simulation/icon_select.png") 94% center no-repeat
    #d4ecf3;
  background-size: 9px auto;
}
#simulation .selectBox label {
  position: absolute;
  top: 2px;
  right: 20px;
}
#simulation .selectBox select {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 16px;
  -ms-filter: "alpha(opacity=0)";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

/*結果表示ボタン*/
#simulation button {
  font-weight: normal;
  border: none;
  border-radius: 0;
  cursor: pointer;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 40px;
}
#simulation button a.btn {
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#simulation #go {
  /* width: 300px;
	margin: 0 auto 40px;
	line-height: 55px;
	font-family: 'Noto Sans JP',Meiryo,"メイリオ";
	font-size: 18px;
	font-weight: 500;
	border: none;
	border-radius: 40px;
	cursor: pointer;
	background: #007ac7;
	-webkit-appearance:none;
    -moz-appearance: none;
    appearance: none; */
}
#simulation #go:hover {
  /* opacity: 0.6; */
}
#simulation #go[disabled] {
  /* opacity: 0.6; */
}
#simulation #go[disabled]:hover {
  /* opacity: 0.6; */
}
#simulation #go a {
  /* display: block; */
  /* color: #FFFFFF; */
}
#simulation #go[disabled]:hover a {
  /* cursor: default; */
}
#simulation #go + aside p {
  /* position: relative; */
  /* padding-left: 1.2em; */
  /* text-align: left; */
  /* word-break: normal; */
}
#simulation #go + aside p:before {
  /* content: '※'; */
  /* position: absolute; */
  /* left: 0; */
}

#simulation aside {
  text-align: left;
  border-top: 1px solid #006680;
  margin-top: 70px;
  padding-top: 20px;
}
#simulation aside p {
  margin-bottom: 1em;
  font-size: 18px;
  padding-left: 1em;
  text-indent: -1em;
}
#simulation aside p::before {
  content: "※";
}

/* --------------------------------------------------
    結果画面
-------------------------------------------------- */
#pageResult {
  margin-top: -140px;
  /*padding-top: 140px;*/
}
#pageResult h2 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
#pageResult h2 em {
  display: block;
  font-size: 40px;
  color: #006680;
}
#pageResult h3 {
  margin-top: 50px;
  margin-bottom: 15px;
  /* padding-left: 40px; */
  font-weight: 700;
  font-size: 24px;
  /* color: #007ac7; */
}
#simulation #pageResult .topBox {
  /* margin-bottom: 40px; */
  padding: 20px;
  text-align: center;
  border: 1px solid #0099b3;
  background: #ffffff;
}
#pageResult .topBox > div {
  overflow: hidden;
  position: relative;
  text-align: left;
  /* border-bottom: 1px solid #DDDDDD; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#pageResult .topBox > div .detailBox {
  float: left;
  display: table;
  width: 420px;
  /* padding: 10px 0; */
}
#pageResult .topBox > div .detailBox div {
  display: table-cell;
  width: 120px;
  padding-right: 30px;
}
#pageResult .topBox > div .detailBox p {
  display: table-cell;
  width: 300px;
  font-size: 24px;
  vertical-align: middle;
  font-weight: bold;
}
#pageResult .topBox > div .detailBox p span {
  text-indent: -4em;
  padding-left: 4em;
  display: inline-block;
}

#pageResult .topBox > div .setting {
  float: right;
  width: 300px;
  margin-right: 120px;
  font-size: 18px;
}
#pageResult .topBox > div .setting dl {
  display: table;
  width: 100%;
}
#pageResult .topBox > div .setting dl + dl {
  /* border-top: 1px solid #DDDDDD; */
}
#pageResult .topBox > div .setting dl > * {
  display: table-cell;
  padding: 3px 0;
}
#pageResult .topBox > div .setting dl dt {
  width: 180px;
}
#pageResult .topBox > div .setting dl dd {
  position: relative;
}
#pageResult .topBox > div .setting dl dd:before {
  content: ":";
  position: absolute;
  left: -10px;
}
/*条件変更*/
#pageResult .topBox > div .back button {
  position: absolute;
  top: 30px;
  right: 0;
  width: 100px;
  line-height: 35px;
  font-weight: bold;
  font-size: 18px;
  background: #006680;
  border-radius: 0;
  margin-top: 0;
}
#pageResult ul.change_btn {
  overflow: hidden;
  width: 720px;
  margin: 0 auto;
}
#pageResult ul.change_btn li {
  float: left;
  width: 320px;
  padding: 10px 0;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}
#pageResult ul.change_btn li + li {
  float: right;
}
#pageResult ul.change_btn li dl {
  display: table;
  width: 100%;
}
#pageResult ul.change_btn li dl > * {
  display: table-cell;
  vertical-align: middle;
}
#pageResult ul.change_btn li dl dt {
  width: 120px;
  font-size: 18px;
}
#pageResult ul.change_btn li dl dd span {
  position: relative;
}
#pageResult ul.change_btn li dl dd input {
  display: inline-block;
  vertical-align: middle;
}
#pageResult ul.change_btn li dl dd input[type="tel"] {
  position: relative;
  width: 100px;
  padding-right: 35px;
}
#pageResult ul.change_btn li dl dd input[type="button"] {
  width: 34px;
  height: 55px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#pageResult ul.change_btn li dl dd .minus1 {
  background: url("../image/simulation/btn_minus_int.png") center no-repeat;
  background-size: 34px auto;
}
#pageResult ul.change_btn li dl dd .minus1 + span:before {
  content: "円";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  line-height: 1.4;
  z-index: 1;
}
#pageResult ul.change_btn li dl dd .plus1 {
  background: url("../image/simulation/btn_plus_int.png") center no-repeat;
  background-size: 34px auto;
}
#pageResult ul.change_btn li dl dd .minus2 {
  background: url("../image/simulation/btn_minus_float.png") center no-repeat;
  background-size: 34px auto;
}
#pageResult ul.change_btn li dl dd .minus2 + span:before {
  content: "%";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  line-height: 1.4;
  z-index: 1;
}
#pageResult ul.change_btn li dl dd .plus2 {
  background: url("../image/simulation/btn_plus_float.png") center no-repeat;
  background-size: 34px auto;
}
/*20年後の税制メリット*/
#pageResult .ttlMerit {
  /* background: url("../image/simulation/ttl_icon_merit.png") left center no-repeat; */
  /* background-size: 25px auto; */
}
#pageResult .ttlMerit + .result_box {
  margin-bottom: 40px;
  font-size: 18px;
  text-align: center;
  border: 1px solid #0099b3;
  display: flex;
  align-items: center;
  height: 140px;
}
#pageResult .ttlMerit + .result_box .sub {
  background: #d4ecf3;
  color: #006680;
  font-weight: normal;
  width: 54%;
  border-right: 1px solid #0099b3;
  height: 138px;
  padding-top: 40px;
}
#pageResult .ttlMerit + .result_box .sub em {
  display: inline-block;
  margin: 0 15px;
  font-size: 36px;
  color: #006680;
  vertical-align: -7px;
  font-weight: bold;
}
#pageResult .ttlMerit + .result_box .detail_area {
  width: 46%;
  color: #006680;
}
#pageResult .ttlMerit + .result_box .toushigaku {
  border-bottom: 1px solid #0099b3;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pageResult .ttlMerit + .result_box .unyoueki {
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pageResult .ttlMerit + .result_box .toushigaku strong {
  font-size: 36px;
  font-weight: bold;
  margin: 0 15px;
}
#pageResult .ttlMerit + .result_box .unyoueki strong {
  font-size: 32px;
  font-weight: bold;
  margin: 0 15px;
}

/* グラフ */
#pageResult .chartBox {
  margin-bottom: 40px;
  padding: 20px;
  background: #ffffff;
}
#pageResult .chartBox .dispTop {
  overflow: hidden;
  margin-bottom: 20px;
}
#pageResult .chartBox .dispTop p:first-child {
  float: left;
}
#pageResult .chartBox .dispTop p:nth-child(2) {
  float: right;
}
.chart {
  /*position: relative;
	height: 360px;*/
}
#chart {
  /*width: 100%;
	height: 360px;*/
}

/* グラフ凡例 */
#legend {
  width: 100%;
  max-width: 750px;
  margin: 35px auto 0;
}
#legend li {
  display: inline-block;
  padding-left: 50px;
  margin-right: 20px;
  position: relative;
}
#legend li:last-child {
  margin-right: 0;
}
#legend li:before {
  display: inline-block;
  content: "";
  width: 100%;
  max-width: 44px;
  height: 15px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
}
/* 拠出時の優遇額累計 */
#legend li.lineRed:before,
#legend li.lineBlue:before {
  top: 6px;
  height: 3px;
}

/* 運用額 */
#legend li.barRed:before {
  background-color: #71cc72;
  border: solid 3px #35b839;
}
/* 投資額 */
#legend li.barGray:before {
  background-color: rgba(231, 231, 231, 1);
  border: solid 3px #ddd;
}
/* 拠出時の優遇額累計 */
#legend li.lineRed:before {
  background-color: #ffb95d;
}
/* 運用時の非課税額累計 */
#legend li.lineBlue:before {
  background-color: #3f84e1;
}

/*iDeCo 3つの税制優遇*/
#pageResult .ttlTax {
  /* background: url("../image/simulation/ttl_icon_tax.png") left center no-repeat;
	background-size: 23px auto; */
}
#pageResult .explain {
  margin-top: 30px;
  margin-bottom: 40px;
  /* padding: 30px 40px; */
  font-weight: 500;
  font-size: 15px;
  /* border: 3px solid #CCC; */
  background: #ffffff;
}
#pageResult .explain ol > li {
  position: relative;
}
#pageResult .explain ol > li + li {
  margin-top: 40px;
}
#pageResult .explain ol > li p {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
#pageResult .explain ol > li p em {
  display: inline-block;
  /* margin-right: 20px; */
  /* font-size: 30px; */
  /* color: #007ac7; */
  /* font-weight: 700; */
  /* line-height: 40px; */
  /* vertical-align: bottom; */
}
#pageResult .explain ol > li p strong {
  /* display: inline-block; */
  font-weight: bold;
  color: #006680;
  /* border-bottom: 3px solid #e8db00; */
}
#pageResult .explain ol > li aside p {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 400;
}
#pageResult .explain ol > li > span {
  display: inline-block;
  width: 24px;
  margin-left: 10px;
  line-height: 20px;
  vertical-align: top;
  cursor: pointer;
}
#pageResult .explain ul {
  display: table;
  width: 100%;
  border: 1px solid #0099b3;
  background: #d4ecf3;
  padding: 10px;
}
#pageResult .explain ul li {
  display: table-cell;
  width: 50%;
  height: 60px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  letter-spacing: 0.02em;
  line-height: 1.3;
  font-weight: 400;
  font-size: 18px;
}
#pageResult .explain ul .dispTreat.hide {
  display: none;
}
#pageResult .explain ul li + li {
  border-left: 1px solid #0099b3;
}
#pageResult .explain ul li span:not(.dspOperationalYears) {
  display: inline-block;
  margin-left: 15px;
  font-size: 36px;
  font-weight: 700;
  color: #006680;
}

#pageResult .explain ul li strong {
  display: inline-block;
  margin: 0 10px;
  font-size: 36px;
  font-weight: 700;
  color: #006680;
  vertical-align: -4px;
  letter-spacing: 0.002em;
}
#pageResult .explain ul li em {
  color: #006680;
}
#pageResult .explain ul li span.color {
  color: #006680;
  font-size: 18px;
  font-weight: normal;
}
#pageResult .explain ul #noTreat {
  display: none;
  width: 100%;
  height: auto;
  padding: 20px 10px;
}

#pageResult .explain ol + p {
  margin-top: 25px;
  text-align: center;
}

/* 「運用益も非課税で再投資されます」の高さ調整 */
#pageResult .explain ol > li:first-child + li li {
  height: 90px;
}

/*しののめ信用金庫サイトへ*/
#pageResult .btnLink {
  position: relative;
  width: 400px;
  margin: 0 auto 20px;

  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
  border-radius: 40px;
  background: #007ac7;
}
#pageResult .btnLink:hover {
  opacity: 0.6;
}
#pageResult .btnLink a {
  display: block;
  padding: 25px 0;
  color: #ffffff;
}
#pageResult .btnLink a:after {
  content: "";
  position: relative;
  top: -4px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  width: 20px;
  height: 20px;
  background: url(../image/common/icon_target_white.png) 50% 50% no-repeat;
}
/*前の画面に戻る*/
#pageResult .btnLink + .back {
  width: 180px;
  font-size: 14px;
  line-height: 50px;
  background: url("../image/simulation/btn_back_arrow.png") 10px center
    no-repeat #c1c8d1;
  background-size: 5px auto;
}
#pageResult .btnLink + .back:hover {
  opacity: 0.6;
}
#pageResult .btnLink + .back a {
  display: block;
}

/* note */
#pageResult .note {
  margin: 0px 0 0;
}

#simulation .for_customer {
  border: 1px solid #006680;
  padding: 20px;
  margin-top: 60px;
  text-align: left;
}
#simulation .for_customer strong {
  font-weight: bold;
}

.contBox ul.plus_minus {
  display: table-cell;
}
.contBox ul.plus_minus li {
  display: inline-block;
}
.contBox ul.plus_minus input[type="button"] {
  cursor: pointer;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*-webkit-tap-highlight-color:rgba(0,0,0,0);*/
}
.contBox ul.plus_minus .minus input[type="button"] {
  background: url("../../assets/images/btn_minus@2x.png") center no-repeat
    #ffffff;
  background-size: 20px auto;
}
.contBox ul.plus_minus .plus input[type="button"] {
  background: url("../../assets/images/btn_plus@2x.png") center no-repeat
    #ffffff;
  background-size: 20px auto;
}
.required::after {
content: "*";
  color: red;
  vertical-align: middle;
}
