h3.headline {
  padding-bottom: 0.7em;
  border-bottom: solid 1px #2f50aa;
  text-align: center;
  color: #2f50aa;
  font-size: 24px;
  font-weight: 700;
}

h4.headline {
  background-color: #E6E6E6;
  border-left: solid 4px #2f50aa;
  padding-left: 27px;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 2;
}

p.lead {
  margin: 40px 0 60px;
  font-size: 16px;
  line-height: 1.75;
}

p.lead a {
  text-decoration: underline;
}

p.attention {
  text-align: center;
  font-size: 18px;
  line-height: 1.7777777778;
}

p.attention .txt-large {
  color: #DC000C;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2083333333;
}

p.attention .txt-largeB {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2083333333;
}

.txt-red {
  color: #DC000C;
}

.img-width {
  width: 100%;
}

ul.btn {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

ul.btn li {
  text-align: right;
}

ul.btn li:not(:last-child) {
  margin-bottom: 10px;
}

ul.btn a {
  font-size: 16px;
  line-height: 1.8125;
}

a.newwin {
  padding-right: 1.2em;
  display: inline-block;
  background: url(../../common/img/newwin.png) no-repeat right center/16px auto;
}

#detail .detail-image {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#detail .detail-image .item:first-child {
  margin-right: 10px;
  width: 380px;
}

#detail .detail-image .item:nth-child(2) {
  width: 511px;
}

#detail .detail-image img {
  width: 100%;
  height: auto;
}

#detail .detail-table+.note {
  text-align: right;
  font-size: 14px;
  margin: 15px 0 15px 0;
}

#detail .btn .btn-style1 {
  min-width: 257px;
}

#merit {
  margin-top: 70px;
}

#merit .merit-box-wrapper {
  padding: 40px 0;
  display: flex;
  justify-content: center;
}

#merit .merit-box-wrapper .merit-box {
  box-sizing: border-box;
  display: block;
  padding: 15px 0;
  border-radius: 16px;
}

#merit #merit_ipo .merit-box-wrapper {
  padding: 40px 0;
  display: flex;
  justify-content: center;
}

#merit #merit_ipo .merit-box-wrapper .merit-box {
  box-sizing: border-box;
  background-color: #FFD8E0;
  width: 210px;
  min-height: 150px;
  background-repeat: no-repeat;
  background-position: bottom 25px right 50%;
}

#merit #merit_ipo .merit-box-wrapper .merit-box:not(:last-child) {
  margin-right: 20px;
}

#merit #merit_ipo .merit-box-wrapper .merit-box:nth-child(1) {
  background-image: url("../img/about/merit-bg-01.svg");
  background-size: 90px 61px;
}

#merit #merit_ipo .merit-box-wrapper .merit-box:nth-child(2) {
  background-image: url("../img/about/merit-bg-02.svg");
  background-size: 95px 72px;
}

#merit #merit_ipo .merit-box-wrapper .merit-box:nth-child(3) {
  background-image: url("../img/about/merit-bg-03.svg");
  background-size: 78px 65px;
  background-position: bottom 30px right 50%;
}

#merit #merit_ipo .merit-box-wrapper .merit-box:nth-child(4) {
  background-image: url("../img/about/merit-bg-04.svg");
  background-size: 75px 59px;
  background-position: bottom 30px right 50%;
}

#merit #merit_ipo .merit-box-wrapper .merit-box p {
  font-size: 18px;
  line-height: 1.2222222222;
  font-weight: bold;
  text-align: center;
}

#merit #merit_ipo .merit-box-wrapper.demerit {
  padding-bottom: 0;
}

#merit #merit_ipo .merit-box-wrapper.demerit .merit-box {
  background-color: #cccccc;
  background-position: bottom 15px right 50%;
}

#merit #merit_ipo .merit-box-wrapper.demerit .merit-box:nth-child(1) {
  background-image: url("../img/about/demerit-bg-01.svg");
  background-size: 80px 76px;
}

#merit #merit_ipo .merit-box-wrapper.demerit .merit-box:nth-child(2) {
  background-image: url("../img/about/demerit-bg-02.svg");
  background-size: 75px 73px;
}

#merit #merit_tpm {
  margin-top: 60px;
}

#merit #merit_tpm p.attention {
  margin: 43px 0 8px 0;
}

#merit #merit_tpm .btn .btn-style1 {
  min-width: 355px;
}

#merit #merit_tpm .merit-box-wrapper {
  padding: 0;
}

#merit #merit_tpm .merit-box-wrapper .merit-box {
  border: solid 3px #2f50aa;
  text-align: center;
  width: 280px;
  height: 174px;
  padding-top: 24px;
}

#merit #merit_tpm .merit-box-wrapper .merit-box:not(:last-child) {
  margin-right: 30px;
}

