@charset "EUC-JP";

/* CSS Document */

.newt-lower {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.newt-lower a {
  color: #333;
  text-decoration: none;
}

.newt-lower li {
  list-style-type: none;
}

.newt-lower figure {
  margin: 0;
}

.newt-lower img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.newt-lower *,
.newt-lower*::before,
.newt-lower*::after {
  box-sizing: border-box;
}

.newt-lower i {
  font-style: normal;
}

.newt-lower #wrap {
  width: 100%;
  overflow: hidden;
}

.newt-lower main {
  display: block;
}

.newt-get-inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 1040px) {
  .newt-get-inner {
    max-width: 1040px;
    padding: 0 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1039px) {
  .newt-get-inner {
    max-width: 1039px;
    padding: 0 25px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .newt-get-inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 575px) {
  .newt-get-inner {
    padding: 0 14px;
  }
}

@media screen and (min-width: 768px) {
  .newt-lower {
    font-size: 16px;
    line-height: 1;
  }

  /* common
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  /* ---- newt-nav-get-tab ---- */
  .newt-nav-get-tab {
    border-bottom: 1px solid #e5e5ea;
  }

  .newt-nav-get-tab ul {
    display: flex;
  }

  .newt-nav-get-tab ul li {
    position: relative;
    width: calc(99.999% / 3);
  }

  .newt-nav-get-tab ul li:nth-child(2)::before,
  .newt-nav-get-tab ul li:nth-child(2)::after {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 1px;
    height: 16px;
    margin: auto;
    content: "";
    background: #e5e5ea;
  }

  .newt-nav-get-tab ul li:nth-child(2)::before {
    left: 0;
  }

  .newt-nav-get-tab ul li:nth-child(2)::after {
    right: 0;
  }

  .newt-nav-get-tab ul li a,
  .newt-nav-get-tab ul li span {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    color: #000;
    text-align: center;
  }

  .newt-nav-get-tab ul li span::after,
  .newt-nav-get-tab ul li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 5px;
    content: "";
    background: #073f98;
    opacity: 0;
  }

  .newt-nav-get-tab ul li span,
  .newt-nav-get-tab ul li a:hover {
    color: #073f98;
  }

  .newt-nav-get-tab ul li span::after,
  .newt-nav-get-tab ul li a:hover::after {
    opacity: 1;
    transition: opacity 400ms ease;
  }

  /* ---- newt-nav-get-breadcrumbs ---- */

  .newt-nav-get-breadcrumbs {
    margin-top: 25px;
    font-family: "Helvetica Neue", Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }

  .newt-nav-get-breadcrumbs ul {
    font-size: 0;
  }

  .newt-nav-get-breadcrumbs li {
    display: inline;
    font-size: 14px;
  }

  .newt-nav-get-breadcrumbs li::after {
    display: inline;
    padding: 0 6px 0 7px;
    font-size: 14px;
    line-height: 1.8;
    content: ">";
  }

  .newt-nav-get-breadcrumbs li:last-child::after {
    display: none;
  }

  .newt-nav-get-breadcrumbs li a {
    line-height: 1.8;
    color: #203d95;
  }

  .newt-nav-get-breadcrumbs li a:hover {
    text-decoration: underline;
  }

  /* ---- newt-get-sec-header ---- */
  .newt-get-sec-header h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3;
    color: #003f98;
    text-align: center;
  }

  .newt-get-sec-header h4 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
    color: #003f98;
    text-align: center;
  }

  .newt-get-sec-header h3 i {
    font-size: 24px;
    font-weight: bold;
    color: #333;
  }

  .newt-get-sec-header h3 strong.marker {
    position: relative;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
  }

  .newt-get-sec-header h3 strong.marker::after {
    position: absolute;
    bottom: 0;
    z-index: 5;
    display: block;
    width: 100%;
    height: 5px;
    content: "";
    background: #fff200;
  }

  .newt-get-sec-header h3 strong.marker em {
    position: relative;
    z-index: 10;
    display: inline-block;
    font-weight: bold;
  }

  /* ---- newt-get-sec ---- */
  .newt-get-sec + .newt-get-sec {
    border-top: 1px solid #e5e5ea;
  }

  .newt-get-sec article {
    padding: 40px 0;
  }

  .newt-get-sec-header + .newt-get-sec-inner {
    margin-top: 40px;
  }

  /* ---- newt-get-faq ---- */
  .newt-get-faq-list li:nth-child(1) {
    border-top: 1px solid #e5e5ea;
  }

  .newt-get-faq-list li {
    padding: 0 20px;
    border-bottom: 1px solid #e5e5ea;
  }

  .newt-get-faq-list li a {
    position: relative;
    display: block;
    padding: 20px 20px 20px 30px;
    line-height: 1.6;
  }

  .newt-get-faq-list li a::before {
    position: absolute;
    left: 0;
    font-weight: bold;
    content: "Q.";
  }

  .newt-get-faq-list li a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 8px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(../img/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .newt-get-faq-list li a:hover {
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .newt-get-faq-list .newt-get-btn-link {
    width: 500px;
    margin: 40px auto 0;
  }

  /* ---- btn-link-rad ---- */
  .newt-get-btn-link-rad a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    font-size: 16px;
    font-weight: bold;
    color: #003f98;
    text-align: center;
    border: 2px solid #003f98;
    border-radius: 23px;
  }

  .newt-get-btn-link-rad a:hover {
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .newt-get-btn-link a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 54px;
    font-size: 16px;
    font-weight: bold;
    color: #003f98;
    text-align: center;
    background: #fff;
    border: 2px solid #203d95;
    border-radius: 5px;
  }

  .newt-get-btn-link a:hover {
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .newt-get-btn-link a::after {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    display: block;
    width: 8px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(../img/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 767px) {
  .newt-lower {
    font-size: 14px;
    line-height: 1;
  }

  /* common
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  /* ---- newt-nav-get-tab ---- */
  .newt-nav-get-tab {
    border-bottom: 1px solid #e5e5ea;
  }

  .newt-nav-get-tab ul {
    display: flex;
    margin: 0 -14px;
  }

  .newt-nav-get-tab ul li {
    position: relative;
    width: calc(99.999% / 3);
  }

  .newt-nav-get-tab ul li:nth-child(2)::before,
  .newt-nav-get-tab ul li:nth-child(2)::after {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 1px;
    height: 16px;
    margin: auto;
    content: "";
    background: #e5e5ea;
  }

  .newt-nav-get-tab ul li:nth-child(2)::before {
    left: 0;
  }

  .newt-nav-get-tab ul li:nth-child(2)::after {
    right: 0;
  }

  .newt-nav-get-tab ul li span,
  .newt-nav-get-tab ul li a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    color: #000;
    text-align: center;
  }

  .newt-nav-get-tab ul li span::after,
  .newt-nav-get-tab ul li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    content: "";
    background: #073f98;
    opacity: 0;
  }

  .newt-nav-get-tab ul li span {
    color: #073f98;
  }

  .newt-nav-get-tab ul li span::after {
    opacity: 1;
    transition: opacity 400ms ease;
  }

  /* ---- newt-nav-get-breadcrumbs ---- */

  .newt-nav-get-breadcrumbs {
    margin-top: 18px;
    font-family: "Helvetica Neue", Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }

  .newt-nav-get-breadcrumbs ul {
    font-size: 0;
  }

  .newt-nav-get-breadcrumbs li {
    display: inline;
    font-size: 12px;
  }

  .newt-nav-get-breadcrumbs li::after {
    display: inline;
    padding: 0 4px 0 6px;
    font-size: 12px;
    line-height: 1.8;
    content: ">";
  }

  .newt-nav-get-breadcrumbs li:last-child::after {
    display: none;
  }

  .newt-nav-get-breadcrumbs li a {
    line-height: 1.8;
    color: #203d95;
  }

  .newt-nav-get-breadcrumbs li a:hover {
    text-decoration: underline;
  }

  /* ---- newt-get-sec-header ---- */
  .newt-get-sec-header h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    color: #003f98;
  }

  .newt-get-sec-header h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    color: #003f98;
    text-align: center;
  }

  .newt-get-sec-header h3 i {
    font-size: 18px;
    font-weight: bold;
    color: #333;
  }

  .newt-get-sec-header h3 strong.marker {
    position: relative;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
  }

  .newt-get-sec-header h3 strong.marker::after {
    position: absolute;
    bottom: 0;
    z-index: 5;
    display: block;
    width: 100%;
    height: 4px;
    content: "";
    background: #fff200;
  }

  .newt-get-sec-header h3 strong.marker em {
    position: relative;
    z-index: 10;
    display: inline-block;
    font-weight: bold;
  }

  /* ---- newt-get-sec ---- */

  .newt-get-sec + .newt-get-sec {
    border-top: 1px solid #e5e5ea;
  }

  .newt-get-sec article {
    padding: 30px 0;
  }

  .newt-get-sec-header + .newt-get-sec-inner {
    margin-top: 20px;
  }

  /* ---- newt-get-faq ---- */
  .newt-get-faq-list li:nth-child(1) {
    border-top: 1px solid #e5e5ea;
  }

  .newt-get-faq-list li {
    padding: 0 10px;
    border-bottom: 1px solid #e5e5ea;
  }

  .newt-get-faq-list li a {
    position: relative;
    display: block;
    padding: 15px 20px 15px 25px;
    font-size: 14px;
    line-height: 1.6;
  }

  .newt-get-faq-list li a::before {
    position: absolute;
    left: 0;
    font-size: 14px;
    font-weight: bold;
    content: "Q.";
  }

  .newt-get-faq-list li a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 8px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(../img/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .newt-get-faq-list .newt-get-btn-link {
    max-width: 500px;
    margin: 20px auto 0;
  }

  /* ---- btn-link-rad ---- */

  .newt-get-btn-link-rad a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    font-size: 14px;
    font-weight: bold;
    color: #003f98;
    text-align: center;
    border: 2px solid #003f98;
    border-radius: 23px;
  }

  .newt-get-btn-link a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 54px;
    font-size: 14px;
    font-weight: bold;
    color: #003f98;
    text-align: center;
    background: #fff;
    border: 2px solid #203d95;
    border-radius: 5px;
  }

  .newt-get-btn-link a::after {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    display: block;
    width: 8px;
    height: 12px;
    margin: auto;
    content: "";
    background: url(../img/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 374px) {
  .newt-lower {
    font-size: 12px;
  }
}
