@charset "UTF-8";
/* CSS Document */
/*===================================================
	共通CSS（PC）
===================================================*/
/*////////////////////////////////////////////////////////////
	共通設定
///////////////////////////////////////////////////////////*/
/* --------------------------------------------------
	BASE
-------------------------------------------------- */
*,
*:before,
*:after {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html,
body {
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  display: flex;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  line-height: 1.5;
  color: #333333;
  font-size: 1.3rem;
  min-width: 1020px;
}

/*リンク */
a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* 画像幅 */
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

em,
strong {
  font-weight: bold;
}

.hide {
  display: none !important;
}

/*////////////////////////////////////////////////////////////
	MODULES
///////////////////////////////////////////////////////////*/
.ttl {
  font-weight: bold;
}

.ttlMain {
  font-size: 3.0rem;
}

.ttlSub {
  font-size: 2.0rem;
}

.ttlModal {
  padding: 5px 17px;
  font-size: 1.5rem;
  background: #F7F7F7;
}

.ttlModal small {
  font-size: 1.2rem;
  font-weight: normal;
}

.ttlTerm {
  position: relative;
  margin-bottom: 9px;
  padding-left: 20px;
  font-size: 1.5rem;
}

.ttlTerm:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: #5A5A5A;
}

.txtCenter {
  text-align: center;
}

.txtRight {
  text-align: right;
}

.txtRed {
  color: #E60000;
}

.txtNote {
  font-size: 1.2rem;
}

.txtNote li {
  position: relative;
  padding-left: 1em;
}

.txtNote li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
}

.list li {
  position: relative;
  padding-left: 1.2em;
  word-break: break-all;
  word-wrap: break-word;
}

.list li + li {
  margin-top: 6px;
}

.list li:before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 5px;
  height: 5px;
  background: #333333;
  border-radius: 50%;
}

.btn {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.btn::-ms-clear {
  display: none;
}

.btn::-ms-reveal {
  display: none;
}

.btn::-ms-expand {
  display: none;
}

.btn::-webkit-credentials-auto-fill-button {
  margin: 0;
  width: 0;
  background-color: transparent;
}

.btn:not(:disabled) {
  cursor: pointer;
  transition: 0.2s opacity;
}

.btn:not(:disabled):hover {
  opacity: 0.6;
}

.btn:disabled {
  opacity: 0.6;
}

.btnWrap {
  position: relative;
  margin-top: 60px;
}

.btnWrap .btnPrimary {
  margin: 0 auto;
}

.btnWrap .btnSecondary {
  position: absolute;
  top: 5px;
  left: 0;
}

.btnWrapResult {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btnWrapResult .btnSecondary {
  position: relative;
  top: auto;
  left: auto;
  align-self: flex-start;
}

.btnStart {
  padding-left: 20px;
  width: 320px;
  height: 60px;
  color: #E60000;
  font-size: 2.4rem;
  background: #FFF0F1;
  border: 2px solid #E60000;
  border-radius: 30px;
}

.btnStart:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 29px;
  transform: translateY(-50%);
  display: block;
  width: 22px;
  height: 20px;
  background: url(../image/common/bg_btn_start_pc.png) no-repeat 50% 50%;
  background-size: contain;
}

.btnPrimary {
  width: 260px;
  height: 50px;
  color: #ffffff;
  font-size: 1.8rem;
  background: #E60000;
  border-radius: 25px;
}

.btnPrimary:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  display: block;
  width: 9px;
  height: 15px;
  background: url(../image/common/bg_btn_primary.png) no-repeat 50% 50%;
  background-size: contain;
}

.btnSecondary {
  width: 220px;
  height: 40px;
  font-size: 1.6rem;
  background: #F7F7F7;
  border: 1px solid #6E6E6E;
  border-radius: 20px;
}

.btnSecondary:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  display: block;
  width: 9px;
  height: 15px;
  background: url(../image/common/bg_btn_secondary.png) no-repeat 50% 50%;
  background-size: contain;
}

.btnLink {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 70px auto 60px;
  width: 100%;
  line-height: 1.25;
}

@media print, screen and (max-width: 1235px) {
  .btnLink {
    width: 600px;
  }
}

.btnLink li {
  margin: 10px 5px 0;
  width: calc(25% - 10px);
  min-width: 285px;
}

.btnLink li:nth-child(1) a:before {
  background-image: url(../image/common/bg_btn_01.png);
}

.btnLink li:nth-child(2) a:before {
  background-image: url(../image/common/bg_btn_02.png);
}

.btnLink li:nth-child(3) a:before {
  background-image: url(../image/common/bg_btn_03.png);
}