#merit #merit_tpm .merit-box-wrapper .merit-box p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

#merit #merit_tpm .merit-box-wrapper .merit-box p span {
  vertical-align: bottom;
  line-height: 1.5;
}

#merit #merit_tpm .merit-box-wrapper .merit-box p .txt-large {
  font-size: 28px;
  color: #DC000C;
  line-height: 1.5357142857;
}

#merit #merit_tpm .merit-box-wrapper .merit-box p.point {
  color: #DC000C;
  font-size: 32px;
  line-height: 0.78125;
}

#merit #merit_tpm .merit-box-wrapper.merit-result {
  padding-top: 100px;
}

#merit #merit_tpm .merit-box-wrapper.merit-result .merit-box {
  position: relative;
  border: solid 3px #DC000C;
  background-color: #FFD8E0;
  background-repeat: no-repeat;
  background-position: bottom 30px right 50%;
  width: 280px;
  height: 240px;
  padding-top: 20px;
}

#merit #merit_tpm .merit-box-wrapper.merit-result .merit-box p {
  line-height: 1;
}

#merit #merit_tpm .merit-box-wrapper.merit-result .merit-box p span {
  line-height: 2;
}

#merit #merit_tpm .merit-box-wrapper.merit-result .merit-box p .txt-large {
  line-height: 1.5357142857;
}

#merit #merit_tpm .merit-box-wrapper.merit-result .merit-box:before {
  content: "";
  height: 37px;
  width: 84px;
  display: block;
  position: absolute;
  top: -70px;
  left: calc(50% - 37px);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/about/gray-arrow.png");
  background-size: contain;
}

#merit #merit_tpm .merit-box-wrapper.merit-result .merit-box:nth-child(1) {
  background-image: url("../img/about/merit-result-bg-01.png");
  background-size: 80px 62px;
}

#merit #merit_tpm .merit-box-wrapper.merit-result .merit-box:nth-child(2) {
  background-image: url("../img/about/merit-result-bg-02.png");
  background-size: 80px 54px;
}

#merit #merit_tpm .merit-box-wrapper.merit-result .merit-box:nth-child(3) {
  background-image: url("../img/about/merit-result-bg-03.png");
  background-size: 80px 77px;
}

#merit #demerit_tpm {
  margin-top: 55px;
}

#merit #demerit_tpm p.attention {
  margin-top: 44px;
}

#cost {
  margin-top: 70px;
}

#cost .btn-open-box {
  box-sizing: border-box;
  color: #2f50aa;
  position: relative;
  border: 1px solid #2f50aa;
  padding: 5px 30px 5px 10px;
  text-align: center;
  margin: 0 auto 50px auto;
  display: block;
  width: 320px;
  font-size: 16px;
  line-height: 1.8125;
}

#cost .btn-open-box::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
  height: 8px;
  width: 8px;
  border-left: 1px solid #2f50aa;
  border-bottom: 1px solid #2f50aa;
  transform: rotate(-45deg);
}

#cost .btn-open-box.is-open::before {
  transform: rotate(135deg);
  top: calc(50% - 4px);
}

#cost .toggle-box {
  display: none;
}

#cost .toggle-box.is-open {
  display: block;
}

#cost .thick-line-box {
  background-color: #CBDBFC;
  padding: 20px;
}

#cost .thick-line-box .inner {
  background-color: #fff;
  padding: 15px 40px;
}

#cost .thick-line-box .inner ul {
  padding: 0;
}

#cost .thick-line-box .inner ul li {
  line-height: 1.75;
  display: flex;
  padding: 0;
}

#cost .thick-line-box .inner ul li span {
  box-sizing: border-box;
}

#cost .thick-line-box .inner ul li span.title {
  display: inline-block;
  position: relative;
  width: 20%;
  text-align: left;
}

#cost .thick-line-box .inner ul li span.sum {
  font-weight: bold;
  color: #DC000C;
}

#cost .thick-line-box .inner ul li span.note {
  font-size: 14px;
  line-height: 1.2857142857;
  margin-left: auto;
}

#cost .thick-line-box .inner ul li:not(:last-child) span.title {
  font-weight: bold;
  color: #2f50aa;
}

#cost .thick-line-box .inner ul li:not(:last-child) span.title::after {
  content: ":";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: #4D4D4D;
  font-weight: normal;
  margin-right: 15px;
}

#cost .thick-line-box .inner ul li:last-child {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #4D4D4D;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

#cost .thick-line-box.finance {
  position: relative;
  margin-top: 100px;
}

#cost .thick-line-box.finance::before {
  content: "";
  display: block;
  width: 10px;
  height: 60px;
  background-color: #4D4D4D;
  position: absolute;
  top: -80px;
  left: 50%;
}

#cost .thick-line-box.finance::after {
  content: "";
  display: block;
  width: 60px;
  height: 10px;
  background-color: #4D4D4D;
  position: absolute;
  top: -55px;
  left: calc(50% - 25px);
}

