@charset "UTF-8";
/* CSS Document */
/* PC画面用のスタイルシートになります */
/* ここからが「共通部分」のスタイルシートになります。
-------------------------------------------------------------- */
* {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  min-width: 1000px;
}

@font-face {
  font-display: swap;
  font-family: UniversNextforMORNW01-Cn;
  font-style: normal;
  font-weight: 100;
  src: url("../image/fonts/3b5a7b6a-e026-4ee8-b80f-6aa5e44b2977.ttf");
  src: url("../image/fonts/3b5a7b6a-e026-4ee8-b80f-6aa5e44b2977.ttf?#iefix") format("embedded-opentype"), url("../image/fonts/3b5a7b6a-e026-4ee8-b80f-6aa5e44b2977.woff") format("woff");
}

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

img {
  width: 100%;
  vertical-align: middle;
}

.hide {
  display: none !important;
}

/* --------------------------------------------------
	改行
-------------------------------------------------- */
.spBreak {
  display: none;
}

/* --------------------------------------------------
	LAYOUT
-------------------------------------------------- */
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  word-break: break-all;
  text-align: left;
  color: #4d4d4d;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 0.1px;
  overflow-y: scroll;
}

body.top {
  background: #fff7f2;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 100vh;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

article {
  display: none;
}

/* ここまでが「共通部分」のスタイルシートになります。
-------------------------------------------------------------- */
/* ここからが「.header」のスタイルシートになります。
-------------------------------------------------------------- */
.header {
  margin: 0 0 39px;
  text-align: center;
}

.top .header {
  display: none;
}

.futureTimeline .header {
  margin: 0 0 28px;
  border-bottom: 1px solid #E5E5E5;
}

.header h1 {
  margin: 0 auto;
  padding: 10px 0;
  width: 305px;
}

.futureTimeline .header h1 {
  cursor: pointer;
}

nav {
  font-size: 16px;
  border-top: 1px solid #E5E5E5;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 19px 0 26px;
  width: 706px;
  background: 50% 100% no-repeat;
  background-size: 706px auto;
}

.ageCnt nav ul {
  background-image: url("../image/common/bg_step_01.png");
}

.genderCnt nav ul {
  background-image: url("../image/common/bg_step_02.png");
}

.jobCnt nav ul {
  background-image: url("../image/common/bg_step_03.png");
}

.familyCnt nav ul {
  background-image: url("../image/common/bg_step_04.png");
}

.assetCnt nav ul {
  background-image: url("../image/common/bg_step_05.png");
}

nav li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

nav li:nth-child(1) {
  margin-left: -75px;
}

nav li:nth-child(5) {
  margin-right: -75px;
}

/* ここまでが「.header」のスタイルシートになります。
-------------------------------------------------------------- */
/* ここからが「btn」のスタイルシートになります。
-------------------------------------------------------------- */
button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button::-ms-clear {
  display: none;
}

button::-ms-reveal {
  display: none;
}

button::-ms-expand {
  display: none;
}

button::-webkit-credentials-auto-fill-button {
  margin: 0;
  width: 0;
  background-color: transparent;
}

button:not(:disabled) {
  cursor: pointer;
}

button:disabled {
  opacity: 0.6;
}

.btnList {
  position: relative;
  margin: 28px auto 0;
}

.btnPrimary {
  width: 260px;
  height: 50px;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.2;
  border-radius: 25px;
  background: #ff6161;
  -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:not(:disabled):hover {
  background-color: #e83a3a;
  -webkit-box-shadow: inset 0 0 0 1px #e83a3a;
          box-shadow: inset 0 0 0 1px #e83a3a;
}

.btnBack {
  text-align: left;
}

.btnBack:not(:only-child) {
  position: absolute;
  top: 15px;
  left: 0;
}

.btnBack button {
  padding-left: 26px;
  font-size: 14px;
  color: #5E5E5E;
  text-decoration: underline;
  background: url("../image/common/icon_back.png") 0 50% no-repeat;
  background-size: 17px auto;
}

.btnBack button:hover {
  text-decoration: none;
}

.btnNext:not(:first-child) {
  margin: 28px 0 0;
}

.btnWhite {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  border-radius: 25px;
  background: #ff6161;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.btnWhite:hover {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 119, 207, 0.8);
          box-shadow: 0px 0px 4px 0px rgba(0, 119, 207, 0.8);
}

.btnClose {
  position: absolute;
  z-index: 1;
  top: 28px;
  right: 32px;
  width: 14px;
}

.btnEdit {
  width: 260px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  font-size: 15px;
  background: #0077CF;
  border-radius: 25px;
  -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;
}

.btnEdit:not(:disabled):hover {
  background-color: #005ba1;
  -webkit-box-shadow: inset 0 0 0 1px #005ba1;
          box-shadow: inset 0 0 0 1px #005ba1;
}

.btnEditWrap {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  width: 100%;
  background: #ffffff;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08);
}

.deleteBtn {
  margin: 0 0 0 29px;
}

.deleteBtn button {
  padding: 28px 0 0;
  width: 28px;
  height: 0;
  overflow: hidden;
  text-indent: 100%;
  background: url(../image/common/btn_delete.png) 50% 50% no-repeat;
  background-size: contain;
}

.addBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0 0;
}

.addBtn:before {
  content: attr(data-label);
  padding: 0 0 0 10px;
  width: 151px;
  letter-spacing: 0.05em;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.addBtn button {
  padding: 0 0 2px;
  width: 240px;
  height: 32px;
  line-height: 30px;
  letter-spacing: 0.05em;
  background: url(../image/common/btn_add.png) 14px 50% no-repeat;
  background-size: 11px auto;
  border: 1px solid #707070;
  border-radius: 16px;
}

/* ここまでが「btn」のスタイルシートになります。
-------------------------------------------------------------- */
/* ここからが「form」のスタイルシートになります。
-------------------------------------------------------------- */
.formBox > div,
.formBox dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.formBox dt {
  width: 104px;
  font-size: 16px;
  text-align: left;
}

.formBox p:not(.checkBox):not(.formBoxErrorTxt) {
  margin: 0;
}

.formBoxErrorTxt {
  margin-top: 5px;
  color: #ff6161;
  font-size: 12px;
  font-weight: bold;
}

.flexibleBox {
  border-top: 1px solid #fff7f2;
}

.flexibleBox:not([data-set="0"]) .addBtn {
  margin: 5px 0 0;
}

.flexibleBox:not([data-set="0"]) .addBtn:before {
  opacity: 0;
}

.flexibleBox:first-child {
  border-top: none;
}

.checkBox {
  position: relative;
  margin-left: 20px;
}

.checkBox label {
  position: relative;
  padding: 0 0 0 25px;
  vertical-align: middle;
  background: url("../image/common/icon_check_off.png") 0 50% no-repeat, url("../image/common/icon_check_on.png") 0 50% no-repeat;
  background-size: 18px auto, 0 0;
  cursor: pointer;
  z-index: 2;
}

.checkBox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.checkBox input:checked + label {
  background-size: 0 0, 18px auto;
}

.inputBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}

.inputBox input[type="number"],
.inputBox input[type="text"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  width: 80px;
  height: 38px;
  padding: 0 8px;
  font-size: 20px;
  font-family: UniversNextforMORNW01-Cn;
  text-align: right;
  border-bottom: 1px solid #707070;
  background: #E5E5E5;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

.inputBox input[type="number"]::-ms-clear,
.inputBox input[type="text"]::-ms-clear {
  display: none;
}

.inputBox input[type="number"]::-ms-reveal,
.inputBox input[type="text"]::-ms-reveal {
  display: none;
}

.inputBox input[type="number"]::-ms-expand,
.inputBox input[type="text"]::-ms-expand {
  display: none;
}

.inputBox input[type="number"]::-webkit-credentials-auto-fill-button,
.inputBox input[type="text"]::-webkit-credentials-auto-fill-button {
  margin: 0;
  width: 0;
  background-color: transparent;
}

.inputBox input[type="number"].inputShort,
.inputBox input[type="text"].inputShort {
  width: 60px;
}

.inputBox input[type="number"].inputBoxError,
.inputBox input[type="text"].inputBoxError {
  border-bottom-color: #ff6161;
  background: #FFF0F1;
}

.inputBox input[type="number"] {
  -moz-appearance: textfield;
}

.inputBox input[type="number"]::-webkit-outer-spin-button, .inputBox input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.inputBox span {
  margin: 0 0 0 6px;
}

.rateBox {
  margin: 0 0 0 9px;
}

.rateBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rateBox li:not(:nth-child(1)) {
  margin: 0 0 0 3px;
}

.rateBox button {
  padding: 24px 0 0;
  width: 24px;
  height: 0;
  overflow: hidden;
  text-indent: 100%;
  background: 50% 50% no-repeat #fff7f2;
  background-size: contain;
}

.rateBox button.minus {
  background-image: url(../image/common/btn_minus.png);
}

.rateBox button.plus {
  background-image: url(../image/common/btn_plus.png);
}

.selectBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  width: 204px;
  height: 38px;
  background: url("../image/common/select_arrow.png") right 9px center no-repeat #E5E5E5;
  background-size: 10px auto;
  border-bottom: 1px solid #707070;
}

.selectBox select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 100%;
  opacity: 0;
}

