/* ---------------------------------------------------------------------------------------
   nenkin common
---------------------------------------------------------------------------------------- */
.PC {
  display: none;
}
@media print, screen and (min-width: 992px) {
  .PC {
    display: block;
  }
}
h2 {
  background: #0ba1f1;
}
.subnav li a {
  padding: 10px 20px;
}
.subnav li a.active {
  background: #0ba1f1;
  color: #fff;
}
article h3 {
  border-top: 2px solid #0ba1f1;
  border-bottom: 2px solid #0ba1f1;
  color: #0ba1f1;
}
.simulation {
  position: relative;
  background: #e2faf9;
  text-align: right;
  padding: 18px 30px 0;
}
.simulation::after {
  content: url(../nenkin/images/01-04.png);
  position: absolute;
  top: -20px;
  left: 0;
}
.simulation strong {
  color: #00a1f3;
  font-weight: 700;
}
.simulation .text {
  padding: 0 110px;
  text-align: left;
}
.simulation a.button {
  display: inline-block;
  text-align: left;
  width: 330px;
}
.keisan {
  position: relative;
  background: #fae2e8;
  text-align: right;
  padding: 25px 30px 0;
}
.keisan::after {
  content: url(../nenkin/images/01-05.png);
  position: absolute;
  top: -24px;
  right: 40px;
}
.keisan strong {
  color: #00a1f3;
  font-weight: 700;
}
.keisan .text {
  text-align: left;
}
.keisan a.button {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 330px;
  z-index: 1;
}
@media print, screen and (max-width: 1199px) {
  .simulation,
  .keisan {
    text-align: left;
  }
  .simulation::after,
  .keisan::after {
    display: none;
  }
  .simulation .text {
    padding: 0;
  }
}
.template h4 {
  background: #0ba1f1;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 20px;
  margin-bottom: 10px;
}
.qafq a {
  display: block;
  color: #000;
}
.qafq li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.25;
  padding: 10px 12px;
  border: 2px solid #ddd;
}
.qafq li img {margin-bottom: 5px;}
.qafq li.qanda {background: url(../images/common/qanda.jpg) no-repeat right top / contain;}
.qafq li.faq {background: url(../images/common/faq.jpg) no-repeat right top / contain;}