#cost .thick-line-box+.note {
  font-size: 14px;
  line-height: 1.9285714286;
}

#cost #listed-cost {
  margin-top: 60px;
}

#cost #listing-term {
  margin-top: 74px;
}

#cost #listing-term img {
  display: block;
  margin: 0 auto;
}

#cost #listing-term .btn .btn-style1 {
  min-width: 355px;
}

#criterion {
  margin-top: 70px;
}

#criterion #qualitative h4 {
  font-size: 24px;
  line-height: 0.875;
  letter-spacing: 0.02em;
  font-weight: bold;
  text-align: center;
  color: #2f50aa;
  margin: 40px 0 50px 0;
}

#criterion #qualitative .qualitative-list {
  display: flex;
  margin-top: 80px;
}

#criterion #qualitative .qualitative-list .item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 172px;
  height: 165px;
  border-radius: 25px;
  border: 3px solid #2f50aa;
  padding: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

#criterion #qualitative .qualitative-list .item:not(:last-child) {
  margin-right: 10px;
}

#criterion #qualitative .qualitative-list .item::before {
  content: "";
  display: block;
  position: absolute;
  padding: 5px 0;
  box-sizing: border-box;
  top: -30px;
  left: calc(50% - 30px);
  background-color: #2f50aa;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 1.34375;
}

#criterion #qualitative .qualitative-list .item:nth-child(1)::before {
  content: "1";
}

#criterion #qualitative .qualitative-list .item:nth-child(2)::before {
  content: "2";
}

#criterion #qualitative .qualitative-list .item:nth-child(3)::before {
  content: "3";
}

#criterion #qualitative .qualitative-list .item:nth-child(4)::before {
  content: "4";
}

#criterion #qualitative .qualitative-list .item:nth-child(5)::before {
  content: "5";
}

#criterion #qualitative ul.btn .btn-style1 {
  min-width: 257px;
}

#criterion #quantitative {
  margin-top: 60px;
}

#criterion #quantitative .lead {
  margin-bottom: 85px;
}

#criterion #quantitative .note {
  margin-bottom: 20px;
  display: block;
  text-align: center;
  color: #2f50aa;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4444444444;
  letter-spacing: 0.02em;
}

#criterion #quantitative .note .txt-large {
  font-size: 24px;
  line-height: 0.875;
  letter-spacing: 0.02em;
}

#criterion #quantitative .sub-note {
  display: block;
  text-align: center;
  color: #2f50aa;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3125;
}

#company {
  margin-top: 70px;
}

#company #features {
  margin-top: 60px;
}

#company #features .feature-graph {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#company #features .feature-graph .item {
  width: 260px;
  margin-right: 20px;
}

#company #features .feature-graph .item:nth-child(1) {
  margin-bottom: 30px;
}

#company #features .feature-graph .item:nth-child(3),
#company #features .feature-graph .item:nth-child(5) {
  margin-right: 0;
}

#company #features .feature-graph .item p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 2.5;
}

#company #features .feature-graph .item p .txt-large {
  color: #DC000C;
  font-size: 21px;
  line-height: 1.6666666667;
}

#company #features .note {
  padding: 0 10px;
  margin: 70px 0 28px 0;
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
}

#company #features .note .txt-large {
  color: #DC000C;
  font-size: 24px;
  line-height: 1.2083333333;
  font-weight: bold;
}

#company #features .note::before,
#company #features .note::after {
  box-sizing: border-box;
  position: absolute;
  display: block;
  content: "";
  border: 2px solid #2f50aa;
  width: calc(100% - 10px);
  height: calc(100% + 44px);
}

#company #features .note::before {
  top: -30px;
  left: 0;
}

#company #features .note::after {
  bottom: -25px;
  right: 0;
}

#company #features .date {
  text-align: right;
}

#company #company-index {
  margin-top: 88px;
}

#company #company-index .table-wrap+.note {
  text-align: right;
  font-size: 14px;
  margin: 10px 0 0 0;
}

#company #company-index table {
  width: 100%;
  margin-top: 50px;
  border-collapse: collapse;
}

#company #company-index table th,
#company #company-index table td {
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.2142857143;
  letter-spacing: 0.02em;
  padding: 10px 3px;
}

#company #company-index table thead th {
  border: 1px solid #cccccc;
  background-color: #2f50aa;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
}

#company #company-index table thead th:nth-child(1) {
  width: 60px;
}

#company #company-index table thead th:nth-child(2) {
  width: 50px;
}

#company #company-index table thead th:nth-child(3) {
  width: 230px;
}

#company #company-index table thead th:nth-child(4) {
  width: 60px;
}

#company #company-index table thead th:nth-child(5) {
  width: 100px;
}