/* ここまでが「form」のスタイルシートになります。
-------------------------------------------------------------- */
/* ここからが「#top」のスタイルシートになります。
-------------------------------------------------------------- */
#top {
  padding: 203px 0 0;
  width: 100%;
}

#top h2 em {
  display: block;
  margin: 0 auto;
  max-width: 743px;
}

#top h2 span {
  display: block;
  margin: 20px 0 0;
  padding: 15px;
  color: #4d4d4d;
  font-size: 20px;
  text-align: center;
  background: #ffffff;
}

#top p {
  margin: 60px 0 0;
}

/* ここまでが「#top」のスタイルシートになります。
-------------------------------------------------------------- */
/* ここからが「.question」のスタイルシートになります。
-------------------------------------------------------------- */
.question {
  margin: 0 auto;
  width: 768px;
  text-align: center;
}

.question h2 {
  margin: 0 0 31px;
  font-size: 32px;
  color: #ff6161;
}

.question .qBox {
  padding: 40px 0;
  background: #fff7f2;
}

.question .qBox .formBox ~ .formBox {
  margin-top: 28px;
}

.question .qBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -30px auto 0;
  width: 568px;
}

.question .qBox li {
  margin: 30px 0 0;
  width: 268px;
}

.question .qBox > p {
  margin: 19px 0 0;
  font-size: 12px;
}

