@charset "UTF-8";
/* --------------------------------------------------- */
.container_inner,
.main_container {
  width: 100%;
}

.main_container {
  min-width: 980px;
  padding-top: 149px;
}

.is-noTemplate .main_container {
  padding-top: 0;
  padding-bottom: 0;
}
.is-noTemplate #abcIdx2016Header,
.is-noTemplate footer {
  display: none;
}
.is-noTemplate .simContWrap .p-footer .p-copyright {
  display: block;
}

.simContWrap {
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 2;
  position: relative;
  overflow: hidden;
  margin-top: -11px;
  color: #333;
  background: url(../../img/simulation/bg_grid.png) repeat center top #e8e7e1;
  font-size: 14px;
}
.simContWrap:before, .simContWrap:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  content: "";
  width: 840px;
  height: 840px;
  background-image: url(../../img/simulation/bg_circle.svg);
}
.simContWrap:before {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.simContWrap:after {
  top: 0;
  right: 0;
  transform: translate(50%, 50%);
}
.simContWrap__inner {
  position: relative;
  z-index: 1;
  box-sizing: content-box;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
  opacity: 0;
}
.simContWrap__subInner {
  max-width: 600px;
  margin: 0 auto;
}
.simContWrap img {
  max-width: 100%;
  height: auto;
}
.simContWrap * {
  line-height: inherit;
  letter-spacing: inherit;
}
.simContWrap strong {
  font-weight: inherit;
}
.simContWrap select,
.simContWrap input[type=text],
.simContWrap input[type=number] {
  line-height: 1;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 12px;
  border: 0;
  border-radius: 8px;
  background: no-repeat #ebebeb;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
}
.simContWrap select[hidden], .simContWrap select.is-hidden,
.simContWrap input[type=text][hidden],
.simContWrap input[type=text].is-hidden,
.simContWrap input[type=number][hidden],
.simContWrap input[type=number].is-hidden {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 1px;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.simContWrap select.is-error,
.simContWrap input[type=text].is-error,
.simContWrap input[type=number].is-error {
  background-color: #f8dfdd;
}
.simContWrap select {
  cursor: pointer;
  background-image: url(../../img/simulation/icon_triangle.svg);
  background-position: right 10px bottom 50%;
  background-size: 14px 12px;
}
.simContWrap input.-hasUnit {
  padding-right: 50px;
}
.simContWrap input + .-unit {
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 10px;
  color: #575757;
  font-size: 16px;
}
.simContWrap button {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: inherit;
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.simContWrap mark {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  background-color: transparent;
}
.simContWrap .u-dib {
  display: inline-block;
}
.simContWrap .u-tc {
  text-align: center;
}
.simContWrap .u-tl {
  text-align: left;
}
.simContWrap .ui-slider-horizontal {
  height: 6px;
}
.simContWrap .ui-widget-header {
  background-color: #1899d2;
}
.simContWrap .ui-slider-handle {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-left: -14px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  outline: none;
  background-color: #1899d2;
}
.simContWrap .ui-widget-content {
  border: 0;
  background-color: #c8c8c8;
}

/* --------------------------------------------------- */
.simContWrap .p-error {
  line-height: 1.2;
  display: none;
  margin: 5px 0;
  color: #c00;
}

.simContWrap.is-calcError .p-error.is-wrapper {
  display: block;
}

/* --------------------------------------------------- */
.simContWrap .p-button {
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  font-style: inherit;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding: 0.6em 2.5em;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 50em;
  background-color: #1899d2;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.simContWrap .p-button.-sizeS {
  padding: 0.75em 1.5em;
}
.simContWrap .p-button.-triangle:after {
  position: absolute;
  display: block;
  width: 0.5em;
  height: 0.5em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  content: "";
  right: 0;
  top: 50%;
  margin-right: 0.8em;
  transform: translateY(-50%) rotate(45deg);
  border: solid #fff;
  border-width: 2px 2px 0 0;
  border-radius: 0 1px 0 0;
}
.simContWrap .p-button.-arrow:before, .simContWrap .p-button.-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  content: "";
  right: 0;
  top: 50%;
  margin-top: -4px;
  margin-right: 0.75em;
  border: solid #fff;
  border-radius: 0 1px 0 0;
}
.simContWrap .p-button.-arrow:before {
  width: 7px;
  height: 7px;
  border-width: 1px 1px 0 0;
}
.simContWrap .p-button.-arrow:after {
  width: 11px;
  height: 11px;
  transform: translate(-0.5px, 0px) rotate(-45deg);
  transform-origin: 100% 0;
  border-width: 1px 0 0 0;
}

/* --------------------------------------------------- */
.simContWrap .p-backLink {
  text-decoration: underline;
  color: #31485d;
  font-size: 14px;
}
.simContWrap .p-backLink:hover {
  text-decoration: none;
}
.simContWrap .p-backLink:before {
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  content: "";
  position: relative;
  display: inline-block;
  margin-top: -0.3em;
  margin-right: 0.3em;
  margin-left: 0.3em;
  transform: rotate(45deg);
  vertical-align: middle;
  border: solid currentColor;
  border-width: 0 0 2px 2px;
}

/* --------------------------------------------------- */
.simContWrap .p-scene {
  padding: 40px 0;
}
.simContWrap .p-scene__main {
  margin-top: 40px;
}
.simContWrap .p-scene__block {
  margin-top: 40px;
}
.simContWrap .p-scene__subBlock:nth-child(n+2) {
  margin-top: 20px;
}

.simContWrap .p-scene#SimInput {
  display: block;
}
.simContWrap .p-scene#SimResult {
  display: none;
}
.simContWrap[data-scene=result] .p-scene#SimInput {
  display: none;
}
.simContWrap[data-scene=result] .p-scene#SimResult {
  display: block;
}