#company #company-index table thead th:nth-child(6) {
  width: 70px;
  font-size: 11px;
}

#company #company-index table thead th:nth-child(7) {
  width: 70px;
  font-size: 11px;
}

#company #company-index table thead th:nth-child(8) {
  width: 120px;
}

#company #company-index table thead th:nth-child(9) {
  width: 120px;
}

#company #company-index table tbody tr:nth-child(odd) td {
  background-color: #fff;
}

#company #company-index table tbody tr:nth-child(even) td {
  background-color: #F0F0F0;
}

#company #company-index table tbody td {
  text-align: center;
  border: 1px solid #cccccc;
}

#company #company-index table tbody td:nth-child(2) {
  /* text-align: left; */
}

/* SP */
@media screen and (max-width: 767px) {
  .h-style2 span {
    font-size: calc(40 / 750 * 100vw);
    width: calc(705 / 750 * 100%);
    line-height: 1.5;
  }

  h3.headline {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.5;
  }

  h4.headline {
    padding-left: 16px;
    font-size: calc(32 / 750 * 100vw);
    line-height: 2.5;
    letter-spacing: 0.02em;
  }

  p.lead {
    margin: 2em 0 4em;
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.5;
    font-weight: normal;
  }

  p.attention {
    font-size: calc(28 / 750 * 100vw);
    line-height: 2;
    letter-spacing: 0.02em;
    font-weight: normal;
  }

  p.attention .txt-large {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.2;
  }

  p.attention span.arrow {
    display: inline-block;
    padding: 0 10px;
  }

  .btn li {
    width: 100%;
    text-align: center;
  }

  .btn li .btn-style1 {
    width: 100%;
    border-radius: 25px;
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.8125;
    min-height: 34px;
  }

  #detail .detail-image {
    width: calc(689 / 750 * 100vw);
    margin: 0 auto;
    flex-wrap: wrap;
  }

  #detail .detail-image .item:first-child,
  #detail .detail-image .item:nth-child(2) {
    width: 100%;
  }

  #detail .detail-image .item:first-child {
    margin: 0 0 10px 0;
  }

  #detail .detail-image img {
    width: 100%;
    height: 100%;
  }

  #detail .detail-image+.note {
    margin-right: 0;
    font-size: 11px;
  }

  #merit {
    margin-top: calc(142 / 750 * 100vw);
  }

  #merit .merit-box-wrapper {
    flex-wrap: wrap;
  }

  #merit .merit-box-wrapper .merit-box {
    width: calc(50% - 10px);
    min-height: 150px;
  }

  #merit #merit_ipo .merit-box-wrapper .merit-box {
    width: calc(50% - 10px);
    height: auto;
    padding-bottom: 90px;
    background-position: bottom 20px right 50%;
  }

  #merit #merit_ipo .merit-box-wrapper .merit-box:not(:last-child) {
    margin: 0;
  }

  #merit #merit_ipo .merit-box-wrapper .merit-box:nth-child(odd) {
    margin-right: 10px;
  }

  #merit #merit_ipo .merit-box-wrapper .merit-box:nth-child(3),
  #merit #merit_ipo .merit-box-wrapper .merit-box:nth-child(4) {
    margin-top: 10px;
    background-position: bottom 20px right 50%;
  }

  #merit #merit_ipo .merit-box-wrapper .merit-box p {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.2222222222;
  }

  #merit #merit_ipo .merit-box-wrapper.demerit .merit-box:nth-child(1) {
    background-size: 64px 64px;
  }

  #merit #merit_ipo .merit-box-wrapper.demerit .merit-box:nth-child(2) {
    background-size: 64px 64px;
  }

  #merit #merit_tpm {
    margin-top: calc(60 / 750 * 100vw);
  }

  #merit #merit_tpm p.attention {
    margin: calc(60 / 750 * 100vw) 0;
  }

  #merit #merit_tpm .merit-box-wrapper {
    padding-top: 0;
    padding-bottom: calc(90 / 750 * 100vw);
  }

  #merit #merit_tpm .merit-box-wrapper .merit-box {
    width: calc(33% - 10px);
    height: auto;
    padding-top: 25px;
  }

  #merit #merit_tpm .merit-box-wrapper .merit-box:not(:last-child) {
    margin-right: 10px;
  }

  #merit #merit_tpm .merit-box-wrapper .merit-box:nth-child(3) {
    padding-top: 20px;
  }

  #merit #merit_tpm .merit-box-wrapper .merit-box p {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.5;
  }

  #merit #merit_tpm .merit-box-wrapper .merit-box p.point {
    font-size: calc(46 / 750 * 100vw);
    line-height: 0.652173913;
  }

  #merit #merit_tpm .merit-box-wrapper.merit-result {
    padding: 0;
  }

  #merit #merit_tpm .merit-box-wrapper.merit-result .merit-box {
    background-position: bottom 18px right 50%;
    width: calc(33% - 10px);
    min-height: 183px;
    height: auto;
    padding-top: 25px;
    padding-bottom: 60px;
  }

  #merit #merit_tpm .merit-box-wrapper.merit-result .merit-box:before {
    height: 10px;
    width: 28px;
    top: calc(-55 / 750 * 100vw);
    left: calc(50% - 14px);
  }

  #merit #merit_tpm .merit-box-wrapper.merit-result .merit-box:nth-child(1) {
    background-size: 47px 36px;
    padding-top: 15px;
  }

  #merit #merit_tpm .merit-box-wrapper.merit-result .merit-box:nth-child(2) {
    background-size: 47px 37px;
  }

  #merit #merit_tpm .merit-box-wrapper.merit-result .merit-box:nth-child(3) {
    background-size: 47px 46px;
  }

  #merit #merit_tpm .merit-box-wrapper.merit-result .merit-box p .txt-large {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.2222222222;
  }

  #merit #merit_tpm .btn .btn-style1 {
    min-width: auto;
  }

  #merit #demerit_tpm {
    margin-top: calc(140 / 750 * 100vw);
  }

  #cost {
    margin-top: calc(140 / 750 * 100vw);
  }

  #cost .btn-open-box {
    width: 100%;
  }

  #cost .thick-line-box {
    background-color: #CBDBFC;
    padding: 5px;
  }

  #cost .thick-line-box .inner {
    padding: 15px;
  }

  #cost .thick-line-box .inner ul li {
    padding-right: 15px;
    margin-bottom: 22px;
  }

  #cost .thick-line-box .inner ul li span {
    width: 65%;
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.75;
  }

  #cost .thick-line-box .inner ul li span.title {
    width: 35%;
  }

  #cost .thick-line-box .inner ul li:not(:last-child) span.title::after {
    margin-right: 10px;
  }

  #cost .thick-line-box .inner ul li:last-child {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  #cost .thick-line-box .inner ul li:last-child .title {
    width: 28%;
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.5;
  }

  #cost .thick-line-box .inner ul li:last-child .sum {
    width: 72%;
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.1666666667;
  }

  #cost .thick-line-box .inner ul li:last-child .note {
    width: 90%;
    margin: 15px auto 0 auto;
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.5;
    text-align: center;
  }

  #cost .thick-line-box.finance {
    margin-top: 67px;
  }

  #cost .thick-line-box.finance::before {
    width: 10px;
    height: 40px;
    top: -52px;
    left: calc(50% - 5px);
  }

  #cost .thick-line-box.finance::after {
    width: 40px;
    height: 10px;
    top: -37px;
    left: calc(50% - 20px);
  }

  #cost .thick-line-box.finance .attention {
    line-height: 2.25;
  }

  #cost .thick-line-box.finance .attention .txt-large {
    line-height: 1.3333333333;
  }

  #cost .thick-line-box+.note {
    margin-top: 10px;
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.5;
  }

  #cost #listing-term .btn .btn-style1 {
    min-width: auto;
  }

  #cost #listed-cost {
    margin-top: 4em;
  }

  #criterion {
    margin-top: calc(142 / 750 * 100vw);
  }

  #criterion #qualitative h4 {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.25;
    margin-bottom: calc(80 / 750 * 100vw);
  }

  #criterion #qualitative .qualitative-list {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: calc(120 / 750 * 100vw);
  }

  #criterion #qualitative .qualitative-list .item {
    width: 30%;
    min-height: 110px;
    height: auto;
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.6666666667;
    border-radius: 18px;
    padding: 20px 5px 10px 5px;
  }

  #criterion #qualitative .qualitative-list .item::before {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 1.5;
    left: calc(50% - 20px);
    top: -20px;
  }

  #criterion #qualitative .qualitative-list .item:nth-child(3) {
    margin-right: 0;
  }

  #criterion #qualitative .qualitative-list .item:nth-child(4),
  #criterion #qualitative .qualitative-list .item:nth-child(5) {
    margin-top: 30px;
  }

  #criterion #qualitative ul.btn {
    margin-top: 40px;
  }

  #criterion #quantitative .lead {
    margin-bottom: calc(142 / 750 * 100vw);
  }

  #criterion #quantitative .note {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.875;
    letter-spacing: 0.02em;
  }

  #criterion #quantitative .note .txt-large {
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.5789473684;
    letter-spacing: 0.02em;
  }

  #criterion #quantitative .sub-note {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.5;
  }

  #company {
    margin-top: calc(142 / 750 * 100vw);
  }

  #company #features {
    margin-top: 4em;
  }

  #company #features .feature-graph .item {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  #company #features .feature-graph .item:nth-child(even) {
    margin-right: 0;
  }

  #company #features .feature-graph .item:nth-child(1) {
    margin-bottom: 20px;
  }

  #company #features .feature-graph .item:nth-child(5) {
    margin: 0;
  }

  #company #features .feature-graph .item p {
    text-align: center;
    margin-bottom: 20px;
    font-size: calc(28 / 750 * 100vw);
    line-height: 2.5;
  }

  #company #features .feature-graph .item p .txt-large {
    font-size: calc(42 / 750 * 100vw);
    line-height: 1.5;
  }

  #company #features .feature-graph .item img {
    width: 95%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  #company #features .note {
    font-size: calc(32 / 750 * 100vw);
    line-height: 2.375;
    letter-spacing: 0.02em;
  }

  #company #features .note .txt-large {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.02em;
  }

  #company #company-index {
    margin-top: calc(4em + 28px);
  }

  #company #company-index .table-wrap {
    overflow: scroll;
  }

  #company #company-index table {
    min-width: 900px;
  }
}