.question .qBox > p.dispAverage {
  margin: 8px 0 0;
  font-size: 14px;
  color: #5E5E5E;
}

.question .qBox > p.dispAverage span {
  font-family: UniversNextforMORNW01-Cn;
  font-size: 20px;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

.question .inputBox input[type="text"] {
  width: 100px;
  height: 40px;
  background: #ffffff;
}

/* ここまでが「#question」のスタイルシートになります。
-------------------------------------------------------------- */
/* ここからが「#futureTimeline」のスタイルシートになります。
-------------------------------------------------------------- */
.chronology {
  margin: 0 auto;
  text-align: center;
}

.chronology .btnList {
  padding: 0 20px;
  max-width: 1210px;
}

.chronology .formBox {
  margin: 45px auto 0;
  width: 328px;
}

.chronology .formBox dt {
  width: 162px;
  letter-spacing: 0.05em;
}

.chronology .formBox .btnQuestion {
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 9px;
  width: 19px;
  font-size: 0;
}

.chronology .formBox dd {
  font-size: 14px;
}

.stepList {
  position: relative;
  margin: 77px 0 0;
  padding: 37px 20px 30px;
  text-align: center;
  background: #fff7f2;
}

.stepList h3 {
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
  font-size: 23px;
  color: #ff6161;
}

.stepList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 1168px;
}

.stepList li {
  width: calc(30% - 24px);
}

.stepList li:nth-child(1) .btnWhite:before {
  background-image: url(../image/common/icon_future_03.png);
}
.stepList li:nth-child(2) .btnWhite:before {
  background-image: url(../image/common/icon_future_03.png);
}
.stepList li:nth-child(3) .btnWhite:before {
  background-image: url(../image/common/icon_future_02.png);
}
.stepList li:nth-child(4) .btnWhite:before {
  background-image: url(../image/common/icon_future_01.png);
}

.stepList .btnWhite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  color: #fff;
  font-size: 15px;
}

.stepList .btnWhite:before {
  content: "";
  display: inline-block;
  margin: 0 6px 0 0;
  width: 31px;
  height: 27px;
  background: 50% 50% no-repeat;
  background-size: contain;
}

.stepList .btnWhite span {
  text-align: left;
}

.tabBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1210px;
}

.tabBox h2 {
  font-size: 32px;
  color: #ff6161;
  text-align: left;
}

.tabBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 62px;
  font-size: 18px;
}

.tabBox li:not(:nth-child(1)) {
  margin: 0 0 0 31px;
}