/* ---------------------------------------------------------------------------------------
   nenkin01.html
---------------------------------------------------------------------------------------- */
img.arrow_down {
  transform: rotate(90deg);
}
@media print, screen and (max-width: 1199px) {
  img.right_to_down-xl {
    transform: rotate(90deg);
  }
}
@media print, screen and (max-width: 991px) {
  img.right_to_down-lg {
    transform: rotate(90deg);
  }
}
@media print, screen and (max-width: 767px) {
  img.right_to_down-md {
    transform: rotate(90deg);
  }
}
@media only screen and (max-width: 575px) {
  img.right_to_down-sm {
    transform: rotate(90deg);
  }
}
#nenkin01 .section01 .right_to_down-xl,
#nenkin01 .section02 .right_to_down-xl,
#nenkin01 .section03 .right_to_down-xl {
  margin-top: 80px;
}
@media print, screen and (max-width: 1199px) {
  #nenkin01 .section01 .right_to_down-xl,
  #nenkin01 .section02 .right_to_down-xl,
  #nenkin01 .section03 .right_to_down-xl {
    margin-top: 0px;
  }
}
#nenkin01 .section01 .merit_box {
  border: 5px solid #94cdfd;
  font-size: 14px;
}
#nenkin01 .section02 .merit_box {
  border: 5px solid #abfd95;
  font-size: 14px;
}
#nenkin01 .section03 .merit_box {
  border: 5px solid #f9fd95;
  font-size: 14px;
}
.merit_box figure:first-child img {
  margin: 5px 0;
}
.merit_box .merit_b {
  display: block;
  background: #f9fd95;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 10px;
  margin: 0 -10px 5px;
}
.merit_box strong {
  color: #011daa;
}
.merit_box .f12 span.f14 {
  display: inline-block;
  background: #91c625;
  color: #fff;
  padding: 1px 10px 2px;
}
.merit_box .green {
  position: relative;
  background: #c8fd5f;
  border: 2px solid #91c625;
  padding: 5px 10px;
  text-align: center;
  line-height: 1.4;
}
.merit_box .orange {
  background: #fdcb91;
  border: 2px solid #cb8d43;
  padding: 5px 10px;
  text-align: center;
  line-height: 1.4;
}
.merit_box a.button {
  display: block;
  max-width: 300px;
  height: 55px;
  margin: 0 auto;
}
.merit_box a.button i img {
  vertical-align: baseline;
}
.merit_box .green table {
  table-layout: fixed;
  width: calc(100% - 10px);
  margin: 10px 5px 0;
}
.merit_box .green table th {
  background: #91c625;
  color: #fff;
  vertical-align: middle;
  width: 4em;
  font-weight: 400;
  border-bottom: 10px solid #c8fd5f;
  padding: 3px 0;
}
.merit_box .green table td {
  background: #fff;
  color: #333;
  vertical-align: middle;
  border-bottom: 10px solid #c8fd5f;
  padding: 3px 0;
}
.merit_box .green table td span.final {
  position: relative;
  display: block;
  width: 100%;
  background: #f00;
  color: #fff;
}
.merit_box .green table td span.final::before {
  content: "▼";
  position: absolute;
  top: -78px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
@media print, screen and (max-width: 767px) {
  .merit_box .green table td span.final::before {
    top: -68px;
  }
}
.merit_box .green .nenri {
  position: absolute;
  top: 60px;
  left: 10px;
  background: #76aac4;
  color: #fff;
  width: 54px;
  height: 54px;
  font-size: 14px;
  line-height: 18px;
  padding: 9px 0;
  text-align: center;
  border-radius: 100%;
}

/* ---------------------------------------------------------------------------------------
   nenkin02.html
---------------------------------------------------------------------------------------- */
#nenkin02 strong {
  color: #f00;
}
#nenkin02 h4 {
  font-size: 21px;
  line-height: 30px;
  padding: 0 15px;
}
#nenkin02 a.button {
  max-width: 370px;
}
#nenkin02 a.button i + span {
  padding-left: 0;
  width: 100%;
  font-weight: normal;
  text-align: center;
}

#nenkin02 .section01,
#nenkin02 .section02,
#nenkin02 .section03,
#nenkin02 .section04,
#nenkin02 .section05 {
  border: 5px solid #eee;
  padding: 10px;
  font-size: 14px;
}
#nenkin02 .row > div {
  padding: 15px;
}

#nenkin02 .div01-1 {
  border: 1px solid #aaa;
  border-radius: 6px;
  height: 100%;
}
#nenkin02 .div01-1 h5 {
  background: #94cdfd;
  text-align: center;
  color: #011daa;
  font-size: 16px;
  line-height: 24px;
  border-radius: 5px 5px 0 0;
}
#nenkin02 .div01-1 table {
  margin: 0 auto;
  background: #e8ffbf;
}
#nenkin02 .div01-1 table th,
#nenkin02 .div01-1 table td {
  padding: 2px 7px;
}
#nenkin02 .div01-1 span {
  color: #011daa;
  font-weight: 500;
}
#nenkin02 .div01-1 p.result {
  background: #f9fd95;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin: 0 20px 10px;
}

#nenkin02 .div02-1 span {
  color: #011daa;
  font-weight: 500;
}
#nenkin02 .div02-1 li {
  margin-left: 20px;
  text-indent: -1em;
}
#nenkin02 .div02-1 li::before {
  content: "●";
  color: #ff6d00;
}
#nenkin02 .div02-1 table {
  width: 70%;
  margin: 15px 15%;
}
@media print, screen and (max-width: 991px) {
  #nenkin02 .div02-1 table {
    width: 90%;
    margin: 15px auto;
  }
}
#nenkin02 .div02-1 table thead th {
  background: #c8fd5f;
}
#nenkin02 .div02-1 table th,
#nenkin02 .div02-1 table td {
  border: 1px solid #666;
  text-align: center;
  vertical-align: middle;
  padding: 2px 7px;
}
#nenkin02 .div02-1 table tbody th {
  background: #91c625;
  color: #fff;
}
#nenkin02 .div02-1 table tbody td {
}
#nenkin02 .div02-1 table tbody tr:last-child td {
  background: #f9fd95;
  font-size: 14px;
}