#detail .detail-image .item:nth-child(2) {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

#detail .detail-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

#detail .detail-table-2 {
  margin-top:20px;
}

#detail .detail-table th,
#detail .detail-table td {
  border: 1px solid #2F50AA;
  text-align: center;
  vertical-align: middle;
}

#detail .detail-table-1 tr:first-child,
#detail .detail-table-2 tr:first-child {
  background: linear-gradient(#fff 0%, #fff 40%, #b8d0f6 100%);
  height: 57px;
}

#detail .detail-table-1 tr:nth-child(2) {
  background-color: #CFD5EA;
  height: 59px;
}

#detail .detail-table-1 tr:last-child,
#detail .detail-table-2 tr:last-child {
  height: 63px;
  background-color: #E9EBF5;
}

#detail .detail-table tr th:first-child {
  color: #333;
  font-size: 13px;
  line-height: 1.2;
  width: 90px;
}

#detail .detail-table-2 tr:first-child th:first-child {
  font-size: 16px;
}

#detail .detail-table-1 tr td:nth-of-type(1),
#detail .detail-table-1 tr td:nth-of-type(2),
#detail .detail-table-1 tr td:nth-of-type(3),
#detail .detail-table-2 tr td:nth-of-type(1),
#detail .detail-table-2 tr td:nth-of-type(2),
#detail .detail-table-2 tr td:nth-of-type(3),
#detail .detail-table-2 tr td:nth-of-type(4) {
  font-size: 16px;
}

