@charset "UTF-8";
/* ======================================================
 * chart.css
====================================================== */

/* ----- chart-lead ----- */
@media print, screen and (min-width: 768px) {
  .chart-lead {
    font-size: 1.8rem;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
}
/* ----- chart-flow ----- */
.chart-flow {
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
.chart-flow__head {
  display: none;
}
.chart-flow__current {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #11a292;
  text-align: center;
}
.chart-flow__current__label {
  color: #fff;
  font-weight: bold;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .chart-flow-wrap {
    display: flex;
    justify-content: flex-start;
    margin-top: 25px;
  }
  .chart-flow {
    display: flex;
    align-items: center;
    border-radius: 6px 0 0 6px;
    height: 75px;
  }
  .chart-flow__body {
    display: block!important;
  }
  .chart-flow__foot {
    height: 100%;
  }
  .chart-flow__current {
    width: 145px;
    height: 100%;
    min-height: 75px;
    border: 2px solid #11a292;
    font-size: 1.8rem;
  }
  .chart-flow__current.type-company-msad {
    width:145px;
    /*original-width:216px;*/
  }
  .chart-flow__current::after {
    position: absolute;
    content: "";
    display: inline-block;
    top: 13px;
    right: -25px;
    width: 45px;
    height: 45px;
    background-color: #11a292;
    -webkit-transform: rotate(45deg) skew(10deg, 10deg);
    transform: rotate(45deg) skew(10deg, 10deg);
    overflow: hidden;
  }
  .chart-flow__head + .chart-flow__foot > .chart-flow__current {
    border-radius: 6px 0 0 6px;
  }
}
@media only screen and (max-width: 767px) {
  .chart-flow-wrap {
    padding-bottom: 7px;
  }
  .chart-flow {
    border-radius: 8px;
  }
  .chart-flow__head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    border: 1px solid #ddd;
    border-radius: 8px 8px 0 0;
  }
  .chart-flow__head::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 13px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    border-radius: 50%;
    background-color: #006762;
  }
  .chart-flow__head.is-active::after {
    background-color: #11a292;
  }
  .chart-flow__title {
    position: relative;
    width: 100%;
    font-weight: bold;
    text-align: center;
  }
  .chart-flow__title::before,
  .chart-flow__title::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 19px;
    height: 2px;
    width: 11px;
    background-color: #fff;
    margin-top: -1px;
    z-index: 1;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .chart-flow__title::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .chart-flow__head.is-active .chart-flow__title::before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .chart-flow__current {
    min-height: 62px;
    border-radius: 8px;
  }
  .chart-flow__body + .chart-flow__foot > .chart-flow__current {
    border-radius: 0 0 8px 8px;
  }
  .chart-flow__current::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7px;
    width: 0;
    height: 0;
    margin-left: -9px;
    border-style: solid;
    border-width: 8px 9px 0;
    border-color: #11a292 transparent transparent;
    z-index: 1;
  }
}