.tabBox a {
  display: block;
  padding: 0 0 3px;
  color: #5E5E5E;
  border-bottom: 4px solid #ffffff;
  -webkit-transition: border .3s;
  transition: border .3s;
}

.tabBox a:hover, .tabBox a.active {
  border-color: #ff6161;
}

.chartArea {
  margin: 30px 0 0;
  background: #ffffff;
}

.chartArea .chartBox {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1300px;
}

.chartArea .chartBox:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3px;
  width: 16px;
  height: 135px;
  background: url("../image/common/chart_balance_label.png") no-repeat;
  background-size: 16px auto;
}

.chartArea .chartBox > div:not(.active) {
  display: none;
}

.chartArea #chartEvent .highcharts-data-label span {
  display: block;
  line-height: 1.5;
  text-align: center;
}

.chartArea .legendBox {
  margin: 9px 0 0;
  background: #fff7f2;
}

.chartArea .legendBox[data-target="#chartEvent"] dl {
  opacity: 0;
}

.chartArea .legendBox > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 8px 20px;
  max-width: 1210px;
}

.chartArea .legendBox dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 40px 0 0;
}

.chartArea .legendBox dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.chartArea .legendBox dl div:not(:nth-child(1)) {
  margin: 3px 0 0;
}

.chartArea .legendBox dt {
  margin-right: 5px;
  width: 3em;
  font-weight: bold;
  color: #4d4d4d;
  white-space: nowrap;
}

.chartArea .legendBox dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.chartArea .legendBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -20px;
  text-align: left;
}

.chartArea .legendBox ul li:nth-child(1) {
  width: calc(7em + 24px);
}

.chartArea .legendBox ul li:nth-child(2), .chartArea .legendBox ul li:nth-child(3), .chartArea .legendBox ul li:nth-child(5), .chartArea .legendBox ul li:nth-child(6), .chartArea .legendBox ul li:nth-child(7) {
  width: calc(5em + 24px);
}

.chartArea .legendBox ul li:nth-child(4) {
  width: calc(6em + 24px);
}

.chartArea .legendBox ul.incomes li:nth-child(1):before {
  background: #7899C9;
}

.chartArea .legendBox ul.incomes li:nth-child(2):before {
  background: #A1C9DC;
}

.chartArea .legendBox ul.incomes li:nth-child(3):before {
  background: #6CC3CD;
}

.chartArea .legendBox ul.incomes li:nth-child(4):before {
  background: #7FDED7;
}

.chartArea .legendBox ul.incomes li:nth-child(5):before {
  background: #9FD9C2;
}

.chartArea .legendBox ul.incomes li:nth-child(6):before {
  background: #BBD4AF;
}

.chartArea .legendBox ul.incomes li:nth-child(7):before {
  background: #CDD1A4;
}

.chartArea .legendBox ul.spending li:nth-child(1):before {
  background: #F281A2;
}

.chartArea .legendBox ul.spending li:nth-child(2):before {
  background: #FACDDA;
}

.chartArea .legendBox ul.spending li:nth-child(3):before {
  background: #F5A696;
}

.chartArea .legendBox ul.spending li:nth-child(4):before {
  background: #F7BA90;
}

.chartArea .legendBox ul.spending li:nth-child(5):before {
  background: #CFB878;
}

.chartArea .legendBox ul.spending li:nth-child(6):before {
  background: #B2B2B2;
}

.chartArea .legendBox ul.spending li:nth-child(7):before {
  background: #D9D9D9;
}

.chartArea .legendBox li {
  position: relative;
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0 0 0 24px;
}

.chartArea .legendBox li:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
}

.chartArea .legendBox p {
  position: relative;
  padding: 0 0 0 32px;
  width: calc(8em + 32px);
  font-weight: bold;
  white-space: nowrap;
}

.chartArea .legendBox p:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background: #ff6161;
}

/* ここまでが「#futureTimeline」のスタイルシートになります。
-------------------------------------------------------------- */
/* ここからが「フッター」のスタイルシートになります。
-------------------------------------------------------------- */
.footer {
  margin: 61px 0 0;
  width: 100%;
  min-width: 1000px;
  background: #ffffff;
  border-top: 1px solid #E5E5E5;
}

.footerTxt {
  margin: 0 auto;
  padding: 26px 20px 30px;
  max-width: 1210px;
  line-height: 2;
  font-size: 11px;
}

.footerCopy {
  display: block;
  padding: 28px 20px;
  line-height: 1.33;
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #E5E5E5;
}