/* --------------------------------------------------- */
.simContWrap .p-radiusBackground {
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

/* --------------------------------------------------- */
.simContWrap .p-titleHeader {
  text-align: center;
}
.simContWrap .p-titleHeader__title {
  line-height: 1;
}
.simContWrap .p-titleHeader__title img {
  width: 500px;
}
.simContWrap .p-titleHeader__lead {
  font-weight: bold;
  line-height: 1.5;
  color: #31485d;
  font-size: 18px;
}
.simContWrap .p-titleHeader__lead:nth-child(n+2) {
  margin-top: 20px;
}

/* --------------------------------------------------- */
.simContWrap .p-profile {
  padding: 30px 30px;
}
.simContWrap .p-profile__title {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
.simContWrap .p-profile__main {
  max-width: 340px;
  margin: 0 auto;
  margin-top: 15px;
}
.simContWrap .p-profile__main.-flex {
  max-width: 500px;
}
.simContWrap .p-profile__main.-flex .p-profile__item {
  display: flex;
  align-items: center;
}
.simContWrap .p-profile__main.-flex .p-profile__item:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  content: "";
  position: relative;
  width: 150px;
}
.simContWrap .p-profile__main.-flex .p-profile__itemTitle {
  width: 150px;
  font-size: 14px;
}
.simContWrap .p-profile__main.-flex .p-profile__itemInput {
  flex: 1;
}
.simContWrap .p-profile__item:nth-child(n+2) {
  margin-top: 20px;
}
.simContWrap .p-profile__itemTitle {
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  padding-right: 20px;
  font-size: 16px;
}
.simContWrap .p-profile__itemTitle mark {
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  margin-top: -0.2em;
  margin-left: 1em;
  padding: 0.4em 1.25em;
  vertical-align: middle;
  color: #fff;
  border-radius: 50em;
  background-color: #8395a7;
  font-size: 12px;
}
.simContWrap .p-profile__itemTitle mark.-required {
  background-color: #ec1c6a;
}
.simContWrap .p-profile__itemQuestion {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
}
.simContWrap .p-profile__itemInput {
  position: relative;
  margin-top: 5px;
}
.simContWrap .p-profile__itemInput input.is-error + .p-error, .simContWrap .p-profile__itemInput input.is-error + .-unit + .p-error,
.simContWrap .p-profile__itemInput select.is-error + .p-error,
.simContWrap .p-profile__itemInput select.is-error + .-unit + .p-error {
  display: block;
}
.simContWrap .p-profile__submit {
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
}
.simContWrap .p-profile__caution {
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
  color: #333;
  font-size: 14px;
}

.simContWrap .p-pop .p-profile__itemTitle mark {
  display: none;
}
.simContWrap .p-pop .p-profile__itemQuestion {
  display: none;
}

/* --------------------------------------------------- */
.simContWrap .p-resultGroup__main {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 25px 50px;
}
.simContWrap .p-resultGroup__info {
  flex: 1;
}
.simContWrap .p-resultGroup__infoItem {
  display: flex;
  align-items: center;
  padding: 25px 0;
}
.simContWrap .p-resultGroup__infoItem:nth-child(n+2) {
  border-top: 1px solid #c5c5c5;
}
.simContWrap .p-resultGroup__infoItemTitle {
  font-weight: bold;
  line-height: 1.2;
  flex: 1;
  font-size: 20px;
}
.simContWrap .p-resultGroup__infoItemTitle .p-markerHeading {
  font-size: 16px;
}
.simContWrap .p-resultGroup__infoItemNumber {
  font-weight: bold;
  line-height: 1.2;
  margin-left: 10px;
  font-size: 32px;
}
.simContWrap .p-resultGroup__infoItemNumber span.-unit {
  display: inline-block;
  margin-top: -0.1em;
  margin-left: 0.25em;
  vertical-align: middle;
  font-size: 20px;
}
.simContWrap .p-resultGroup__graph {
  line-height: 1.2;
  width: 180px;
  margin-left: 40px;
}
.simContWrap .p-resultGroup__graph img,
.simContWrap .p-resultGroup__graph canvas {
  width: 180px;
  height: 180px;
}
.simContWrap .p-resultGroup__other {
  width: 130px;
  margin-left: 40px;
}
.simContWrap .p-resultGroup__buttonList > li {
  line-height: 1;
  margin-top: 15px;
  font-size: 12px;
}
.simContWrap .p-resultGroup__buttonList > li .p-button {
  width: 100%;
}
.simContWrap .p-resultGroup__error {
  padding: 0 0 5px;
}
.simContWrap .p-resultGroup__error .p-error {
  line-height: 1.6;
  margin: 0 20px 20px;
  padding: 20px 20px 20px;
  text-align: center;
  background-color: #f8dfdd;
  font-size: 16px;
}
.simContWrap .p-resultGroup__error .-button {
  margin-top: 10px;
  font-size: 16px;
}
.simContWrap .p-resultGroup__error .-button .p-button {
  padding-right: 30px;
  padding-left: 30px;
}

/* --------------------------------------------------- */
.simContWrap .p-sliderInputList > li:nth-child(n+2) {
  margin-top: 10px;
}

/* --------------------------------------------------- */
.simContWrap .p-sliderInput {
  line-height: 1.2;
  display: flex;
  align-items: center;
  padding: 15px 40px;
}
.simContWrap .p-sliderInput__title {
  font-weight: bold;
  width: 250px;
  margin-right: 20px;
  font-size: 18px;
}
.simContWrap .p-sliderInput__number {
  font-weight: bold;
  width: 100px;
  margin-right: 20px;
  font-size: 28px;
}
.simContWrap .p-sliderInput__number span.-unit {
  display: inline-block;
  margin-top: -0.1em;
  margin-left: 0.25em;
  vertical-align: middle;
  font-size: 18px;
}
.simContWrap .p-sliderInput__input {
  flex: 1;
}

/* --------------------------------------------------- */
.simContWrap .p-graph {
  position: relative;
}
.simContWrap .p-graph__main {
  position: relative;
}
.simContWrap .p-graph__label {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-bottom: 0.5em;
  text-align: center;
}
.simContWrap .p-graph__infoList {
  margin-top: 10px;
  padding: 0 15px;
  text-align: left;
}
.simContWrap .p-graph__infoList > li {
  line-height: 1.3;
  position: relative;
  padding-left: 25px;
  text-indent: -25px;
  font-size: 13px;
}
.simContWrap .p-graph__infoList > li + li {
  margin-top: 3px;
}
.simContWrap .p-graph__infoList > li:before {
  position: absolute;
  display: block;
  width: 20px;
  height: 6px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  content: "";
  position: relative;
  display: inline-block;
  margin-top: -0.3em;
  margin-right: 5px;
  vertical-align: middle;
  background-color: #ccc;
}
.simContWrap .p-graph__infoList > li.-red:before {
  background-color: rgb(241, 90, 36);
}
.simContWrap .p-graph__infoList > li.-blue:before {
  background-color: rgb(112, 142, 241);
}

/* --------------------------------------------------- */
.simContWrap .p-banner {
  text-align: center;
}
.simContWrap .p-banner img {
  width: 480px;
}

/* --------------------------------------------------- */
.simContWrap .p-cautionList > li {
  padding-left: 1em;
  text-indent: -1em;
  color: #575757;
  font-size: 12px;
}
.simContWrap .p-cautionList > li > * {
  text-indent: 0;
}
.simContWrap .p-cautionList > li + li {
  margin-top: 10px;
}

/* --------------------------------------------------- */
.simContWrap .p-markerHeading {
  line-height: 1.2;
  display: inline-block;
  padding: 0.35em 1em;
  text-align: center;
  border-radius: 50em;
  background-color: #ffe956;
}

/* --------------------------------------------------- */
.simContWrap .p-textBlock {
  font-weight: bold;
  padding: 30px 30px;
}

.simContWrap .p-wysiwyg {
  line-height: 1.6;
}
.simContWrap .p-wysiwyg p:nth-child(n+2) {
  margin-top: 1em;
}

/* --------------------------------------------------- */
.simContWrap .p-share {
  box-sizing: content-box;
  max-width: 280px;
  margin: 0 auto;
  padding: 30px 30px;
}
.simContWrap .p-share__title {
  text-align: center;
  font-size: 18px;
}
.simContWrap .p-share__main {
  margin-top: 25px;
}
.simContWrap .p-share__lead {
  line-height: 1.5;
  font-size: 14px;
}
.simContWrap .p-share__buttonList {
  margin-top: 30px;
  text-align: center;
}
.simContWrap .p-share__buttonList > li {
  position: relative;
  font-size: 20px;
}
.simContWrap .p-share__buttonList > li .p-button {
  width: 100%;
}
.simContWrap .p-share__buttonList > li + li {
  margin-top: 30px;
}
.simContWrap .p-share__buttonList > li .-message {
  line-height: 1.2;
  position: absolute;
  bottom: 100%;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: -2px;
  padding: 8px 10px;
  transform: translateY(5px);
  text-align: center;
  pointer-events: none;
  opacity: 0;
  border-radius: 50em;
  background-color: #f8f0c9;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.15));
  font-size: 12px;
}
.simContWrap .p-share__buttonList > li .-message:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  content: "";
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border-width: 7px 7px 0 7px;
  border-style: solid;
  border-color: #f8f0c9 transparent transparent transparent;
}
.simContWrap .p-share__buttonList > li .is-copied + .-message {
  transition: ease 1s;
  transition-property: opacity, transform;
  transform: translateY(0);
  opacity: 1;
}
.simContWrap .p-share__caution {
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
}