.btnLink li:nth-child(4) a:before {
  background-image: url(../image/common/bg_btn_04.png);
}

.btnLink a {
  transition: 0.2s opacity;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 40px;
  height: 48px;
  font-size: 1.4rem;
  background: #F7F7F7;
  border: 1px solid #6E6E6E;
  border-radius: 4px;
}

.btnLink a:hover {
  opacity: 0.6;
}

.btnLink a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  display: block;
  width: 25px;
  height: 24px;
  background: no-repeat 50% 50%;
  background-size: contain;
}

.btnLink a[target="_blank"]:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  display: block;
  width: 14px;
  height: 14px;
  background: url(../image/common/icon_external.png) no-repeat 50% 50%;
  background-size: contain;
}

.btnEdit {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  vertical-align: middle;
  box-sizing: border-box;
  transition: 0.2s opacity;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-left: 18px;
  width: 200px;
  height: 34px;
  font-size: 1.4rem;
  background: #F7F7F7;
  border: 1px solid #6E6E6E;
  border-radius: 4px;
}

.btnEdit::-ms-clear {
  display: none;
}

.btnEdit::-ms-reveal {
  display: none;
}

.btnEdit::-ms-expand {
  display: none;
}

.btnEdit::-webkit-credentials-auto-fill-button {
  margin: 0;
  width: 0;
  background-color: transparent;
}

.btnEdit:hover {
  opacity: 0.6;
}

.btnEdit:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 9px;
  width: 17px;
  height: 17px;
  background: url(../image/common/icon_edit.png) no-repeat 50% 50%;
  background-size: contain;
}

.breadcrumbs {
  color: #E60000;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #E60000;
  border-bottom: 1px solid #E60000;
  background: #FFF0F1;
}

.breadcrumbsInner {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.breadcrumbsInner:before {
  content: "";
  position: absolute;
  top: -1px;
  right: 100%;
  width: 100%;
  height: calc(100% + 2px);
  background: #5A5A5A;
}

.breadcrumbsTtl {
  margin: -1px 0;
  padding: 7px 0;
  width: 244px;
  color: #ffffff;
  background: #5A5A5A;
}

.breadcrumbsItem {
  flex: 1;
  position: relative;
  z-index: 1;
  padding: 6px 0 6px 10px;
}

.breadcrumbsItem:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 100%;
  width: 11px;
  height: 36px;
  background: url(../image/common/bg_breadcrumbs_01.png) no-repeat 50% 50%;
  background-size: contain;
}

.breadcrumbsItem[data-step] {
  z-index: 0;
  color: #ffffff;
  background: #E60000;
}

.breadcrumbsItem[data-step]:before {
  background-image: url(../image/common/bg_breadcrumbs_02.png);
}

.breadcrumbsItem:last-child {
  border-right: 1px solid #E60000;
}

.breadcrumbsItem:last-child:before {
  display: none;
}

.formBoxWrap {
  display: flex;
  flex-wrap: wrap;
}

.formBoxItem {
  display: flex;
}

.formBoxItem + .formBoxItem {
  margin-top: 16px;
}

.formBoxFlex {
  display: flex;
  align-items: center;
}

.formBoxTtl {
  width: 260px;
  line-height: 44px;
  font-size: 1.5rem;
  font-weight: bold;
}

.formBoxTtlRequire {
  display: inline-block;
  margin-left: 8px;
  color: #E60000;
  font-weight: normal;
}

.formBoxBody {
  flex: 1;
}

.formBoxErrorTxt {
  display: none;
  margin: 5px 0 -3px;
  color: #E60000;
  font-size: 1.2rem;
  font-weight: bold;
}

.flexibleAdd {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  vertical-align: middle;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  margin-top: 22px;
  padding-left: 40px;
  color: #E60000;
  font-size: 1.5rem;
  text-decoration: underline;
}

.flexibleAdd::-ms-clear {
  display: none;
}

.flexibleAdd::-ms-reveal {
  display: none;
}

.flexibleAdd::-ms-expand {
  display: none;
}

.flexibleAdd::-webkit-credentials-auto-fill-button {
  margin: 0;
  width: 0;
  background-color: transparent;
}

.flexibleAdd:hover {
  text-decoration: none;
}

.flexibleAdd:before, .flexibleAdd:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  transform-origin: center center;
  transform: translateY(-50%);
  display: block;
  width: 19px;
  height: 1px;
  background: #5E5E5E;
}

.flexibleAdd:after {
  transform: translateY(-50%) rotate(90deg);
}

