@charset "UTF-8";

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: #666666;
  line-height: 1.1rem;
}

.sp-only {
  display: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

.inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.d_f {
  display: flex;
}

.j_cn {
  justify-content: center;
}

.j_sb {
  justify-content: space-between;
}

/* header */
.inner100 {
  max-width: 140rem;
  margin: 0 auto;
}

.inner120 {
  max-width: 120rem;
  margin: 0 auto;
}

header {
  color: #666666;
}

header div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header img.header-logo {
  height: 11rem;
}

header p {
  font-size: 1.9rem;
  line-height: 1.2;
}

header p.header-phonenum {
  font-weight: 500;
  margin: 0 0 0 1.5rem;
  letter-spacing: .2rem;
  color: #ea650d;
  font-size: 3.9rem;
  font-family: "HelveticaNeue";
  font-weight: bold;
}

header span {
  font-weight: bold;
}

.mv img {
  position: relative;
}

.mv p {
  padding-top: 2rem;
}

.mv_box {
  display: inline-block;
  background-color: #ffff;
  border-radius: 0.5rem;
  margin-top: 1%;
}

.mv {
  background-image: url(https://www.nnlife.co.jp/library/bizd/lg/taishokukin_202212/img/pc/mv_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.mv_box .text {
  padding: 6.4rem 4rem 4rem 4rem;
}


.mv_box h1 {
  text-align: center;
  color: #ea650d;
  font-size: 6rem;
  padding-bottom: 2.2rem;
  letter-spacing: 5px;
}

.mv_box h1 span {
  font-weight: 100;
}

.text p {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: -2px;
  padding-bottom: 4.8rem;
  line-height: 1.4;
  text-align: center;
}

.btn {
  width: 41.4rem;
  height: 7rem;
  padding: 14px 0 16px 0;
  font-size: 3rem;
  font-weight: 500;
  /* position: relative; */
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  color: #ffff;
  background-color: #96B439;
  line-height: 1;
  border-radius: 1rem;
  transition: all .2s;
  background-image: url(https://www.nnlife.co.jp/library/bizd/lg/taishokukin_202212/img/btn.svg);
  background-repeat: no-repeat;
  background-position: center right 2rem;
  border: 0.2rem solid #ffff;
  display: block;
  padding-right: 1rem;
  padding-top: 1.5rem;
}

.btn:hover {
  text-decoration: none;
  display: block;
  margin: 0 auto;
  color: #96B439;
  background-color: #ffff;
  line-height: 1;
  border-radius: 1rem;
  transition: all .2s;
  background-image: url(https://www.nnlife.co.jp/library/bizd/lg/taishokukin_202212/img/btn_hv.svg);
  background-repeat: no-repeat;
  background-position: center right 2rem;
  border: 0.2rem solid #96B439;
  display: block;
  padding-right: 1rem;
  padding-top: 1.5rem;
}

.cta .btn {
  margin-top: 1rem;
}

.worries h2 {
  font-size: 2.9rem;
  text-align: center;
  font-weight: 400;
  padding-top: 2.9rem;
  padding-bottom: 2.9rem;
  height: 11.7rem;

}

.worries .hukidasi {
  background-image: url(https://www.nnlife.co.jp/library/bizd/lg/taishokukin_202212/img/pc/h2_background_01.svg);
  background-repeat: repeat-x;
  background-position: bottom;
}

.worries .gr {
  background-color: #F3F3F3;
  margin-top: -0.1rem;
}

.worries .box {
  padding-bottom: 6rem;
}

.worries .box ul {
  max-width: 26.2rem;
  max-height: 23.3rem;
  text-align: center;
  flex-grow: 1
}

.worries .box ul img {
  max-width: 18.6rem;
  margin-top: 3.3rem;
  margin-bottom: 1rem;
}

.worries {
  font-size: 1.9rem;
  color: #666666;
  font-weight: 400;
  padding-bottom: 4.8rem;
}

/* /* .gr ul {
  margin-bottom: 4.8rem;
} */

.hukidasi_o .line {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #EE7F00;
  height: 10rem;

}

.hukidasi_o .line::after {
  content: '';
  position: absolute;
  bottom: -20px;
  border-top: 10px solid #EE7F00;
  border-left: 10px solid #EE7F00;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
}

.hukidasi_o h2 {
  color: #ffff;
  font-size: 4rem;
  font-weight: 400;
  padding-top: 4.5rem;
}

.worries .ippan p {
  text-align: center;
  line-height: 1.4;
}

.worries .ippan {
  font-size: 3rem;
  text-align: center;
  padding-bottom: 5rem;
  padding-top: 5rem;
}

h3 {
  font-size: 4rem;
  text-align: center;
  font-weight: 500;
  text-decoration: underline #EE7F00 3px;
  text-underline-offset: 0.5em;
  padding-bottom: 7rem;
}

.point table {
  height: 67rem;
  max-width: 108rem;
  border: 1px solid #CAC7C7;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  overflow: hidden;
}

.point table th,
.point table td {
  border-bottom: solid 1px #CAC7C7;
}

.point table thead th {
  background-color: #ffff;
}

.point table tr th:nth-child(3) {
  background-color: #F3F3F3;
}

.point table th {
  background-color: #ffff;
}

.point table tr:last-child th,
.point table tr:last-child td {
  border-bottom: none;
}

.point table tr th:first-child {
  width: 18rem;
  height: 13.8rem;
  font-weight: 400;
  font-size: 2rem;
  vertical-align: middle;
	padding: 0 1rem;
}

.point table tr:first-child th:first-child {
  height: 7rem;
  font-weight: 500;
}


.point table tr:first-child th:nth-child(2) {
  background-color: #EE7F00;
  color: #ffff;
  font-size: 2.6rem;
  border: #ea650d 4px solid;
  vertical-align: middle;
}

.point table tr th:last-child {
  font-size: 1.8rem;
  vertical-align: middle;
}

.point table tr {
  font-size: 1.6rem;
}

.point table td:nth-child(2) {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  background-color: #F7EAD3;
  border-left: #ea650d 4px solid;
  border-right: #ea650d 4px solid;
  display: table-cell;
  vertical-align: middle;
}

.point table tr:last-child td:nth-child(2) {
  border-bottom: #ea650d 4px solid;
}

.point table td:nth-child(3) {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: table-cell;
  vertical-align: middle;
}

.merit {
  background-color: rgba(243, 243, 243, 0.3);
  padding-bottom: 15rem;
}
.point{
  padding-bottom: 15rem;

}

.merit h2 {
  font-size: 4rem;
  text-align: center;
  color: #ffff;
  padding-top: 0.3rem;
}

.m_cta {
  margin-top: -10rem;
}

.merit .line {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #666666;
  height: 10rem;

}

.merit .line::after {
  content: '';
  position: absolute;
  bottom: -20px;
  border-top: 10px solid #666666;
  border-right: 10px solid #666666;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
}

.merit .text_box .box {
  width: 52rem;
  height: 24.1rem;
  border: #EAC98E 1px solid;
  border-radius: 10px;
  padding: 4rem;
  position: relative;
}

.merit .text_box {
  padding-top: 6.96rem;
}

.merit .text_box .d_f:first-child {
  padding-bottom: 4rem;
}

.merit .text_box span:first-child {
  display: inline-block;
  font-family: "HelveticaNeue";
  font-size: 7rem;
  color: #EA650D;
  padding-bottom: 4rem;
  padding-top: 2rem;
}

.merit .text_box span:nth-child(2) {
  display: inline-block;
  font-size: 3rem;
  color: #EA650D;
  font-weight: 700;
  padding-left: 2rem;
  position: absolute;
  top: 6rem;
}

.merit .text_box span:last-child {
  display: inline-block;
  font-size: 2rem;
  font-weight: 400;
  width: 34rem;
}
.merit .san span:last-child{
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  width: 34rem;

}
.merit .text_box:last-child span:nth-child(3) {
  display: inline-block;
  font-size: 2rem;
  font-weight: 400;
  width: 34rem;
}

.merit .ov .box:first-child {
  background-image: url(https://www.nnlife.co.jp/library/bizd/lg/taishokukin_202212/img/merit_ill_01.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 31.5%;
  background-color: #ffff;

}

.merit .ov .box:nth-child(2) {
  background-image: url(https://www.nnlife.co.jp/library/bizd/lg/taishokukin_202212/img/merit_ill_02.png);
  background-position: bottom 1rem right -2rem;
  background-repeat: no-repeat;
  background-size: 17.5%;
  background-size: 31.5%;
  background-color: #ffff;
}

.merit .un .box:first-child {
  background-image: url(https://www.nnlife.co.jp/library/bizd/lg/taishokukin_202212/img/merit_ill_03.png);
  background-position: bottom 1rem right -3rem;
  background-repeat: no-repeat;
  background-size: 17.5%;
  background-size: 31.5%;
  background-color: #ffff;
}

.merit .un .box:nth-child(2) {
  background-image: url(https://www.nnlife.co.jp/library/bizd/lg/taishokukin_202212/img/merit_ill_04.png);
  background-position: bottom 1rem right -3rem;
  background-repeat: no-repeat;
  background-size: 17.5%;
  background-size: 31.5%;
  background-color: #ffff;
}

.merit .un .box:nth-child(2) span:nth-child(4) {
  font-size: 2rem;
  font-weight: 400;
}

.merit .un .box:nth-child(2) span:nth-child(5) {
  font-size: 2rem;
  font-weight: 400;
}


.cta {
  background-color: #F1EDEB;
  height: 19.3rem;
  border-radius: 10px;
  /* margin-top: 4rem; */
  margin-bottom: 10.5rem;
  text-align: center;
  padding-top: 2.6rem;
  background-image: url(https://www.nnlife.co.jp/library/bizd/lg/taishokukin_202212/img/cta_ill.svg);
  background-repeat: no-repeat;
  background-position: left 9rem top 2.5rem;
  background-size: 12%;
  box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.6);
  border: 1px #ffff solid;
}

.cta .ke p {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 1rem;
}

.cta p:first-child {
  padding-bottom: 1rem;

}

.cta span p:first-child {
  text-align: left;
}

.cta span p:nth-child(3) {
  font-size: 1.3rem;
  padding-right: 3rem;
  font-weight: 400;
}

.cta .d_f {
  padding-left: 13%;
}

.cta .d_f span:first-child p:first-child {
  font-size: 1.6rem;
  font-weight: 400;
}

.cta .d_f p:nth-child(2) {
  font-size: 4.9rem;
  font-family: "HelveticaNeue";
  color: #EE7F00;
  padding-bottom: 1rem;
  font-weight: bold;
  text-align: left;

}
a{
  color: #EE7F00;
}
footer a{
  color: #ffff;
}
.system table {
  height: 86.3rem;
  max-width: 108rem;
  border: 1px solid #CAC7C7;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  text-align: center;
}

.system table {
  overflow: hidden;
}

.system th {
  width: 21.7rem;
  height: 12.3rem;
}

.system tr:first-child th {
  height: 7.2rem;
}

.system tr:first-child th:first-child {
  background-color: #ffff;
}

.system tr th:first-child span:first-child {
  display: block;
  font-size: 1.8rem;
  padding-bottom: 1rem;
}

.system tr th:first-child span:nth-child(2) {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}

.system th,
.system td {
  border-bottom: 1px solid #CAC7C7;
  vertical-align: top;
	padding: 1.5rem 1rem 1rem;
}


.system td:nth-child(7) {
  padding-bottom: 2.4rem;
}

.system tr:first-child {
  height: 7.2rem;
  background-color: #F3F3F3;
}

.system th:nth-child(2),
.system th:nth-child(3),
.system th:nth-child(4),
.system th:nth-child(5) {
  border-left: 1px solid #CAC7C7;
}

.system td:nth-child(2),
.system td:nth-child(3),
.system td:nth-child(4),
.system td:nth-child(5) {
  border-left: 1px solid #CAC7C7;
}

.system td {
  font-weight: 500;
  font-size: 2rem;
}

.system td span {
  display: block;
  color: #EA650D;
  font-weight: 400;
  font-size: 1.6rem;
  padding-top: 1rem;
  line-height: 1.3;
}

.system p {
  padding-top: 3rem;
  padding-bottom: 7rem;
}

.voice {
  background-color: rgba(243, 243, 243, 0.3);
  margin-bottom: 7rem;
  padding-bottom: 7rem;
}

.voice h3 {
  padding-top: 7rem;
}

.voice ul:first-child {
  color: #EE7F00;
  font-size: 2.9rem;
}

.voice ul:first-child li:nth-child(2) {
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}

.voice .ttl {
  font-weight: 500;
  font-size: 2rem;
  padding-top: 2rem;
}

.voice ul:nth-child(3) li {
  text-indent: -1.7em;
  margin-left: 1em;
  padding-top: 2rem;
  font-weight: normal;
}

.voice .text {
  padding-left: 5rem;
}

.voice li :first-child {
  padding-right: 1rem;
}

.voice .org li {
  font-weight: bold;
  padding-top: 1rem;
}

.voice img {
  width: 19.2rem;
}

.voice .cap {
  padding: 2rem 1rem 2rem 3rem;
  font-weight: normal;
}

.voice hr {
  border-top: #EAC98E 1px solid;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.voice span {
  color: #C8CD2E;
  width: 1rem;
}

.about_l .d_f {
  padding-top: 5.2rem;
}

.about_l .d_f li:nth-child(2) {
  padding-left: 6rem;
  padding-right: 6rem;
}

.about_l .text {
  font-size: 1.5rem;
  max-width: 52rem;
  font-weight: 400;
}

.about_l .j_sb {
  padding-bottom: 7rem;
}

.about_l span {
  display: block;
  padding-top: 1.2rem;
}

.about_g .d_f {
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.about_g .text {
  max-width: 69.5rem;
  font-weight: 400;
}

.about_g img {
  max-width: 35rem;
}


.about_g p {
  color: #EE7F00;
  font-size: 2.5rem;
  font-weight: 500;
  padding-bottom: 2rem;
}

.about_g td {
  border-bottom: #E6E6E6 1px solid;
  padding-bottom: 2rem;
  width: 54rem;
  font-size: 1.3rem;
  font-weight: 400;
}

.about_g td:first-child {
  width: 11rem;
}

.about_g .n img {
  max-width: 38rem;

}

.about_g .ch {
  font-size: 1.3rem;
}

.example .box {
  max-width: 33.5rem;
  height: 37.7rem;
  border: 1px solid #EAC98E;
  border-radius: 10px;
  padding: 2rem;
}

.example .box:nth-child(3) span:nth-child(2) {
  padding-top: 1rem;
}

.example .box .d_f {
  padding-top: 0.5rem;
  padding-left: 1rem;
}

.example .box .d_f div:first-child {
  font-weight: 500;
}

.example .box .d_f div:last-child {
  font-weight: 400;
}

.m {
  width: 15rem;
}

.example .box span:first-child {
  color: #EE7F00;
  font-size: 3rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}

.example .box:nth-child(2) span:nth-child(2) {
  padding-top: 1rem;
  font-size: 1.3rem;
  text-align: center;
}

.example .d_f .box:nth-child(3) span:nth-child(2) {
  display: block;
  font-size: 1.3rem;
  text-align: center;
  font-weight: 500;

}

.example .btn {
  color: #ffff;
  font-size: 1.4rem;
  background-color: #96B439;
  max-width: 29.5rem;
  height: 5rem;
  border-radius: 10px;
  font-weight: 500;
  padding: 1.2rem 1.5rem 1.5rem 1.5rem;
  background-image: url(https://www.nnlife.co.jp/library/bizd/lg/taishokukin_202212/img/btn.svg);
  background-repeat: no-repeat;
  background-position: center right 1rem;
  margin-top: auto;
  text-align: left;

}

.example .btn:hover {
  color: #96B439;
  font-size: 1.4rem;
  background-color: #ffff;
  max-width: 29.5rem;
  background-image: url(https://www.nnlife.co.jp/library/bizd/lg/taishokukin_202212/img/btn_hv.svg);
  background-repeat: no-repeat;
  background-position: center right 1rem;
  /* margin-top: auto; */

}

.example .box .chh {
  display: block;
  font-weight: 500;
  border-top: #EAC98E 1px solid;
  border-bottom: #EAC98E 1px solid;
  padding-bottom: 1rem;
  padding-top: 1rem;
  text-align: center;
  margin-top: auto;
}

.example .box:nth-child(2) .chh {
  margin-top: 1.6vw;
}

.example .d_f {
  align-items: baseline;
}

.example .box {
  display: flex;
  flex-direction: column;
}

.flow {
  background-color: rgba(243, 243, 243, 0.3);
  margin-top: 8rem;
  padding-top: 7rem;
}

.flow img {
  max-width: 19.2rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.flow li:nth-child(2) {
  max-width: 83rem;
  padding-left: 5rem;
}

.flow span {
  display: block;
}

.flow span:first-child {
  color: #EE7F00;
  font-size: 3rem;
  font-weight: 500;
  padding-bottom: 2rem;
  padding-top: 12rem;
}

.flow span:nth-child(2) {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}

.flow hr {
  border-top: #EAC98E 1px solid;
}

footer .small {
  background-color: #F3F3F3;
  font-size: 1.3rem;
  text-align: center;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  font-size: 1.3rem;
}

footer .f_cta {
  background-color: #EA650D;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.f_cta {
  display: block;
  color: #ffff;
  padding-right: 4rem;
}

.le p:first-child {
  font-family: "HelveticaNeue";
  font-size: 4.9rem;
  margin-top: 3rem;
}

.f_cta .btn {
  margin-top: 1.5rem;
}

.le p:last-child {
  font-size: 1.3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.le p {
  padding-right: 2rem;
}

.small{
  margin-bottom: 10rem;
}

.about_g .text span {
  display: block;
  padding-top: 1rem;
  font-size: 1.5rem;
}
.system tr:last-child td:last-child {
  border-bottom: none;
}

.system tr:last-child th:first-child,
.system tr:last-child td:first-child,
.system tr:last-child td:nth-child(2),
.system tr:last-child td:nth-child(3),
.system tr:last-child td:nth-child(4)
  {
  border-bottom: none;
}

.mv_box {
  margin-top: 2%;
  margin-bottom: 2%;
  }

  a[href^="tel:"]{
    pointer-events: none;
  }

/* ===================================
  responsive　スマホ
=================================== */
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  .d_f {
    display: block;
  }

  .inner {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .fistView,
  .authority,
  .inner100,
  .inner120 {
    width: 100%;
  }

  header div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  header img.header-logo {
    height: 8.1rem;
    width: auto;
  }

  header img.phone-sp {
    width: 3.5rem;
    margin: 0 2rem 0 0;
  }

  /* .fistView {
    padding: 20rem 0 0;
    height: 23rem;
    background: url("bizd/lg/img/fv.jpg") no-repeat top center/ cover;
  } */

  .fistView .catchcopy {
    margin: 0 auto;
    width: 80%;
    position: relative;
    padding: 2rem 2rem 3rem 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
  }

  .fistView .catchcopy h2 {
    font-size: 2.4rem;
    margin: 0 0 1.5rem;
  }

  .fistView .catchcopy p {
    font-size: 1.8rem;
    margin: 0 0 2.5rem;
  }

  .fistView .catchcopy p span {
    font-size: 1.3rem;
    margin: 0 0 1rem;
  }

  .fistView .catchcopy a {
    font-size: 1.8rem;
    padding: .5rem 3rem .5rem 1rem;
  }

  .merit .text_box .box {
    width: auto;
  }

  .btn {
    width: 100%;
    letter-spacing: -1px;
    margin-left: auto;
    margin-right: auto;
  }

  .mv {
    padding: 20rem 0 0;
    height: 27rem;
    background: url(https://www.nnlife.co.jp/library/bizd/lg/taishokukin_202212/img/sp/mv_sp.jpg) no-repeat top center/ cover;
  }

  .mv_box {
    margin: 0 auto;
    width: 100%;
    padding: 2rem;
    justify-content: center;
    align-items: baseline;
    height: 24rem;
  }

  .merit .text_box span:last-child {
    width: auto;
  }

  .mv_box .text {
    padding: 0rem;
  }

  .mv_box h1 {
    text-align: center;
    color: #ea650d;
    font-size: 5rem;
    padding-bottom: 2.2rem;
    letter-spacing: -1px;
    padding-top: 1rem;
  }

  .text p {
    font-size: 1.9rem;
  }

  .worries h2 {
    margin-top: 18rem;
    padding-bottom: 1rem;
  }

  .mv p {
    padding-top: 1.4rem;
  }

  .text p {
    padding-bottom: 1.8rem;
  }

  .mv .grr {
    background-color: rgba(202, 199, 199, 0.3);
    padding-bottom: 25rem;
  }

  .worries h2 {
    margin-top: 18rem;
    padding-bottom: 10rem;
  }

  .worries h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .d_f_s {
    display: flex;
    justify-content: space-between;
  }

  .worries .box ul {
    max-width: 60rem;
    max-height: auto;
    text-align: left;
    align-items: center;
  }
	/*------ogawa追加------*/
	ul.d_f_s li:first-child {
			width: 33%;
	}
	ul.d_f_s li:last-child {
			width: 60%;
	}
	/*------ogawa追加------*/

  .hukidasi_o h2 {
    margin-top: 0;
    font-size: 3rem;
    font-weight: bold;
  }

  .worries .ippan p {
    font-size: 2.4rem;
    line-height: 1.4;
  }

  h3 {
    font-size: 2.3rem;
    text-align: center;
    font-weight: 500;
    text-decoration: none;
    text-underline-offset: 0.5em;
    padding-bottom: 1.3rem;
  }

  hr {
    height: 3px;
    background-color: #EE7F00;
    border: none;
    color: #EE7F00;
  }

  .table-wrap {
    overflow-x: scroll;
    padding-top: 4rem;
  }

  .point .table {
    width: 100%;
    /* border-collapse: collapse; */
    white-space: nowrap;
    height: 95rem;
  }
  .merit h2 {
    font-size: 3rem;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    line-height: 1.4;
  }
  .point table tr:first-child th:first-child {
    height: 6.5rem;
}
  .inner_s {
    padding: 0;
  }

  .merit {
    padding-bottom: 5rem;
}

  .merit .line {
    height: auto;
    padding: 2rem;
  }

  .merit .text_box {
    padding-top: 4.3rem;
  }

  .merit .ov .box {
    margin-bottom: 1rem;
  }

  .merit .ov .box:first-child {
    background-image: none;
  }

  .merit .ov .box:nth-child(2) {
    background-image: none;
  }

  .merit .un .box:first-child {
    background-image: none;
  }

  .merit .un .box:nth-child(2) {
    background-image: none;
  }

  .merit .box img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cta .d_f span:first-child p:first-child {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

  .merit .text_box .box {
    height: 30.1rem;
}
  .merit .text_box span:nth-child(2) {
    font-size: 2.5rem;
    top: 2rem;
    line-height: 1.4;
  }

  .merit .text_box .box {
    padding: 1rem;
  }

  .merit .text_box span:first-child {
    padding-bottom: 1rem;
    padding-top: 2rem;
  }

  .cta {
    background-image: none;
    height: auto;
    padding: 2rem 1rem;
    margin-bottom: 7rem;
  }

  .cta .d_f {
    padding-left: 0;
  }

  .cta span p:nth-child(3) {
    padding-right: 0rem;
  }

  .cta .d_f p:nth-child(2) {
    text-align: left;
  }

  .system .table {
    width: 100%;
    /* border-collapse: collapse; */
    white-space: nowrap;
  }

  .system p {
    padding-top: 1.4rem;
    padding-bottom: 6rem;
  }

  .bdd hr {
    height: 1px;
    background-color: #EAC98E;
    border: none;
    color: #EAC98E;
    margin-top: 4rem;
    margin-bottom: 4rem;

  }

  .voice hr {
    border-top: #EAC98E 1px solid;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .voice .tb hr {
    width: 15rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
  }

  .voice h3 {
    padding-top: 5rem;
  }

  .voice img {
    width: 16rem;
  }

  .voice .cap {
    padding: 0;
  }

  .voice .d_f_s {
    align-items: center;
  }

  .voice .text {
    padding-left: 0rem;
    font-size: 2rem;
    text-indent: -1em;
    margin-left: 1em;
  }

  .voice .org li {
    padding-top: 3rem;
    line-height: 1.4;
    font-size: 2rem;
  }

  .voice .ttl {
    font-size: 1.6rem;
  }

  .voice ul:nth-child(3) li {
    font-size: 1.6rem;
  }

  .voice .cap {
    width: 16rem;
		margin: 0 0 0 1rem;
  }

  .voice {
    padding-bottom: 4rem;
  }
  .voice .d_f_s{
    padding-left: 1rem;
    padding-right: 1rem;

  }
  .about_l hr,
  .about_g hr {

    width: 24rem;
    margin-left: auto;
    margin-right: auto;
  }

  .about_l .d_f li:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
	.about_l ul.d_f_s li {
		width: 30%;
	}

  .about_l .d_f {
    padding-top: 3.2rem;
  }

  .about_l span {
    padding-top: 3.2rem;
  }

  .about_l span,
  .about_g span {
    padding-top: 1rem;
  }

  .about_l .text {
    padding-top: 3.2rem;
  }
  .voice .ttl {
    padding-top: 0rem;
}

  .about_g .d_f {
    padding-top: 0rem;
  }

  .about_g td:first-child {
    width: 31rem;
  }

  .about_g .ch {
    padding-top: 2rem;
  }

  .example hr {
    width: 12rem;
    margin-left: auto;
    margin-right: auto;
  }

  .example .d_f {
    padding-top: 2.6rem;
  }

  .example .box .chh {
    margin-top: 3rem;
  }

  .example .box .d_f {
    display: flex;
  }

  .example .box {
    height: auto;
  }
.point .table th{
  width: 10rem;
}
  .example .btn {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 1rem;
    margin-bottom: 4rem;
  }

  .example .chc {
    font-size: 1.3rem;
    text-align: center;
    padding-top: 1rem;
  }

  .example .box:nth-child(3) span:nth-child(2) {
    color: #EE7F00;
  }

  .example .box span:first-child {
    line-height: 1.4;
  }

  .flow {
    margin-top: 5.1rem;
    padding-top: 4rem;
  }

  .flow .tit hr {
    width: 17rem;
    margin-left: auto;
    margin-right: auto;
  }

  .flow img {
    max-width: 30%;
    padding-bottom: 2rem;
    padding-top: 4rem;
  }

  .flow li {
    text-align: center;
  }

  .flow li:nth-child(2) {
    max-width: 83rem;
    padding-left: 0rem;
  }

  .flow span:first-child {
    color: #EE7F00;
    font-size: 2.2rem;
    padding-top: 0rem;
  }

  .ttt hr {
    height: 1px;
    background-color: #EAC98E;
    border: none;
    color: #EAC98E;
    margin-top: 4rem;
  }

  .flow span:nth-child(2) {
    font-size: 1.6rem;
  }

  .le p:first-child {
    font-family: "HelveticaNeue";
    font-size: 2.9rem;
    margin-top: 0rem;
    width: 36rem;
  }

  .f_cta {
    display: block;
    color: #ffff;
    padding-right: 0rem;
  }

  .le p {
    padding-right: 0rem;
    align-items: center;
  }

  .f_cta .d_f_s {
    align-items: center;
  }

  .inner_f {
    width: auto;
    padding: 0 10px;
  }

  .le p:last-child {
    letter-spacing: -1px;
    padding: 0;
  }

  .f_cta {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  footer .small {
    margin-top: 4rem;
  }


.example .box {
  margin-left: auto;
  margin-right: auto;
}

.merit .text_box .d_f:first-child {
  padding-bottom: 0;
}

.merit .un .box {
  margin-bottom: 1rem;
}

.about_g img {
  max-width: 100%;
}
.about_g img:first-child {
  padding-top: 2rem;
}
.about_g img:last-child {
  padding-bottom: 2rem;
}
.hukidasi_o .line {
  padding: 0;
}

.small{
  margin-bottom: 14rem;
}

.about_g td {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.worries .hukidasi {
  background-image: url(https://www.nnlife.co.jp/library/bizd/lg/taishokukin_202212/img/sp/h2_background_01.png);
  background-repeat: repeat-x;
  background-size: 100%;
}
a[href^="tel:"]{
  pointer-events: auto;
}
.cta a{
  color: #EE7F00;
}
.le a{
  color: #ffff;
}
.f_cta .btn{
  height: auto;
  font-size: 2rem;
}

}

/* ===================================
  responsive　タブレット
=================================== */
@media screen and (min-width:768px) and (max-width:1050px) {
  html {
    font-size: 40%;
  }

  .sp-only {
    display: none;
  }

  .inner {
    width: auto;
    padding: 0 30px;
  }

  .merit .text_box .box {
    padding: 1rem;
  }

  .mv_box .text {
    padding: 2rem;
  }

  .inner100 {
    max-width: 115rem;
    margin: 0 auto;
  }

  .text p {
    padding-bottom: 1.8rem;
}
.system .table{
  margin-left: auto;
  margin-right: auto;
}
.worries .table{
  margin-left: auto;
  margin-right: auto;
}

.inner_t{
  width: auto;
  padding: 0 68px;
}
}