/* --------------------------------------------------- */
.simContWrap .p-cursor {
  cursor: pointer;
}

/* --------------------------------------------------- */
.simContWrap .p-footer {
  padding: 50px 0 80px;
}
.simContWrap .p-footer .p-copyright {
  font-weight: bold;
  line-height: 1.2;
  display: none;
  text-align: center;
  font-size: 10px;
}

/* =========================================================
========================================================= */
.p-pop {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 10px auto;
}
.p-pop__cont {
  display: none;
}
.p-pop .p-pop__cont {
  display: block;
}
.p-pop__inner {
  position: relative;
  max-width: 1024px;
  margin: auto;
}
.p-pop__main {
  position: relative;
  box-sizing: border-box;
  margin: auto;
}
.p-pop__photo {
  position: relative;
  box-sizing: border-box;
  margin: auto;
  text-align: center;
}
.p-pop__movie {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 900px;
  margin: auto;
}
.p-pop__iframeWrap {
  position: relative;
  padding-top: 56.25%;
}
.p-pop__iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-pop__closeBtn {
  position: absolute;
  z-index: 8;
  top: 0;
  right: 10px;
  cursor: pointer;
}
.p-pop__closeBtn:before, .p-pop__closeBtn:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  content: "";
  left: 50%;
  top: 50%;
  width: 90%;
  height: 2px;
  margin: -1px 0 0 -45%;
  border-radius: 2px;
  background-color: #fff;
}
.p-pop__closeBtn:before {
  transform: rotate(45deg);
}
.p-pop__closeBtn:after {
  transform: rotate(-45deg);
}
.p-pop__closeWrap {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-pop__inner {
  padding: 50px 60px;
}
.p-pop__iframeWrap iframe {
  max-height: calc(100vh - 150px);
}
.p-pop__closeBtn {
  width: 50px;
  height: 50px;
}
.p-pop__prev, .p-pop__next {
  width: 40px;
  height: 40px;
  margin: 0 10px;
}

.p-popOverlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}/*# sourceMappingURL=style_pc.css.map */