.flexibleDelete {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  vertical-align: middle;
  box-sizing: border-box;
  transition: 0.2s opacity;
  cursor: pointer;
  position: relative;
  margin-left: 14px;
  width: 24px;
  height: 24px;
  background: #F7F7F7;
  border: 1px solid #6E6E6E;
  border-radius: 3px;
}

.flexibleDelete::-ms-clear {
  display: none;
}

.flexibleDelete::-ms-reveal {
  display: none;
}

.flexibleDelete::-ms-expand {
  display: none;
}

.flexibleDelete::-webkit-credentials-auto-fill-button {
  margin: 0;
  width: 0;
  background-color: transparent;
}

.flexibleDelete:hover {
  opacity: 0.6;
}

.flexibleDelete:before, .flexibleDelete:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center center;
  transform: translate(-50%) rotate(45deg);
  display: block;
  width: 13px;
  height: 1px;
  background: #5E5E5E;
}

.flexibleDelete:after {
  transform: translate(-50%) rotate(-45deg);
}

.flexibleDelete span {
  display: none;
}

.checkBox {
  font-size: 1.4rem;
}

.checkBox.checkBoxDisabled label {
  cursor: default;
}

.checkBox label {
  position: relative;
  cursor: pointer;
}

.checkBox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.checkBox input:checked + .checkBoxTxt {
  background-size: 0 0, 20px auto;
}

.checkBox input:disabled + .checkBoxTxt {
  opacity: 0.6;
}

.checkBoxTxt {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  padding-left: 30px;
  background: url("../image/common/bg_checkbox.png") 0 50% no-repeat, url("../image/common/bg_checkbox_on.png") 0 50% no-repeat;
  background-size: 20px auto, 0 0;
}

.flexBox {
  display: flex;
  align-items: center;
}

.flexBoxTxt {
  margin: 0 10px;
  font-size: 1.5rem;
  font-weight: bold;
  white-space: nowrap;
}

.flexBoxTxt:last-child {
  margin-right: 0;
}

.inputBox {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  vertical-align: middle;
  box-sizing: border-box;
  width: 144px;
  height: 44px;
  padding: 0 15px;
  font-size: 1.5rem;
  background: #ffffff;
  border: 1px solid #6E6E6E;
  border-radius: 3px;
}

.inputBox::-ms-clear {
  display: none;
}

.inputBox::-ms-reveal {
  display: none;
}

.inputBox::-ms-expand {
  display: none;
}

.inputBox::-webkit-credentials-auto-fill-button {
  margin: 0;
  width: 0;
  background-color: transparent;
}

.inputBox[type="number"] {
  -moz-appearance: textfield;
}

.inputBox[type="number"]::-webkit-outer-spin-button, .inputBox[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.inputBox.inputBoxSmall {
  width: 120px;
}

.inputBox:disabled {
  background-color: #EEEEEE;
  opacity: 0.6;
}

.inputBoxTxt {
  margin: 0 0 0 10px;
  font-weight: bold;
}

.selectBox {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 15px;
  width: 100%;
  height: 44px;
  font-size: 1.5rem;
  background: #ffffff url("../image/common/bg_select_arrow.png") right 11px center no-repeat;
  background-size: 8px auto;
  border: 1px solid #6E6E6E;
  border-radius: 3px;
}

.selectBox.w100 {
  width: 100px;
}

.selectBox.selectBoxDisabled {
  background-color: #EEEEEE;
  opacity: 0.6;
}

.selectBox.selectBoxReadonly {
  background-color: #EEEEEE;
  opacity: 0.6;
  pointer-events: none;
}

.selectBox select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  vertical-align: middle;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.selectBox select::-ms-clear {
  display: none;
}

.selectBox select::-ms-reveal {
  display: none;
}

.selectBox select::-ms-expand {
  display: none;
}

.selectBox select::-webkit-credentials-auto-fill-button {
  margin: 0;
  width: 0;
  background-color: transparent;
}

.selectBox.formBoxError {
  background-color: #FFF0F1;
  border-color: #E60000;
}

.selectBox.formBoxError + .formBoxErrorTxt {
  display: block;
}

.radioBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 1.5rem;
}

.radioBoxItem {
  position: relative;
  display: flex;
  width: calc(50% - 4px);
  overflow: hidden;
}

.radioBox label {
  position: relative;
  z-index: 1;
  width: 100%;
}

.radioBox input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.radioBox input:checked + .radioBoxTxt {
  color: #E60000;
  font-weight: bold;
  background: #FFF0F1;
  border-color: #E60000;
}