/* ----- chart-answer-list ----- */
.chart-answer-list-wrap {
}
.chart-answer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chart-answer-list > li > a {
  display: flex;
  align-items: center;
  height: 100%;
}
.chart-answer-list__label {
  background-color: #006762;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.chart-answer-list__text {
  position: relative;
  font-weight: bold;
}
.chart-answer-list__text::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: -3px;
  top: .45em;
  width: 10px;
  height: 10px;
  border-top: 2px solid #006762;
  border-right: 2px solid #006762;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media print, screen and (min-width: 768px) {
  .chart-answer-list {
    display: flex;
    flex-flow: row wrap;
  }
  .chart-answer-list > li {
    width: 171px;
  }
  .chart-answer-list > li.type-company-msad {
    width: 171px;
    /*original-width:240px;*/
  }
  .chart-answer-list > li > a {
    justify-content: center;
    flex-direction: column;
    padding: 8px 8px 11px;
    border: 1px solid #ddd;
    overflow: hidden;
  }
  .chart-answer-list > li > a:hover {
    border-width: 2px;
    border-color: #11a292;
    padding: 7px 7px 10px;
  }
  .chart-answer-list > li:first-of-type > a {
    border-radius: 6px 0 0 6px;
  }
  .chart-answer-list > li + li{
    margin-left: -1px;
  }
  .chart-answer-list__label {
    position: relative;
    width: 146px;
    margin-right: 9px;
    padding: 4px 5px;
    border-radius: 6px 0 0 6px;
  }
  .chart-answer-list__label::after {
    position: absolute;
    content: "";
    display: inline-block;
    top: 5px;
    right: -7px;
    width: 14px;
    height: 14px;
    background-color: #006762;
    -webkit-transform: rotate(45deg) skew(10deg, 10deg);
    transform: rotate(45deg) skew(10deg, 10deg);
    overflow: hidden;
  }
  .chart-answer-list__text {
    margin-top: 5px;
    padding-left: 19px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .chart-answer-list > li > a:hover .chart-answer-list__text {
    color: #11a292;
  }
}
@media only screen and (max-width: 767px) {
  .chart-answer-list > li {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .chart-answer-list > li:first-of-type {
    border-top: none;
  }
  .chart-answer-list > li > a {
    position: relative;
    padding: 15px 10px;
    background-color: #e9f8f6;
  }
  .chart-answer-list > li > a::before,
  .chart-answer-list > li > a::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -9px;
    border-style: solid;
    border-width: 8px 9px 0;
    z-index: 1;
  }
  .chart-answer-list > li > a::before {
    border-color: #ddd transparent transparent;
    bottom: -8px;
  }
  .chart-answer-list > li > a::after {
    border-color: #e9f8f6 transparent transparent;
    bottom: -7px;
  }
  .chart-answer-list__label {
    width: calc((100% - 15px)/2);
    margin-right: 15px;
    padding: 5px 3px;
    border-radius: 3px;
  }
  .chart-answer-list__text {
    width: calc((100% - 15px)/2);
    padding-left: 18px;
    
  }
}