#nenkin02 .div03-1 li {
  margin-left: 20px;
  text-indent: -1em;
}
#nenkin02 .div03-1 li::before {
  content: "●";
  color: #ff6d00;
}
#nenkin02 .div03-1 table {
  width: 100%;
  font-size: 13px;
  margin: 15px auto;
}
#nenkin02 .div03-1 table thead {
  color: #fff;
  text-align: center;
}
#nenkin02 .div03-1 table thead th:first-child {
  background: #257631;
  width: 95px;
}
#nenkin02 .div03-1 table thead th:nth-child(2) {
  background: #81b615;
}
#nenkin02 .div03-1 table thead th:last-child {
  background: #ff7e06;
}
#nenkin02 .div03-1 table th,
#nenkin02 .div03-1 table td {
  border: 1px solid #666;
  vertical-align: middle;
  padding: 2px 7px;
  font-weight: 400;
}
#nenkin02 .div03-1 table tbody th {
  background: #257631;
  color: #fff;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #nenkin02 .div03-1 thead,
  #nenkin02 .div03-1 th br {
    display: none;
  }
  #nenkin02 .div03-1 table,
  #nenkin02 .div03-1 tbody,
  #nenkin02 .div03-1 tr,
  #nenkin02 .div03-1 th,
  #nenkin02 .div03-1 td {
    display: block;
  }
  #nenkin02 .div03-1 td:nth-child(2)::before {
    content: attr(aria-label);
    display: block;
    background: #81b615;
    color: #fff;
    padding-left: 5px;
  }
  #nenkin02 .div03-1 td:last-child::before {
    content: attr(aria-label);
    display: block;
    background: #ff7e06;
    color: #fff;
    padding-left: 5px;
  }
}

#nenkin02 .section04 h5 {
  padding: 15px 15px 5px;
  color: #011daa;
  font-weight: 700;
  border-bottom: 1px dotted #aaa;
}
#nenkin02 .div04-1,
#nenkin02 .div04-2 {
  border: 1px solid #aaa;
  border-radius: 6px;
  height: 100%;
}
#nenkin02 .div04-1 h6,
#nenkin02 .div04-2 h6 {
  background: #81b615;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
#nenkin02 .div04-1 table {
  margin: 15px auto;
}
#nenkin02 .div04-1 table th,
#nenkin02 .div04-1 table td {
  border: 1px solid #666;
  vertical-align: middle;
  padding: 2px 7px;
  font-weight: 400;
}
#nenkin02 .div04-1 table th {
  background: #81b615;
  color: #fff;
}
#nenkin02 .div04-2 table {
  width: 96%;
  margin: 15px 2%;
  font-size: 13px;
}
#nenkin02 .div04-2 table th,
#nenkin02 .div04-2 table td {
  border: 1px solid #666;
  vertical-align: middle;
  padding: 2px 7px;
  font-weight: 400;
}
#nenkin02 .div04-2 table th.rowspan {
  background: #f9fd95;
  color: #222;
  text-align: center;
  width: 75px;
}
#nenkin02 .div04-2 table th {
  background: #81b615;
  color: #fff;
}
#nenkin02 .ze h6,
#nenkin02 .ze table th {
  background: #ff7e06;
}
@media only screen and (max-width: 575px) {
  #nenkin02 .div04-2 table,
  #nenkin02 .div04-2 thead,
  #nenkin02 .div04-2 tbody,
  #nenkin02 .div04-2 tr,
  #nenkin02 .div04-2 th,
  #nenkin02 .div04-2 td {
    display: block;
    width: auto !important;
  }
}