.radioBoxTxt {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  background: #ffffff;
  border: 1px solid #6E6E6E;
  border-radius: 3px;
  cursor: pointer;
  transition: color .2s, font-weight .2s, background .2s, border .2s;
}

.radioBoxTxt:hover {
  color: #ffffff;
  font-weight: bold;
  background: #E60000;
  border-color: #E60000;
}

@media print, screen and (max-width: 959px) {
  .flexibleAdd {
    margin-top: 14px;
    padding-left: 27px;
  }
  .flexibleAdd:before, .flexibleAdd:after {
    left: 0;
  }
  .flexibleDelete {
    position: absolute;
    top: 11px;
    right: 0;
  }
}

/*////////////////////////////////////////////////////////////
	LAYOUTS
///////////////////////////////////////////////////////////*/
/* --------------------------------------------------
	改行
-------------------------------------------------- */
.spBreak {
  display: none;
}

/* --------------------------------------------------
	LAYOUTS
-------------------------------------------------- */
.container {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}

.ipad .container,
.safari .container {
  min-height: calc(var(--vh, 1vh) * 100);
}

.main {
  flex: 1 0 auto;
}

.headerInner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 15px 20px;
  width: 100%;
  max-width: 1240px;
}

.headerLogo {
  width: 306px;
}

.headerBtn {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  vertical-align: middle;
  box-sizing: border-box;
  transition: 0.2s opacity;
  margin-left: 24px;
  width: 80px;
  cursor: pointer;
}

.headerBtn::-ms-clear {
  display: none;
}

.headerBtn::-ms-reveal {
  display: none;
}

.headerBtn::-ms-expand {
  display: none;
}

.headerBtn::-webkit-credentials-auto-fill-button {
  margin: 0;
  width: 0;
  background-color: transparent;
}

.headerBtn:hover {
  opacity: 0.6;
}

.footer {
  margin-top: 80px;
  padding: 23px 0 25px;
  background: #EEEEEE;
}

.footerInner {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1240px;
}

.footerBox {
  font-size: 1.1rem;
}

.footerCopy {
  display: block;
  margin-top: 21px;
  padding-top: 23px;
  font-size: 1.2rem;
  text-align: center;
  border-top: 1px solid #6E6E6E;
}

.topTtl {
  margin-bottom: 95px;
  padding: 15px;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-size: 3.0rem;
  font-weight: bold;
  background: #E60000;
}

.topImg {
  margin: 19px auto 36px;
  max-width: 321px;
}

.top .btnStart {
  margin: 38px auto 0;
}

.page {
  display: none;
}

.page.active {
  display: block;
}

.pageTtl {
  background: #F7F7F7;
}

.pageTtlInner {
  display: block;
  margin: 0 auto;
  padding: 7px 25px;
  width: 100%;
  max-width: 1200px;
}

.pageBody {
  margin: 0 auto;
  padding: 21px 20px 0;
  width: 100%;
  max-width: 1240px;
}

.pageLead {
  padding: 0 25px;
}

.pageForm {
  margin: 57px auto 0;
  max-width: 560px;
  width: 100%;
  counter-reset: pageform;
}

.pageFormLarge {
  max-width: 640px;
}

.pageForm .formBoxTtl {
  position: relative;
  padding-left: 35px;
}

.pageForm .formBoxTtl:before {
  counter-increment: pageform;
  content: counter(pageform);
  position: absolute;
  top: 22px;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  color: #ffffff;
  font-weight: normal;
  background: #E60000;
}

.pageForm .flexBoxTxt {
  flex: 1;
}

.pageTab {
  position: relative;
  margin-top: 22px;
}

.pageTabList {
  display: flex;
  font-size: 1.5rem;
  border-bottom: 1px solid #6E6E6E;
}

.pageTabItem {
  margin-left: 24px;
  width: 240px;
}

@media print, screen and (max-width: 1070px) {
  .pageTabItem {
    width: 200px;
  }
}

.pageTabItem.active .pageTabBtn {
  color: #ffffff;
  background: #E60000;
  border-color: #E60000;
  cursor: default;
  pointer-events: none;
}

.pageTabBtn {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  vertical-align: middle;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 43px;
  font-weight: bold;
  background: #F7F7F7;
  border: 1px solid #6E6E6E;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  transition: 0.2s color, 0.2s background, 0.2s border;
}

.pageTabBtn::-ms-clear {
  display: none;
}

.pageTabBtn::-ms-reveal {
  display: none;
}

.pageTabBtn::-ms-expand {
  display: none;
}

.pageTabBtn::-webkit-credentials-auto-fill-button {
  margin: 0;
  width: 0;
  background-color: transparent;
}