#detail .detail-table tr td:last-child {
  color: #DC000C;
  font-size: 28px;
  font-weight: bold;
}

#detail .detail-table tr:first-child th:last-child {
  background: linear-gradient(#fff 0%, #fff 40%, #FFA2BF 100%);
  border-top: 2px solid #DC000C;
  border-left: 2px solid #DC000C;
  border-right: 2px solid #DC000C;
  width: 97px;
}

#detail .detail-table-1 tr:nth-child(2) td:last-child {
  background-color: #fff;
  border-left: 2px solid #DC000C;
  border-right: 2px solid #DC000C;
}

#detail .detail-table tr:last-child td:last-child {
  background-color: #fff;
  border-bottom: 2px solid #DC000C;
  border-left: 2px solid #DC000C;
  border-right: 2px solid #DC000C;
}

#detail .detail-image img.detail-table-img-prime {
  width: 58px;
}

#detail .detail-image img.detail-table-img-standard {
  width: 84px;
}

#detail .detail-image img.detail-table-img-growth {
  width: 71px;
}

#detail .detail-image img.detail-table-img-tpm {
  width: 65px;
}

#detail .detail-image img.detail-table-img-1st {
  width: 63px;
}

#detail .detail-image img.detail-table-img-2nd {
  width: 63px;
}

#detail .detail-image img.detail-table-img-mothers {
  width: 61px;
  padding-bottom: 7px;
}

#detail .detail-image img.detail-table-img-jasdaq {
  width: 69px;
  padding-top: 2px;
}

/*# sourceMappingURL=about.css.map */

/* -------------------------------------------------
	history
------------------------------------------------- */

#history {
  margin-top: 175px;
  position: relative;
}

#history>* {
  position: relative;
  z-index: 4;
}

#history::before {
  width: 100%;
  height: 700px;
  background: -moz-linear-gradient(top, #c5ddfb, #fff);
  background: -webkit-linear-gradient(top, #c5ddfb, #fff);
  background: linear-gradient(to bottom, #c5ddfb, #fff);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: block;
  content: "";
}

#history .headline {
  padding-bottom: 0.7em;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  border-bottom: solid 1px #2f50aa;
  color: #2f50aa;
}

@media screen and (max-width:767px) {
  #history {
    margin-top: calc(50 / 750 * 100vw);
  }

  #history::before {
    height: calc(1170 / 750 * 100vw);
  }

  #history .headline {
    font-size: calc(30 / 750 * 100vw);
  }
}