#nenkin02 .table_before {
  display: none;
}
#nenkin02 .div05 table {
  width: 100%;
  max-width: 900px;
  margin: 20px auto;
}
#nenkin02 .div05 table th,
#nenkin02 .div05 table td {
  border: 1px solid #ccc;
  line-height: 1.2;
  padding: 3px 5px;
  text-align: right;
  font-weight: normal;
}
#nenkin02 .div05 table caption {
  background: #71b416;
  color: #fff;
  text-align: center;
  border-radius: 6px 6px 0 0;
}
#nenkin02 .div05 table thead {
  background: #fff8bc;
  font-size: 12px;
}
#nenkin02 .div05 table thead th {
  background: #287533;
  color: #fff;
}
#nenkin02 .div05 table tbody tr:nth-child(even) {
  background: #edface;
}
#nenkin02 .div05 table tbody th {
  background: #ffddd8;
  width: 60px;
}
@media print, screen and (max-width: 991px) {
  #nenkin02 .div05 table thead {
    font-size: 10px;
  }
  #nenkin02 .div05 table tbody {
    font-size: 13px;
  }
  #nenkin02 .div05 table tbody th {
    width: 35px;
  }
}
@media only screen and (max-width: 575px) {
  #nenkin02 .div05 {
    position: relative;
    width: 96%;
    margin: 0 2%;
    overflow-x: scroll;
  }
  #nenkin02 .table_before {
    display: block;
    font-size: 12px;
    margin: 15px 0 0;
    text-align: center;
  }
  #nenkin02 .div05 table {
    min-width: 600px;
    margin-bottom: 15px;
  }
}

/* ---------------------------------------------------------------------------------------
   nenkin03.html
---------------------------------------------------------------------------------------- */
#nenkin03 strong {
  color: #f00;
}
#nenkin03 h4 {
  font-size: 18px;
  line-height: 24px;
  padding: 0 15px;
}
#nenkin03 .table01-1,
#nenkin03 .table01-2 {
  width: 100%;
  margin: 0 0 15px;
  font-size: 13px;
}
#nenkin03 .table01-1 th,
#nenkin03 .table01-1 td {
  border: 1px solid #666;
  vertical-align: middle;
  padding: 2px 7px;
  font-weight: 400;
  text-align: center;
}
#nenkin03 .table01-1 thead {
  background: #a1d426;
  color: #fff;
}

#nenkin03 .table01-1 thead tr:first-child td:first-child,
#nenkin03 .table01-1 tbody th {
  background: #ff7e06;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #nenkin03 .table01-1 thead,
  #nenkin03 .table01-1 td br {
    display: none;
  }
  #nenkin03 .table01-1 tbody,
  #nenkin03 .table01-1 tr,
  #nenkin03 .table01-1 th,
  #nenkin03 .table01-1 td {
    display: block;
    border: 0;
  }
  #nenkin03 .table01-1 {
    display: block;
    border: 1px solid #ddd;
  }
  #nenkin03 .table01-1 tbody th {
    background: #00a1f3;
    width: 105%;
    margin-left: -2.5%;
  }
  #nenkin03 .table01-1 td::before {
    content: attr(aria-label);
    display: block;
    background: #81b615;
    color: #fff;
    padding-left: 5px;
    width: 90%;
    margin: 0 5%;
  }
  #nenkin03 .table01-1 td:first-of-type::before {
    content: attr(aria-label);
    display: block;
    background: #ff7e06;
    color: #fff;
    padding-left: 5px;
    width: 105%;
    margin-left: -2.5%;
  }
}
#nenkin03 .section03,
#nenkin03 .section04,
#nenkin03 .section05 {
  border: 5px solid #eee;
  padding: 10px;
}
#nenkin03 .decimal-xl {
  counter-reset: item;
  margin-left: 35px;
}
#nenkin03 .decimal-xl li {
  position: relative;
  margin-bottom: 20px;
  border-left: 3px solid #ccc;
  padding-left: 10px;
  font-size: 14px;
}
#nenkin03 .decimal-xl li::before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  top: -6px;
  left: -27px;
  font-family: "Arial Black", Gadget, "sans-serif";
  font-size: 24px;
  color: #a1d426;
}