.pageTabBtn:hover {
  color: #ffffff;
  background: #E60000;
  border-color: #E60000;
}

.pageTabBody {
  display: none;
}

.pageTabBody.active {
  display: block;
}

.pageTabYield {
  display: none;
}

.pageTabYield.active {
  display: block;
}

.page#future .btnPrimary {
  width: 320px;
}

.page#future .btnPrimary:after {
  display: none;
}

.chart {
  position: relative;
  z-index: 0;
  margin-top: 36px;
  padding: 0 15px;
  background: url(../image/common/bg_chart_01.png) no-repeat 0 32%, url(../image/common/bg_chart_02.png) no-repeat 100% 45%;
  background-size: 14px auto, 14px auto;
}

.chartTxt {
  position: relative;
  z-index: 1;
  margin-top: -9px;
  font-size: 1.2rem;
  text-align: right;
}

.chartLegend {
  margin-top: 11px;
  font-size: 1.2rem;
}

.chartLegend dl {
  display: flex;
}

.chartLegendIncome li:nth-child(1) {
  width: calc(4em + 24px);
}

.chartLegendIncome li:nth-child(1):before {
  background: #0066AA;
}

.chartLegendIncome li:nth-child(2) {
  width: calc(5em + 24px);
}

.chartLegendIncome li:nth-child(2):before {
  background: #2BA8C6;
}

.chartLegendIncome li:nth-child(3) {
  width: calc(5em + 24px);
}

.chartLegendIncome li:nth-child(3):before {
  background: #AAE7EF;
}

.chartLegendIncome li:nth-child(4) {
  width: calc(3em + 24px);
}

.chartLegendIncome li:nth-child(4):before {
  background: #EDB718;
}

.chartLegendSpend {
  margin-left: 40px;
}

#event .chartLegendSpend {
  margin-left: 32px;
}

.chartLegendSpend li.life:before {
  background: #E60000;
}

.chartLegendSpend li.housing:before {
  background-image: url(../image/common/bg_legend_01.png);
}

.chartLegendSpend li.education:before {
  background: #FD7298;
}

.chartLegendSpend li.tax {
  width: calc(7em + 24px);
}

.chartLegendSpend li.tax:before {
  background-image: url(../image/common/bg_legend_02.png);
}

.chartLegendSpend li.other {
  width: calc(5em + 24px);
}

.chartLegendSpend li.other:before {
  background: #FDD8B6;
}

.chartLegendSpend li.spend:before {
  background: rgba(230, 0, 0, 0.4);
}

.chartLegend div,
.chartLegend ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.chartLegend dt {
  width: 38px;
  font-weight: bold;
  white-space: nowrap;
}

#event .chartLegend dd {
  position: relative;
  margin-left: 3px;
  padding-left: 24px;
  white-space: nowrap;
}

#event .chartLegend dd:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

.chartLegend .chartLegendIncome dd:before {
  background: rgba(0, 102, 170, 0.4);
}

.chartLegend .chartLegendSpend dd:before {
  background: rgba(230, 0, 0, 0.4);
}

.chartLegend li {
  position: relative;
  margin-left: 10px;
  padding-left: 24px;
  width: calc(3em + 24px);
  white-space: nowrap;
}

.chartLegend li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: repeat 50% 50%;
  background-size: 6px auto;
}

.chartLegend p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 30px;
  width: 104px;
  font-weight: bold;
}

.chartLegend p:before {
  content: "";
  width: 24px;
  height: 2px;
  background: #ED0000;
}

.flow {
  position: relative;
  margin: 24px 0 38px;
  overflow-x: scroll;
}

.flow th, .flow td {
  white-space: nowrap;
  border: 1px solid #CCCCCC;
}

.flow th {
  padding: 5px 10px;
  font-weight: bold;
  background: #F7F7F7;
  vertical-align: middle;
}

.flow td {
  padding: 5px 15px;
}

.flowTblClone {
  position: fixed;
  top: 0;
  left: 50%;
  overflow: hidden;
  pointer-events: none;
}

html:not(.ie) .flowTblClone {
  display: none;
}

.flowTblClone thead th:not(:first-child) {
  opacity: 0;
}

.flowTblClone tbody td,
.flowTblClone tfoot td {
  border: none;
  opacity: 0;
}

html:not(.ie) .flowTbl table {
  border-collapse: separate;
}

.flowTbl thead th {
  padding: 12px 0;
  min-width: 95px;
  color: #ffffff;
  text-align: center;
  background: #5A5A5A;
  border: none;
}