/* -------------------------------------------------
	history > history
------------------------------------------------- */

#history .history {
  margin-top: 60px;
}

#history .history dl {
  margin-top: 65px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#history .history dl dt {
  width: 149px;
  height: 77px;
  padding-left: 1.4em;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  background: url(../img/process/arrow_02.svg) no-repeat 0 0 / 100% auto;
}

#history .history dl dd {
  width: calc(100% - 149px);
  padding-left: 1.5em;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
}

#history .history dl dt:nth-last-of-type(2),
#history .history dl dd:nth-last-of-type(2) {
  margin: 45px 0;
}

#history .history .fig-wrap {
  position: relative;
}

#history .history .fig-wrap .fig {
  width: 100%;
  display: block;
  margin-top: 60px;
}

#history .history .fig-wrap p {
  font-weight: 400;
  color: #777;
}

@media screen and (min-width:768px) {
  #history .history .fig-wrap p {
    font-size: 12px;
    position: absolute;
    right: 15px;
    bottom: 14px;
    z-index: 4;
  }
}

@media screen and (max-width:767px) {
  #history .history {
    margin-top: calc(38 / 750 * 100vw);
  }

  #history .history dl {
    margin-top: calc(50 / 750 * 100vw);
    align-items: flex-start;
  }

  #history .history dl dt {
    width: calc(208 / 750 * 100vw);
    height: calc(107 / 750 * 100vw);
    font-size: calc(31 / 750 * 100vw);
    transform: translateY(2vw);
  }

  #history .history dl dd {
    width: calc(444 / 750 * 100vw);
    font-size: calc(27 / 750 * 100vw);
  }

  #history .history dl dt:nth-last-of-type(2),
  #history .history dl dd:nth-last-of-type(2) {
    margin: calc(40 / 750 * 100vw) 0;
  }

  #history .history .fig-wrap .fig {
    margin-top: 4vw;
  }

  #history .history .fig-wrap p {
    padding: 1.4vw 0 0 0;
    text-align: right;
    font-size: 2.2vw;
  }
}

/* -------------------------------------------------
	history > position
------------------------------------------------- */

#history .position {
  margin-top: 145px;
}

#history .position .col2 {
  margin-top: 45px;
}

#history .position .col2 .left p {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
}

#history .position .col2 .left strong,
#history .position .col2 .left p.bold {
  font-weight: 700;
  font-size: 17px;
}

#history .position .col2 .left p.indent {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.4;
}

#history .position .col2 .left p+p {
  margin-top: 0.7em;
}

#history .position .col2 .left .small {
  font-size: 15px;
  vertical-align: baseline;
}

#history .position .right .fig {
  padding: 15px 18px 18px;
  border: solid 6px #2f50aa;
  text-align: center;
}

#history .position .right .fig .sub-title {
  padding: 0 0.7em;
  background: #fff;
  transform: translateY(-60%);
  position: relative;
  display: inline-block;
  font-weight: 700;
  color: #2f50aa;
}

#history .position .right .fig .pro .sub-title {
  color: #ed1c24;
  ;
}

#history .position .right .fig .std .sub-title,
#history .position .right .fig .pro .sub-title {
  font-size: 22px;
}

#history .position .right .fig .main .sub-title,
#history .position .right .fig .new .sub-title {
  font-size: 19px;
}

#history .position .right .fig .main-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: 700;
  color: #2f50aa;
}

#history .position .right .fig .main-title img {
  width: 42px;
  margin-right: 0.5em;
}

#history .position .right .fig .std {
  margin-top: 10px;
  padding: 0 20px 20px;
  border: solid 4px #2f50aa;
}

#history .position .right .fig .pro {
  margin-top: 22px;
  padding-bottom: 22px;
  border: solid 4px #ed1c24;
}

#history .position .right .fig .main,
#history .position .right .fig .new {
  padding-bottom: 20px;
  border: solid 2px #2f50aa;
}

#history .position .right .fig .main {
  margin-top: 20px;
}

#history .position .right .fig .new {
  margin-top: 25px;
}

#history .position .right .fig .text {
  font-size: 20px;
  font-weight: 700;
}

#history .position .right .fig .main .text:nth-child(2),
#history .position .right .fig .new .text:nth-child(2) {
  padding-top: 10px;
}

#history .position .right .fig .text+.text {
  margin-top: 0.7em;
}

#history .position .right .fig .text .small {
  margin-top: 0.8em;
  font-size: 15px;
  display: block;
  font-weight: 500;
}

#history .position .right .fig .text .small+.small {
  margin-top: 0.3em;
}

#history .position .right .date {
  margin-top: 0.8em;
  font-size: 14px;
  text-align: right;
  line-height: 1.4;
}