/* ----- chart-question-box ----- */
.chart-question-wrap {
  position: relative;
  overflow: hidden;
}
.chart-question-box {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff9e2;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.chart-question-box__title {
  font-weight: bold;
  line-height: 1.4;
}
.chart-question-box__icon {
  position: absolute;
  top: 0;
  background-color: #11a292;
  text-indent: -9999px;
  overflow: hidden;
}
.chart-question-box__icon::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  background: url("/app-files/img/icon/icon_faq02.svg") no-repeat 0 0;
}
.chart-question-box.is-active {
  transform: translateX(0);
}
@media print, screen and (min-width: 768px) {
  .chart-question-wrap {
    height: 200px;
    margin-top: 40px;
  }
  .chart-question-box {
    width: 1200px;
    padding: 16px 0 50px;
    border: 4px solid #fdf4d2;
    transform: translateX(1200px);
  }
  .chart-question-box.is-hide {
    transform: translateX(-1200px);
  }
  .chart-question-box__head {
    position: relative;
    padding: 12px 82px 8px;
  }
  .chart-question-box__body {
    margin-top: 30px;
    padding: 0 86px;
  }
  .chart-question-box__icon {
    left: -4px;
    width: 67px;
    height: 50px;
    border-radius: 0 25px 25px 0;
  }
  .chart-question-box__icon::after {
    margin-top: -11px;
    margin-left: -15px;
    width: 21px;
    height: 23px;
  }
  .chart-question-box__title {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .chart-question-wrap {
    height: 290px;
    margin-top: 12px;
  }
  .chart-question-box {
    width: 100%;
    padding: 13px 0 20px;
    border: 2px solid #fdf4d2;
    transform: translateX(100%);
  }
  .chart-question-box.is-hide {
    transform: translateX(-100%);
  }
  .chart-question-box__head {
    position: relative;
    padding: 5px 20px 5px 53px;
  }
  .chart-question-box__body {
    margin-top: 10px;
    padding: 0 20px;
  }
  .chart-question-box__title {
    font-size: 1.8rem;
  }
  .chart-question-box__icon {
    left: -2px;
    width: 45px;
    height: 29px;
    border-radius: 0 14px 14px 0;
  }
  .chart-question-box__icon::after {
    margin-top: -9px;
    margin-left: -8px;
    width: 16px;
    height: 18px;
  }
}

/* ----- chart-question-button ----- */
.chart-question-button > a {
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3), 0 -1px 0 #dddddd;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 2px solid #fff;
}
.chart-question-button__label {
  font-weight: bold;
  text-align: center;
}
.chart-question-button__label__sub {
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .chart-question-button > a {
    padding: 12px 35px;
    border-radius: 10px;
    transition: ease all 0.3s;
  }
  .chart-question-button > a:hover {
    border-color: #11a292;
    color: #11a292;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
  }
  .chart-question-button__label {
    font-size: 1.8rem;
  }
  .chart-question-button__label__sub {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .chart-question-button > a {
    padding: 9px 10px;
    border-radius: 5px;
  }
  .chart-question-button__label__sub {
    font-size: 1.2rem;
  }
}

/* ----- chart-result-box ----- */
.chart-result-box {
  display: none;
}
.chart-result-box__head {
  background-color: #11a292;
}
.chart-result-box__body {
  background-color: #fff;
}
.chart-result-boxx__body__bottom {
  border-top: 1px solid #ddd;
}
.chart-result-box__title {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .chart-result-box {
    border: 4px solid #11a292;
  }
  .chart-result-box__head {
    padding: 3px 10px 11px;
  }
  .chart-result-box__body {
    padding: 30px 40px 40px;
  }
  .chart-result-boxx__body__bottom {
    margin-top: 35px;
    padding-top: 20px;
  }
  .chart-result-box__title {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .chart-result-box {
    border: 2px solid #11a292;
  }
  .chart-result-box__head {
    padding: 7px 10px;
  }
  .chart-result-box__body {
    padding: 20px 20px 23px;
  }
  .chart-result-boxx__body__bottom {
    margin-top: 20px;
    padding-top: 18px;
  }
  .chart-result-box__title {
    font-size: 1.5rem;
  }
}
/* ----- chart-result-box ----- */
.chart-result-lead {
  margin: 0;
  background-color: #fff9e2;
  color: #006762;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .chart-result-lead {
    padding: 14px 10px 11px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .chart-result-lead {
    padding: 8px 10px 4px;
    font-size: 1.6rem;
  }
}
/* ----- chart-result-column ----- */
.chart-result-column__item--list > :first-child,
.chart-result-column__item--detail > :first-child {
  margin-top: 0;
}
.chart-result-column__item--list > :last-child,
.chart-result-column__item--detail > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .chart-result-column {
    display: flex;
    flex-flow: row nowrap;
    margin: 27px 96px 0;
  }
  .chart-result-column__item--list {
    width: 198px;
    margin-right: 50px;
    border-right: 1px solid #ddd;
  }
  .chart-result-column__item--detail {
    flex-grow: 1;
    text-align: center;/*KDB_ADD*/
  }
}
@media only screen and (max-width: 767px) {
  .chart-result-column {
    margin-top: 17px;
  }
  .chart-result-column__item--detail {
    margin-top: 10px;
  }
}
/* ----- chart-result-badge ----- */
.chart-result-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #11a292;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  .chart-result-badge {
    min-width: 78px;
    margin: 0 10px;
    padding: 2px 5px 1px;
    border-radius: 12px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .chart-result-badge {
    min-width: 65px;
    margin: 0 5px;
    padding: 4px 5px 2px;
    border-radius: 12px;
    font-size: 1.2rem;
  }
}
/* ----- chart-result-list-wrap ----- */
@media print, screen and (min-width: 768px) {
  .chart-result-list-wrap {
    font-size: 125%;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .chart-result-list-wrap {
    display: flex;
  }
}
/* ----- chart-result-list ----- */
.chart-result-list {
  margin: 0;
  padding: 0;
}
.chart-result-list > li {
  position: relative;
  list-style: none;
  margin-top: .6em;
  padding-left: 1.25em;
}
@media print, screen and (min-width: 768px) {
  .chart-result-list > li {
    display: inline;
    padding-left: 14px;
    margin-left: 4px;
    margin-right: 24px;
  }
}
.chart-result-list > li:first-of-type {
  margin-top: 0;
}
.chart-result-list > li:before {
  position: absolute;
  z-index: 2;
  top: 0.45em;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background-color: #11a292;
}
@media print, screen and (min-width: 768px) {
  .chart-result-list-icon {
    display: block;
    width: 6em;
    text-align: left;
    /*display: inline-block;*/
  }
}
.chart-result-list-icon .chart-result-badge {
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .chart-result-list {
    margin: 1.0em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .chart-result-list-icon {
    margin-right: 17px;
  }
}
/* ----- chart-result-detail-text ----- */
.chart-result-detail-text {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .chart-result-detail-text {
  }
}
@media only screen and (max-width: 767px) {
  .chart-result-detail-text {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
/* ----- chart-result-button ----- */
.chart-result-button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 1.0em;
}
.chart-result-button {
  display: flex;
}
.chart-result-button__type,
.chart-result-button__type--pdf {
  position: relative;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3), 0 -1px 0 #dddddd;
  background-color: #fff;
  border: 2px solid #fff;
  text-align: center;
}
.chart-result-button__type--pdf::after {
  content: "";
  position: relative;
  display: inline-block;
  right: 0;
  background: url("/app-files/img/icon/icon_pdf.svg") no-repeat 0 0;
  background-size: 15px 18px;
}
.chart-result-button__label {
  font-weight: bold;
}
.chart-result-button__filesize {
  font-style: normal;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .chart-result-button__type,
  .chart-result-button__type--pdf {
    min-width: 456px;
    padding: 12px 35px;
    font-size: 1.8rem;
    border-radius: 10px;
    transition: ease all 0.3s;
  }
  .chart-result-button__type:hover,
  .chart-result-button__type--pdf:hover {
    border-color: #11a292;
    color: #11a292;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
  }
  .chart-result-button__type--pdf::after {
    width: 15px;
    height: 18px;
    top: 2px;
    margin-left: 12px;
    background-size: 15px 18px;
  }
}
@media only screen and (max-width: 767px) {
  .chart-result-button {
    width: 100%;
  }
  .chart-result-button__type,
  .chart-result-button__type--pdf {
    width: 100%;
    padding: 10px 35px;
    border-radius: 5px;
    line-height: 1.4;
  }
  .chart-result-button__type--pdf::after {
    width: 12px;
    height: 14px;
    top: 2px;
    margin-left: 8px;
    background-size: 12px 14px;
  }
}
/* ----- chart-result-attention ----- */
.chart-result-attention {
  color: #cc0000;
}
.chart-result-attention > :first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
}
@media only screen and (max-width: 767px) {
}
/* ----- chart-result-attention__order-list ----- */
.chart-result-attention__order-list {
  margin: 1.0em 0 0;
  padding: 0;
  list-style: none;
}
.chart-result-attention__order-list > li {
  position: relative;
}
.chart-result-attention__order-list > li:first-of-type {
    margin-top: 0;
  }
.chart-result-attention__order-list__mark {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}

.chart-result-attention__order-list.ol_sublayer {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.chart-result-attention__order-list.ol_sublayer li {
  padding-left: 0;
  text-indent: -1em;
  margin-left: 1em;
}

@media print, screen and (min-width: 768px) {
  .chart-result-attention__order-list > li {
    margin-top: .4em;
    padding-left: 2.625em;
  }
}
@media only screen and (max-width: 767px) {
  .chart-result-attention__order-list {
    margin: .6em 0 0;
  }
  .chart-result-attention__order-list > li {
    margin-top: .4em;
    padding-left: 2.35em;
  }
}

/* ----- chart-return-button ----- */
.chart-return-button {
  display: none;
}
.chart-return-button > a {
  position: relative;
}
.chart-return-button > a::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("/app-files/img/icon/icon_return.svg") no-repeat 0 0;
}
@media print, screen and (min-width: 768px) {
  .chart-return-button {
    margin-top: 24px;
  }
  .chart-return-button > a {
    padding-left: 32px;
  }
  .chart-return-button > a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .chart-return-button {
    margin-top: 20px;
  }
  .chart-return-button > a {
    padding-left: 30px;
  }
}