.flowTbl thead th:nth-child(1) {
  min-width: 220px;
}

html:not(.ie) .flowTbl thead th:nth-child(1) {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
}

.flowTbl thead th:nth-child(1) span {
  border-left: none;
}

html:not(.ie) .flowTbl thead th:nth-child(1) span {
  border-right: 1px solid #ffffff;
}

.flowTbl thead th:last-child {
  border-right: 1px solid #5A5A5A;
}

.flowTbl thead th span {
  display: block;
  border-left: 1px solid #ffffff;
}

html:not(.ie) .flowTbl thead th span {
  margin-left: -1px;
}

.flowTbl tbody tr:first-child th, .flowTbl tbody tr:first-child td {
  border-top: none;
}

.flowTbl tbody tr:last-child th, .flowTbl tbody tr:last-child td {
  border-bottom-color: #707070;
}

html:not(.ie) .flowTbl tbody tr.flowTotal th:nth-child(2) {
  position: -webkit-sticky;
  position: sticky;
  left: 100px;
  z-index: 1;
}

html:not(.ie) .flowTbl tbody tr.flowTotal ~ tr:not(.flowTotal) th {
  position: -webkit-sticky;
  position: sticky;
  left: 100px;
  z-index: 1;
}

html:not(.ie) .flowTbl tbody th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

.flowTbl tbody th:nth-child(2) {
  width: 120px;
}

html:not(.ie) .flowTbl tbody th, html:not(.ie) .flowTbl tbody td {
  border-top: none;
}

html:not(.ie) .flowTbl tbody th:not(:first-child), html:not(.ie)
.flowTbl tbody td, html:not(.ie)
.flowTbl tbody tr.flowTotal ~ tr:not(.flowTotal) th {
  border-left: none;
}

html:not(.ie) .flowTbl tbody tr:last-child th, html:not(.ie) .flowTbl tbody tr:last-child td {
  border-bottom: none;
}

html:not(.ie) .flowTbl tfoot th {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

.flowTbl tfoot tr:nth-child(1) th, .flowTbl tfoot tr:nth-child(1) td {
  border-top-color: #707070;
}

.flowTbl tfoot tr:nth-child(2) th, .flowTbl tfoot tr:nth-child(2) td {
  font-weight: bold;
  background: #F7F7F7;
}

html:not(.ie) .flowTbl tfoot tr:nth-child(2) th, html:not(.ie) .flowTbl tfoot tr:nth-child(2) td {
  border-top: none;
}

html:not(.ie) .flowTbl tfoot td {
  border-left: none;
}

.flowTotal td {
  font-weight: bold;
}

.flowTotalIncome *:not(:nth-child(1)) {
  color: #0066AA;
}

.flowTotalIncome th:nth-child(2) {
  background: #e6eff6;
}

.flowTotalSpend *:not(:nth-child(1)) {
  color: #E60000;
}

.flowTotalSpend th:nth-child(1) {
  border-bottom-color: #707070;
}

html:not(.ie) .flowTotalSpend th:nth-child(1) {
  border-bottom: none;
}

.flowTotalSpend th:nth-child(2) {
  background: #fde5e5;
}

.yield {
  margin: 38px auto 36px;
  width: 100%;
  max-width: 510px;
}

.yieldTtl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: bold;
}

.yieldBtn {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  vertical-align: middle;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 24px;
  padding-left: 24px;
  font-size: 1.3rem;
  text-decoration: underline;
  background: url(../image/common/icon_tooltip.png) no-repeat 0 50%;
  background-size: 19px auto;
}

.yieldBtn::-ms-clear {
  display: none;
}

.yieldBtn::-ms-reveal {
  display: none;
}

.yieldBtn::-ms-expand {
  display: none;
}

.yieldBtn::-webkit-credentials-auto-fill-button {
  margin: 0;
  width: 0;
  background-color: transparent;
}

.yieldBtn:hover {
  text-decoration: none;
}

.yield .radioBoxItem {
  width: calc((100% - 30px) / 4);
}

.highcharts-data-label span {
  text-align: center;
}

.modal {
  position: relative;
  background: #ffffff;
  width: 100%;
  max-width: 820px;
  max-height: calc(100% - 80px);
  padding: 38px 30px 160px;
  pointer-events: all;
}

#detail .modal {
  max-width: 970px;
}

#portfolio .modal {
  padding-bottom: 30px;
  max-width: 960px;
}

.modalWrap {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 11;
}

.ipad .modalWrap,
.safari .modalWrap {
  height: calc(var(--vh, 1vh) * 100);
}

.modalWrap.show {
  display: flex !important;
}