#history .position .right .fig .history-dl {
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#history .position .right .fig .history-dt,
#history .position .right .fig .history-dd {
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width:820px) {
  #detail .detail-image .item:first-child {
    width: 100%;
    margin-bottom: 5px;
  }

  #detail .detail-image .item:nth-child(2) {
    width: 100%;
  }

  #detail .detail-image {
    flex-direction: column;
  }

  #detail .detail-table+.detail-table {
    margin-top: 5px;
  }
}

@media screen and (min-width:768px) {
  #history .position .col2 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  #history .position .col2 .left {
    max-width: 470px;
    width: calc(100% - 390px);
  }

  #history .position .col2 .right {
    width: 377px;
  }
}

@media screen and (max-width:767px) {
  #history .position {
    margin-top: calc(85 / 750 * 100vw);
  }

  #history .position .col2 {
    margin-top: calc(55 / 750 * 100vw);
  }

  #history .position .col2 .left {
    margin-top: 2vw;
  }

  #history .position .col2 .left p {
    font-size: calc(27 / 750 * 100vw);
  }

  #history .position .col2 .left strong,
  #history .position .col2 .left p.bold {
    font-size: calc(28 / 750 * 100vw);
  }

  #history .position .col2 .left .small {
    font-size: calc(27 / 750 * 100vw);
  }

  #history .position .right {
    text-align: center;
  }

  #history .position .right .fig {
    padding: calc(20 / 750 * 100vw) calc(25 / 750 * 100vw) calc(25 / 750 * 100vw);
    border-width: 3px;
    display: inline-block;
  }

  #history .position .right .fig .std .sub-title,
  #history .position .right .fig .pro .sub-title {
    font-size: calc(26 / 750 * 100vw);
  }

  #history .position .right .fig .main .sub-title,
  #history .position .right .fig .new .sub-title {
    font-size: calc(22 / 750 * 100vw);
  }

  #history .position .right .fig .main-title {
    font-size: calc(27 / 750 * 100vw);
  }

  #history .position .right .fig .main-title img {
    width: calc(49 / 750 * 100vw);
  }

  #history .position .right .fig .std {
    margin-top: 2vw;
    padding: 0 calc(25 / 750 * 100vw) calc(25 / 750 * 100vw);
    border-width: 2px;
  }

  #history .position .right .fig .pro {
    margin-top: 4vw;
    padding-bottom: 5vw;
    border-width: 2px;
  }

  #history .position .right .fig .main,
  #history .position .right .fig .new {
    padding-bottom: 4vw;
    border-width: 1px;
  }

  #history .position .right .fig .main {
    margin-top: 1.5vw;
  }

  #history .position .right .fig .new {
    margin-top: 4.5vw;
  }

  #history .position .right .fig .text {
    font-size: calc(23 / 750 * 100vw);
  }

  #history .position .right .fig .main .text:nth-child(2),
  #history .position .right .fig .new .text:nth-child(2) {
    padding-top: 0.1em;
  }

  #history .position .right .fig .text .small {
    font-size: calc(18 / 750 * 100vw);
  }

  #history .position .right .date {
    margin-right: 15vw;
    font-size: calc(17 / 750 * 100vw);
  }

  #detail .detail-table tr th:first-child {
    font-size: 10px;
    width: 18%;
  }

  #detail .detail-table-1 tr td:nth-of-type(1),
  #detail .detail-table-1 tr td:nth-of-type(2),
  #detail .detail-table-1 tr td:nth-of-type(3),
  #detail .detail-table-2 tr td:nth-of-type(1),
  #detail .detail-table-2 tr td:nth-of-type(2),
  #detail .detail-table-2 tr td:nth-of-type(3),
  #detail .detail-table-2 tr td:nth-of-type(4) {
    font-size: 15px;
  }

  #detail .detail-table tr:first-child th:last-child {
    width: 19%;
  }

  #detail .detail-table tr td:last-child {
    font-size: 24px;
  }

  #detail .detail-image img.detail-table-img-prime {

    width: 56%;
  }

  #detail .detail-image img.detail-table-img-standard {
    width: 82%;
  }

  #detail .detail-image img.detail-table-img-growth {
    width: 70%;
  }

  #detail .detail-image img.detail-table-img-tpm {
    width: 79%;
  }

  #detail .detail-image img.detail-table-img-1st {
    width: 78%;
  }

  #detail .detail-image img.detail-table-img-2nd {
    width: 78%;
  }

  #detail .detail-image img.detail-table-img-mothers {
    width: 80%;
  }

  #detail .detail-image img.detail-table-img-jasdaq {
    width: 90%;
  }

  #detail .detail-table-1 tr:first-child,
  #detail .detail-table-2 tr:first-child {
    height: 53px;
  }

  #detail .detail-table-1 tr:last-child,
  #detail .detail-table-2 tr:last-child {
    height: 60px;
  }
}