@charset "UTF-8";
main .box.dividend:nth-of-type(n+2) {
  margin-top: 80px;
}
main .box.dividend h2 {
  position: relative;
  float: none;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif !important;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
main .box.dividend h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 5px;
  background: #155096;
}
main .box.dividend h3 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  float: none;
}
main .box.dividend h4 {
  margin-bottom: 0;
  border-bottom: none;
  font-size: 18px;
  font-weight: bold;
}
main .box.dividend h5 {
  margin: 0 0 2px 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.2;
  background: none;
}
main .box.dividend h5::before {
  display: none;
}
main .box.dividend .dividendText {
  padding: 0 12px;
}
main .box.dividend .dividendText p {
  font-size: 18px;
  line-height: 1.8;
}
main .box.dividend .dividendSubText {
  width: 820px;
  max-width: 100%;
  margin: 35px auto 0 auto;
}
main .box.dividend .dividendSubText p {
  font-size: 16px;
  line-height: 1.5;
}
main .box.dividend .dividendImage {
  margin-top: 40px;
}
main .box.dividend .dividendImage img {
  display: block;
  width: 800px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
main .box.dividend .dividendImage.small {
  margin-top: 18px;
}
main .box.dividend .dividendImage.small img {
  width: 480px;
}
main .box.dividend .dividendTable {
  width: 820px;
  margin: 15px auto 0 auto;
}
main .box.dividend .dividendTable table {
  margin: 0 auto;
  border: solid 1px #d8d8d8;
}
main .box.dividend .dividendTable table :is(th, td) {
  border: solid 1px #d8d8d8;
  font-size: 15px;
  padding: 4px 8px;
  width: 25%;
}
main .box.dividend .dividendTable table th {
  background: #155096;
  color: #fff;
}
main .box.dividend .dividendTable h5:nth-of-type(n+2) {
  margin-top: 20px;
}
main .box.dividend .dividendFaq dl {
  margin: 0 12px;
  font-size: 16px;
  line-height: 1.6;
}
main .box.dividend .dividendFaq dl:nth-of-type(n+2) {
  margin-top: 40px;
}
main .box.dividend .dividendFaq dl dt {
  position: relative;
  padding: 14px 12px 10px 68px;
  background: #f4f4f4;
}
main .box.dividend .dividendFaq dl dt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 100%;
  background: #155096;
}
main .box.dividend .dividendFaq dl dt::after {
  position: absolute;
  top: 10px;
  left: 15px;
  display: block;
  padding: 6px 10px;
  background: #333;
  color: #fff;
  line-height: 1;
}
main .box.dividend .dividendFaq dl dd {
  position: relative;
  padding: 14px 12px 10px 68px;
  margin-top: 2px;
}
main .box.dividend .dividendFaq dl dd::after {
  position: absolute;
  top: 10px;
  left: 15px;
  display: block;
  padding: 6px 10px;
  background: #155096;
  color: #fff;
  line-height: 1;
}
main .box.dividend .dividendFaq dl dd .kome {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}
main .box.dividend .dividendFaq dl:nth-of-type(1) dt::after {
  content: "Q1";
}
main .box.dividend .dividendFaq dl:nth-of-type(1) dd::after {
  content: "A1";
}
main .box.dividend .dividendFaq dl:nth-of-type(2) dt::after {
  content: "Q2";
}
main .box.dividend .dividendFaq dl:nth-of-type(2) dd::after {
  content: "A2";
}
main .box.dividend .dividendFaq dl:nth-of-type(3) dt::after {
  content: "Q3";
}
main .box.dividend .dividendFaq dl:nth-of-type(3) dd::after {
  content: "A3";
}
main .box.dividend .dividendFaq dl:nth-of-type(4) dt::after {
  content: "Q4";
}
main .box.dividend .dividendFaq dl:nth-of-type(4) dd::after {
  content: "A4";
}
main .box.dividend .dividendFaq dl:nth-of-type(5) dt::after {
  content: "Q5";
}
main .box.dividend .dividendFaq dl:nth-of-type(5) dd::after {
  content: "A5";
}
main .box.dividend .dividendFaq dl:nth-of-type(6) dt::after {
  content: "Q6";
}
main .box.dividend .dividendFaq dl:nth-of-type(6) dd::after {
  content: "A6";
}
main .box.dividend .dividendFaq dl:nth-of-type(7) dt::after {
  content: "Q7";
}
main .box.dividend .dividendFaq dl:nth-of-type(7) dd::after {
  content: "A7";
}
main .box.dividend .dividendFaq dl:nth-of-type(8) dt::after {
  content: "Q8";
}
main .box.dividend .dividendFaq dl:nth-of-type(8) dd::after {
  content: "A8";
}
main .box.dividend .dividendFaq dl:nth-of-type(9) dt::after {
  content: "Q9";
}
main .box.dividend .dividendFaq dl:nth-of-type(9) dd::after {
  content: "A9";
}
main .box.dividend .dividendFaq dl:nth-of-type(10) dt::after {
  content: "Q10";
}
main .box.dividend .dividendFaq dl:nth-of-type(10) dd::after {
  content: "A10";
}

.en main .box.dividend .dividendFaq dl dd .kome {
  text-indent: -0.6em;
  padding-left: 0.6em;
}

@media screen and (max-width: 640px) {
  main .box {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
  }
  main .box h2 {
    padding-left: 0;
    padding-right: 0;
  }
  main .box.dividend h2 {
    font-size: 36px;
  }
  main .box.dividend h3 {
    font-size: 20px;
  }
  main .box.dividend h4 {
    font-size: 26px;
  }
  main .box.dividend h5 {
    margin: 0 0 6px 0;
    font-size: 24px;
  }
  main .box.dividend .dividendText {
    padding: 0;
  }
  main .box.dividend .dividendText p {
    font-size: 24px;
  }
  main .box.dividend .dividendSubText p {
    font-size: 24px;
  }
  main .box.dividend .dividendTable {
    width: 100%;
    margin: 30px auto 0 auto;
  }
  main .box.dividend .dividendTable table :is(th, td) {
    font-size: 24px;
    padding: 8px;
  }
  main .box.dividend .dividendTable table th {
    width: 40%;
  }
  main .box.dividend .dividendTable table td {
    width: 60%;
  }
  main .box.dividend .dividendTable table + table {
    margin-top: 15px;
  }
  main .box.dividend .dividendTable h5:nth-of-type(n+2) {
    margin-top: 40px;
  }
  main .box.dividend .dividendFaq dl {
    margin: 0;
    font-size: 24px;
  }
  main .box.dividend .dividendFaq dl dt {
    padding: 14px 12px 10px 78px;
  }
  main .box.dividend .dividendFaq dl dt::after {
    top: 15px;
    left: 15px;
  }
  main .box.dividend .dividendFaq dl dd {
    padding: 14px 12px 10px 78px;
  }
  main .box.dividend .dividendFaq dl dd::after {
    top: 15px;
    left: 15px;
  }
  main .box.dividend .dividendFaq dl dd .kome {
    font-size: 20px;
  }
}