.modalClose, .alertClose {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  vertical-align: middle;
  box-sizing: border-box;
  position: absolute;
  top: 1px;
  right: 1px;
  line-height: 26px;
  padding-right: 38px;
  background: url(../image/common/icon_close.png) no-repeat 100% 50%;
  background-size: 28px auto;
  cursor: pointer;
}

.modalClose::-ms-clear, .alertClose::-ms-clear {
  display: none;
}

.modalClose::-ms-reveal, .alertClose::-ms-reveal {
  display: none;
}

.modalClose::-ms-expand, .alertClose::-ms-expand {
  display: none;
}

.modalClose::-webkit-credentials-auto-fill-button, .alertClose::-webkit-credentials-auto-fill-button {
  margin: 0;
  width: 0;
  background-color: transparent;
}

.modalInner {
  max-height: calc(100vh - 278px);
  overflow-y: auto;
}

.ipad .modalInner {
  max-height: calc(var(--vh, 1vh) * 100 - 278px);
}

#portfolio .modalInner {
  max-height: calc(100vh - 178px);
}

.ipad #portfolio .modalInner {
  max-height: calc(var(--vh, 1vh) * 100 - 178px);
}

.modalContent {
  padding-bottom: 10px;
}

.modalFooter {
  position: absolute;
  bottom: 0;
  left: 30px;
  z-index: 1;
  padding: 23px 0 40px;
  width: calc(100% - 60px);
  text-align: center;
  background: #ffffff;
  border-top: 1px solid #707070;
}

.modalFooter .checkBox {
  display: inline-block;
}

.modalFooter .btnPrimary {
  margin: 24px auto 0;
}

.modalOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.modalSec {
  margin-top: 24px;
}

#term .modalSec {
  margin-top: 18px;
}

.modalBox dt {
  margin: 10px 0 2px;
}

.modal .ttlSub {
  margin-bottom: 21px;
  padding: 6px 15px;
  color: #0066AA;
  border: 1px solid #0066AA;
  border-radius: 3px;
}

#portfolio .modal .ttlSub {
  margin-bottom: 24px;
}

.modal .formBox {
  display: flex;
  flex-wrap: wrap;
  padding-left: 15px;
}

.modal .formBoxWrap .formBox {
  display: block;
  width: 450px;
}

.modal .formBoxWrap .formBox:nth-child(2) {
  padding-left: 0;
  width: 435px;
}

.modal .formBoxItem {
  align-items: center;
  margin: 16px 65px 0 0;
  width: 370px;
}

.modal .formBoxItem.formBoxItemFull {
  width: 100%;
}

.modal .formBoxTtl {
  width: 130px;
  line-height: 1.2;
}

.modal .js-flexibleItemWrap .formBoxTtl {
  align-self: flex-start;
  line-height: 44px;
}

.modal #childrenEdu .formBoxItem[data-type] {
  display: block;
}

.modal #childrenEdu .formBoxItem[data-type] > .formBoxTtl {
  margin-bottom: 5px;
  width: auto;
  line-height: 1.5;
}

.modal #childrenEdu .formBox .formBoxEduDetail {
  margin-top: 10px;
  padding: 20px;
  width: 100%;
  background: #F7F7F7;
}

.modal #childrenEdu .formBox .formBoxEduDetail .formBoxItem {
  margin: 0;
  width: auto;
}

.modal #childrenEdu .formBox .formBoxEduDetail .formBoxItem + .formBoxItem {
  margin-top: 10px;
}

.modal #childrenEdu .formBox .formBoxEduDetail .formBoxTtl {
  flex: 1;
  font-weight: normal;
}

.modal #childrenEdu .formBox .formBoxEduDetail .formBoxBody {
  flex: 0 0 auto;
  width: 160px;
}

.modal #childrenEdu .formBox .formBoxEduDetail .selectBox {
  height: 38px;
}

.modal #childrenEdu .selectBox {
  width: 160px;
}

.modal #childrenEdu .flexBoxTxt {
  font-weight: normal;
}

.modal .flexBox.flexBoxSpBreak .flexBox + .flexBox {
  margin-left: 10px;
}

.modal p + p {
  margin-top: 10px;
}

.modal .list li + li {
  margin-top: 3px;
}

.modal .formBoxErrorTxt {
  display: block;
}

.portfolio {
  display: flex;
  margin: 0 auto;
  max-width: 880px;
}

.portfolioItem {
  margin: 0 5px;
  width: 166px;
  background: #F7F7F7;
}

.portfolioTtl {
  position: relative;
  padding: 9px 0;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: #5A5A5A;
}