/* ---------------------------------------------------------------------------------------
   nenkin04.html
---------------------------------------------------------------------------------------- */
#nenkin04 strong {
  color: #f00;
}
#nenkin04 .div01 li a {
  display: block;
  background: #dff8ff;
  color: #000;
  border: 1px solid #aaa;
  border-radius: 6px;
  padding: 2px 10px 5px;
  margin-bottom: 10px;
}
#nenkin04 .div01 li a > span {
  position: static;
  padding: 0 15px;
}

/* ---------------------------------------------------------------------------------------
   nenkin05.html
---------------------------------------------------------------------------------------- */
#nenkin05 strong {
  color: #f00;
}
#nenkin05 .div01-1,
#nenkin05 .div01-2 ,
#nenkin05 .div01-3 {
  border: 1px solid #aaa;
  border-radius: 6px;
  padding: 15px;
}
#nenkin05 .div01-1 > div {
  background: #fafe6d;
  padding: 10px;
}
#nenkin05 .div01-1 > div span {
  color: #ff3b09;
  font-weight: 700;
}
#nenkin05 .div01-2 > div {
  background: #c8fe6e;
  padding: 10px;
}
#nenkin05 .div01-2 > div span {
  color: #046d00;
  font-weight: 700;
}
#nenkin05 .div01-3 > div {
  background: #b5d8ff;
  padding: 10px;
}
#nenkin05 .div01-3 > div span {
  color: #064d8a;
  font-weight: 700;
}
#nenkin05 a.button {
  height: 70px;
}
#nenkin05 a.button span {
  padding-left: 0;
  width: 100%;
  text-align: center;
}

/* ---------------------------------------------------------------------------------------
   Q&A
---------------------------------------------------------------------------------------- */
#qa h4 {
  font-size: 18px;
  margin: 15px 0;
  padding: 10px;
}
#qa dt {
  background: #e9f4fa;
  font-size: 16px;
  padding: 10px;
  margin-top: 10px;
  cursor: pointer;
}
#qa dt::before {
  content: "Q";
}
#qa dt::before,
#qa dt span{
  font-family: "Arial Black", Gadget, "sans-serif";
  color: #00a1f3;
  font-size: 27px;
  position: relative;
  top: 2px;
}
#qa dt span {
  margin-right: 10px;
}
#qa dd {
  display: none;
  font-size: 14px;
  padding: 15px;
  border: 1px solid #ddd;
}
#qa dd p {
  margin: 1em 0;
}
#qa dd > p:first-child {
  margin-top: 0;
}
#qa dd ul li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 1em;
}
#qa dd ol li {
  list-style: decimal;
  margin-left: 25px;
  margin-bottom: 1em;
}
#qa dd ol li li {
  list-style: lower-roman;
}
#qa dd img {
  margin: 10px 0;
}
#qa p + .kTable1 {
  margin-top: -5px;
}
#qa table {
  margin-bottom: 15px;
}
#qa .kTable1 th,
#qa .kTable1 td {
  border: 1px solid #666;
  font-size: 13px;
  padding: 0 10px;
  vertical-align: middle;
}
#qa .opacity-box {
  border: 1px solid #666;
  margin-top: -10px;
}
#qa .opacity-box th,
#qa .opacity-box td {
  font-size: 13px;
  padding: 0;
  vertical-align: middle;
}

/* ---------------------------------------------------------------------------------------
   movie
---------------------------------------------------------------------------------------- */
#mv .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#mv .youtube iframe {
  position: absolute;
  border: 5px solid #94cdfd;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mv a.button {
  max-width: 370px;
}
#mv a.button span {
  padding-left: 0;
  width: 100%;
  text-align: center;
}


@media print {
  #qa dd {
    display: block !important;
  }
}