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