.portfolioBody {
  padding: 13px 15px 11px;
}

.portfolioTxt {
  margin-bottom: 12px;
  line-height: 1.35;
}

.portfolioTxt div {
  display: flex;
  justify-content: space-between;
}

.portfolioTxt dd {
  font-weight: bold;
}

.portfolioList {
  margin-top: 12px;
  line-height: 1.4;
  white-space: nowrap;
}

.portfolioList div {
  display: flex;
  justify-content: space-between;
}

.portfolioList dt:before {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  width: 10px;
  height: 10px;
}

.portfolioList div:nth-child(1) dt:before {
  background: #0064C7;
}

.portfolioList div:nth-child(2) dt:before {
  background: #92B2D5;
}

.portfolioList div:nth-child(3) dt:before {
  background: #FF484D;
}

.portfolioList div:nth-child(4) dt:before {
  background: #FFCCCC;
}

.portfolioList div:nth-child(5) dt:before {
  background: #17996A;
}

.portfolioList div:nth-child(6) dt:before {
  background: #C2D8A0;
}

.portfolio figure {
  margin: 0 auto;
  width: 102px;
}

@media print, screen and (max-width: 959px) {
  .modal {
    max-height: 100%;
    height: 100vh;
    padding: 46px 20px 190px;
  }
  .safari .modal {
    max-height: calc(var(--vh, 1vh) * 100);
  }
  #portfolio .modal {
    padding-bottom: 45px;
  }
  .modalInner {
    max-height: calc(100vh - 236px);
  }
  .safari .modalInner {
    max-height: calc(var(--vh, 1vh) * 100 - 236px);
  }
  #portfolio .modalInner {
    max-height: calc(100vh - 91px);
  }
  .safari #portfolio .modalInner {
    max-height: calc(var(--vh, 1vh) * 100 - 91px);
  }
  #portfolio .modalContent {
    overflow-x: hidden;
    padding-bottom: 0;
  }
  .modalFooter {
    bottom: 35px;
    left: 20px;
    padding-top: 14px;
    width: calc(100% - 40px);
  }
  .modal .ttlSub {
    margin-bottom: 29px;
    padding: 9px 15px;
    line-height: 1.3;
  }
  .modal .formBox {
    padding-left: 0;
  }
  .modal .formBoxWrap .formBox {
    width: 100%;
  }
  .modal .formBoxWrap .formBox:nth-child(2) {
    width: 100%;
  }
  .modal .formBoxItem {
    display: flex;
    margin: 16px 0 0;
    width: 100%;
  }
  .modal .formBoxItem.pcBreak {
    display: none;
  }
  .modal .formBoxItem.formBoxItemFull {
    flex-wrap: wrap;
  }
  .modal .formBoxItem.formBoxItemFull .formBoxTtl {
    display: block;
    margin-bottom: 6px;
    width: 100%;
  }
  .modal .formBoxItem + .formBoxItem {
    margin-top: 16px;
  }
  .modal .formBoxTtl {
    margin-bottom: 0;
    width: 130px;
  }
  .modal .js-flexibleItemWrap .formBoxTtl {
    line-height: 1.2;
  }
  .modal .flexBox {
    position: relative;
    flex-wrap: nowrap;
    width: 100%;
  }
  .modal .flexBox.flexBoxSpBreak {
    flex-wrap: wrap;
  }
  .modal .flexBox.flexBoxSpBreak .flexBox + .flexBox {
    margin: 8px 0 0 0;
  }
  .modal .inputBox {
    width: 120px;
  }
  .modal .inputBox.inputBoxSmall {
    width: 120px;
  }
  .modal .inputBox.inputBoxSpSmall {
    width: 100px;
  }
  .modal .inputBox.inputBoxSpMiddle {
    width: 110px;
  }
  .portfolio {
    flex-wrap: wrap;
    margin: -10px -2px 0;
  }
  .portfolioItem {
    margin: 10px 2px 0;
    width: calc(50% - 4px);
  }
  .portfolioBody {
    padding-bottom: 12px;
  }
}

.alert, .loading {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.alert.show, .show.loading {
  display: flex;
}

.alertBody {
  position: relative;
  width: calc(100% - 40px);
  max-width: 600px;
  max-height: calc(100% - 80px);
  background: #ffffff;
  padding: 60px 30px;
}

.alertCont {
  text-align: center;
}

.alertPreMsg {
  white-space: pre-line;
}

.loadingSpinner {
  width: 29px;
  height: 29px;
  background: url(../image/common/icon_loading_spinner.gif) no-repeat center/cover;
}