/* ここまでが「フッター」のスタイルシートになります。
-------------------------------------------------------------- */
/* ここからが「.modal」のスタイルシートになります。
-------------------------------------------------------------- */
.modal {
  position: relative;
  background: #ffffff;
  width: 100%;
  max-width: 852px;
  border: 1px solid #E5E5E5;
  padding: 15px 0 80px;
  border-radius: 10px;
  z-index: 1;
}

.modalWrap {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}

.modalWrap.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.modalWrap#toolTip .modal {
  padding: 30px 0 90px;
  max-width: 500px;
}

.modalWrap#toolTip .modalContent {
  padding: 0 30px;
}

.modalWrap#toolTip h2 {
  margin: 0 0 15px;
  padding: 0;
  letter-spacing: normal;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  border-bottom: none;
}

.modalWrap#toolTip .btnEditWrap {
  padding: 20px 0 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modalInner {
  max-height: calc(100vh - 165px);
  overflow-y: auto;
}

.modalContent {
  position: relative;
  z-index: 0;
  padding: 0 31px 30px;
}

.modal h2 {
  margin: 0 0 30px;
  padding: 0 0 11px;
  letter-spacing: 0.05em;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #4d4d4d;
}

.modal h3 {
  margin: 0 0 5px;
  padding: 5px 11px;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-weight: bold;
  background: #fff7f2;
}

.modal h3 ~ h3 {
  margin-top: 30px;
}

.modal .formBox > div {
  padding: 10px 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.modal .formBox > div:not(:nth-child(1)) {
  border-top: 1px solid #fff7f2;
}

.modal .formBox > div:not(:nth-child(1)).flexibleBoxItem {
  padding-top: 5px;
  border-top: none;
}

.modal .formBox > div.hide + div {
  border-top: none;
}

.modal .formBox > div[data-type="payment"] .flexWrap {
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 57px;
  width: 387px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.modal .formBox > div[data-type="payment"] .deleteBtn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.modal .formBox > div .flexWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -8px;
}

.modal .formBox > div .flexWrap > div {
  margin-top: 8px;
}

.modal .formBox dt {
  padding: 0 0 0 10px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  line-height: 38px;
  width: 151px;
  letter-spacing: 0.05em;
}

.modal .formBox dd.formBoxBody {
  display: block;
}

.modal .formBox dd .rateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal .formBox ~ .flexibleBox:not(:last-child) {
  padding-bottom: 15px;
}

.modal .formBox ~ .flexibleBox:not([data-set="0"]) {
  border-top: 1px solid #fff7f2;
}

.modal .inputBox > span,
.modal .rateBox > span {
  margin: 0 0 0 10px;
  width: 63px;
  font-size: 14px;
}

.modal .inputBox > span.txt1,
.modal .rateBox > span.txt1 {
  width: 24px;
}

.modal .inputBox > span.txt2,
.modal .rateBox > span.txt2 {
  width: 38px;
}

.modal .inputBox > span.txt3,
.modal .rateBox > span.txt3 {
  width: 52px;
}

.modal .inputBox > span.txt4,
.modal .rateBox > span.txt4 {
  width: 61px;
}

.modal .inputBox > span.txtYear,
.modal .rateBox > span.txtYear {
  width: 58px;
}

.modal .rateBox {
  margin: 0;
}

.modal .btnWhite {
  width: 200px;
  height: 40px;
  line-height: 40px;
}

.modalOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
}

/* ここまでが「.modal」のスタイルシートになります。
-------------------------------------------------------------- */

/*220303 画面only追加*/
@media (min-width: 769px) {
  .sp_only{
  display: none;
}
}

/*220309 赤ボタンリンク追加*/
@media (min-width: 769px) {
.redbtn_wrapper{
  display: inline-block;
  width: 1000px;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
}
.redbtn_wrapper .center{
  text-align: center;
  margin: 20px 0 20px;
}
.redbtn{
  width: 500px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  float: left;
}
.redbtn a{
  width: 350px;
  display: block;
  color: #ffffff;
  font-size: 16px;
  background-color: #ff6161;
  border-radius: 25px;
  padding: 13px 0;
  -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;
}
.redbtn a span{
  font-size: 14px;
}
.redbtn a:hover{
  background-color: #BE000F;
  -webkit-box-shadow: inset 0 0 0 1px #BE000F;
          box-shadow: inset 0 0 0 1px #BE000F;
}
.redbtn_wrapper .mini{
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
}