@charset "EUC-JP";
/* CSS Document */

@media screen and (min-width:768px){

  p.newt-use-lead{
    text-align: center;
    font-weight: bold;
    line-height: 1.8;
  }

  br.pc {
    display: block;
  }
  br.sp {
    display: none;
  }
  
/* newt-use-preparation
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

  #newt-use-preparation figure{
    margin: 30px auto 50px;
    width: 274px;
  }
  #newt-use-preparation .newt-use-btn-link{
    margin: 30px auto 0;
    max-width: 500px;

  }



  #newt-use-preparation .newt-use-lead {
    margin-bottom: 30px;
  }
  #newt-use-preparation .newt-use-lead.text-mb{
    margin-bottom: 40px;
  }
  #newt-use-preparation .newt-use-sec-header {
    margin-bottom: 45px;
  }
  
  #newt-use-preparation .newt-use-card-list {
    display: flex;
    flex-wrap: wrap;
  }
  p.newt-use-mark-text{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #003F95;
    margin-top: 10px;
    margin-bottom: 40px;
  }
  p.newt-use-mark-text a{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #003F95;
    text-decoration: underline;
  }
  p.newt-use-mark-text a:hover{
    opacity: 0.7;
    transition: opacity 400ms ease;
  }
  p.newt-use-text{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  #newt-use-preparation .newt-use-card-list .newt-use-card-list-item:nth-child(odd){
    margin-right: 30px;
  }
  #newt-use-preparation .newt-use-card-list .newt-use-card-list-item{
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    width: calc((100% / 2) - 15px);
  }
  #newt-use-preparation .newt-use-card-list .newt-use-card-list-box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 12px -5px rgba(0, 0, 0, 0.3);
    border: 2px solid #D5D5D5;
  }
  #newt-use-preparation .newt-use-card-list .newt-use-card-inner-box p{
    position: relative;
    width: calc(100% - 90px);
    font-size: 14px;
    line-height: 1.8;
    padding-right: 10px;
  }
  #newt-use-preparation .newt-use-card-list .newt-use-card-inner-box figure img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  #newt-use-preparation .newt-use-card-list .newt-use-card-inner-box figure{
    width: 86px;
    margin: 0 auto;
  }
  #newt-use-preparation .newt-use-card-list .newt-use-card-link-rad {
    margin: 20px 0 0;
  }
  #newt-use-preparation .newt-use-card-list .newt-use-card-link-rad a:hover{
    opacity: 0.7;
    transition: opacity 400ms ease;
  }
  #newt-use-preparation .newt-use-card-list .newt-use-card-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-preparation .newt-use-card-list .newt-use-card-inner-box{
    display: flex;
    flex-direction: row-reverse;
    margin: 20px 0 0;
  }
  #newt-use-preparation .newt-use-card-list .newt-use-card-list-box h4{
    margin: 0 -5px;
    font-weight: bold;
    font-size: 16px;
    color: #203D95;
  }

/* newt-use-confirm
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

  #newt-use-confirm{
    background: #F5F5F5;
  }
  #newt-use-confirm .newt-use-confirm-list{
    display: flex;
    margin: 0 -12px;
  }
  #newt-use-confirm .newt-use-confirm-item{
    padding: 0 12px;
    width: calc(99.999% / 3);
  }
  #newt-use-confirm .newt-use-confirm-box{
    position: relative;
    padding: 30px 25px;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
  }
  #newt-use-confirm .newt-use-confirm-box .newt-use-confirm-inner-box{
    position: relative;
    margin: 25px auto 0;
    padding: 0 0 65px;
  }
  #newt-use-confirm .newt-use-confirm-box figure{
    margin: auto;
    width: 123px;
    height: 150px;
  }
  #newt-use-confirm .newt-use-confirm-box h4{
    margin: 0 -5px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    color: #203D95;
  }
  #newt-use-confirm .newt-use-confirm-box h4 span{
    display: inline-block;
    margin: 0 10px 0 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    color: #fff;
    background: #203D95;
  }
  #newt-use-confirm .newt-use-confirm-box p{
    position: relative;
    margin: 60px 0 0;
    font-size: 14px;
    line-height: 1.8;
  }
  #newt-use-confirm .newt-use-confirm-box strong{
    position: absolute;
    top: -40px;
    display: inline-block;
    width: 108px;
    line-height: 20px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background: #FC1050;
  }
  #newt-use-confirm .newt-use-btn-link-rad{
    position: absolute;
    left: 0;
    bottom: 30px;
    padding: 0 25px;
    width: 100%;
  }
  #newt-use-confirm .newt-use-btn-link-rad a{
    font-size: 14px;
  }

/* newt-use-store
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

  #newt-use-store-list{
    margin: 20px 0 0;
  }
  #newt-use-store-list ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
  }
  #newt-use-store-list ul li{
    padding: 0 12px;
    width: calc(100% / 6);
  }
  #newt-use-store-list ul li:nth-child(n+7){
    margin-top: 24px;
  }
  #newt-use-store-list ul li a{
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding-top: 100%;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
  }
  #newt-use-store-list ul li a img{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #newt-use-store-list ul li a.new:after{
    content: "NEW";
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: 42px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 10px;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    background: #FC1050;
  }
  #newt-use-store-list ul li a:hover{
    text-decoration: none;
    color: #333;
    opacity: 0.7;
    transition: opacity 400ms ease;
  }
  .newt-use-store-box .newt-use-btn-link{
    margin: 30px auto 0;
    max-width: 500px;
  }
  .newt-use-store-box .newt-use-txt-link{
    margin: 20px auto 0;
    text-align: center;
  }
  .newt-use-store-box .newt-use-txt-link a{
    color: #203D95;
    text-decoration: underline;
  }
  .newt-use-store-box .newt-use-txt-link a:hover{
    text-decoration: none;
  }

/* newt-use-tmoney
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

  #newt-use-tmoney{
    background: #F5F5F5;    
  }
  .newt-use-tmoney-box{
    margin: auto;
    padding: 25px 0;
    max-width: 500px;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
  }
  .newt-use-tmoney-box h4{
    font-size: 20px;
    font-weight: bold;
    color: #203D95;
  }
  .newt-use-tmoney-box h4 + p{
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.8;
  }
  .newt-use-tmoney-box figure{
    margin: 25px auto;
    width: 150px;
    border-radius: 75px;
    border: 1px solid #E5E5EA;
    overflow: hidden;
  }
  .newt-use-tmoney-box .newt-use-tmoney-cap p{
    font-size: 16px;
    font-weight: bold;
  }


/* newt-use-change
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

  #newt-use-change  .newt-use-change-box{
    margin: auto;
    max-width: 580px;
  } 
  #newt-use-change .newt-use-change-list{
    display: flex;
    margin: 0 -15px;
  }
  #newt-use-change .newt-use-change-item{
    padding: 0 15px;
    width: 50%;   
  }
  #newt-use-change .newt-use-change-item-inner{
    padding: 35px 15px 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
  }
  #newt-use-change .newt-use-change-item:nth-child(1) figure{
    display: flex;
    align-items: center;
    margin: auto;
    width: 125px;
    height: 37px;
  }
  #newt-use-change .newt-use-change-item:nth-child(2) figure{
    display: flex;
    align-items: center;
    margin: auto;
    width: 146px;
    height: 37px;
  }
  #newt-use-change .newt-use-change-detail{
    margin: 40px 0 0;
  }
  #newt-use-change .newt-use-change-detail-col{
    position: relative;
    text-align: center;
    font-size: 14px;
  }
  #newt-use-change .newt-use-change-detail-col span{
    display: inline-block;
    width: 160px;
    line-height: 1.5;
  }
  #newt-use-change .newt-use-change-detail-col strong{
     font-weight: bold;
  }
  #newt-use-change .newt-use-change-detail-col + .newt-use-change-detail-col{
    padding-top: 36px;
  }
  
  #newt-use-change .newt-use-change-detail-col + .newt-use-change-detail-col:before{
    content: "";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 13px;
    display: block;
    width: 14px;
    height: 10px;
    background: url(../img/arrow_d_change.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  #newt-use-change .newt-use-change-cap{
    margin: 25px 0 0;
    text-align: center;
    font-size: 14px;
  }

  #newt-use-change .newt-use-btn-link{
    margin: 40px auto 0;
    max-width: 500px;
  }

/* newt-use-donations
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

  #newt-use-donations{
    background: #F5F5F5;    
  }
  .newt-use-donations-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    padding: 25px;
    max-width: 580px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);   
  }
  .newt-use-donations-box p{
    line-height: 1.8;
  }
  .newt-use-donations-box p strong{
    font-weight: bold;
  }
  .newt-use-donations-box figure{
    width: 45px;
  }
  #newt-use-donations .newt-use-btn-link{
    margin: 40px auto 0;
    max-width: 500px;
  }

}


@media screen and (min-width:768px) and (max-width:1020px){

  #newt-use-confirm .newt-use-confirm-box h4 {
    font-size: 14px;
  }
  #newt-use-confirm .newt-use-confirm-item {
    padding: 0 6px;
  }

}

@media screen and (min-width:768px) and (max-width:980px){

  #newt-use-line .newt-use-line-list ul li p{
    font-size: 13px;
  }
  #newt-use-save .newt-use-save-item h4 {
    font-size: 18px;
  }
  #newt-use-save .newt-use-save-item-step li p {
    font-size: 12px;
  }
  #newt-use-confirm .newt-use-btn-link-rad a {
    font-size: 12px;
  }
  
}

@media screen and (max-width:767px){


  p.newt-use-lead{
    font-weight: bold;
    line-height: 1.8;
    font-size: 14px;
  }

  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }

/* newt-use-preparation
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

  #newt-use-preparation figure{
    margin: 20px auto;
    width: 182px;
  }
  #newt-use-preparation .newt-use-btn-link{
    margin: 20px auto 0;
    max-width: 500px;
  }
  #newt-use-preparation .newt-use-lead{
    margin-bottom: 20px;
  }
  #newt-use-preparation .newt-use-lead.text-mb{
    margin-bottom: 30px;
  }

  
  
  p.newt-use-mark-text{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #003F95;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 1.6rem;
  }
  p.newt-use-mark-text a{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #003F95;
    text-decoration: underline;
  }
  p.newt-use-text{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
  }
  #newt-use-preparation .newt-use-card-list .newt-use-card-list-item{
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
  }
  #newt-use-preparation .newt-use-card-list .newt-use-card-list-item:first-child{
    margin-top: 15px;
  }
  #newt-use-preparation .newt-use-card-list .newt-use-card-list-item:last-child{
    margin-bottom: 0px;
  }
  #newt-use-preparation .newt-use-card-list .newt-use-card-list-box{
    padding: 20px;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 12px -5px rgba(0, 0, 0, 0.3);
    border: 2px solid #D5D5D5;
  }
  #newt-use-preparation .newt-use-card-list .newt-use-card-inner-box p{
    position: relative;
    width: calc(100% - 90px);
    font-size: 14px;
    line-height: 1.8;
    padding-right: 10px;
  }
  #newt-use-preparation .newt-use-card-list .newt-use-card-inner-box figure img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  #newt-use-preparation .newt-use-card-list .newt-use-card-inner-box figure{
    width: 86px;
    margin: 0 auto;
  }
  #newt-use-preparation .newt-use-card-list .newt-use-card-link-rad {
    margin: 20px 0 0;
  }
  #newt-use-preparation .newt-use-card-list .newt-use-card-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-preparation .newt-use-card-list .newt-use-card-inner-box{
    display: flex;
    flex-direction: row-reverse;
    margin: 20px 0 0;
  }
  #newt-use-preparation .newt-use-card-list .newt-use-card-list-box h4{
    margin: 0 -5px;
    font-weight: bold;
    font-size: 16px;
    color: #203D95;
  }

/* newt-use-confirm
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

  #newt-use-confirm{
    background: #F5F5F5;
  }
  #newt-use-confirm .newt-use-confirm-box{
    padding: 20px;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
  }
  #newt-use-confirm .newt-use-confirm-item + .newt-use-confirm-item{
    margin-top: 15px;
  }
  #newt-use-confirm .newt-use-confirm-box .newt-use-confirm-inner-box{
    position: relative;
    margin: 20px 0 0;
  }
  #newt-use-confirm .newt-use-confirm-box figure{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 78px;
  }
  #newt-use-confirm .newt-use-confirm-box h4{
    margin: 0 -5px;
    font-weight: bold;
    font-size: 16px;
    color: #203D95;
  }
  #newt-use-confirm .newt-use-confirm-box h4 span{
    display: inline-block;
    margin: 0 10px 0 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    font-size: 18px;
    color: #fff;
    background: #203D95;
  }
  #newt-use-confirm .newt-use-confirm-box p{
    position: relative;
    width: calc(100% - 90px);
    font-size: 14px;
    line-height: 1.8;
  }
  #newt-use-confirm .newt-use-confirm-box strong{
    margin: 0 0 10px;
    display: block;
    width: 108px;
    line-height: 20px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background: #FC1050;
  }
  #newt-use-confirm .newt-use-btn-link-rad{
    margin: 20px 0 0;
  }

/* newt-use-store
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

  #newt-use-store-list{
    margin: 20px 0 0;
  }

  #newt-use-store-list ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
  }
  #newt-use-store-list ul li{
    padding: 0 8px;
    width: calc(99.999% / 3);
  }
  #newt-use-store-list ul li:nth-child(n+4){
    margin-top: 16px;
  }
  #newt-use-store-list ul li a{
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding-top: 100%;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
  }
  #newt-use-store-list ul li a img{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #newt-use-store-list ul li a.new:after{
    content: "NEW";
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: 42px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 10px;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    background: #FC1050;
  }
  #newt-use-store-list ul li a:hover{
    text-decoration: none;
    color: #333;
  }
  .newt-use-store-box .newt-use-btn-link{
    margin: 20px auto 0;
    max-width: 500px;
  }
  .newt-use-store-box .newt-use-txt-link{
    margin: 20px auto 0;
    text-align: center;
  }
  .newt-use-store-box .newt-use-txt-link a{
    color: #203D95;
    text-decoration: underline;
    font-size: 14px;
  }

/* newt-use-tmoney
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

  #newt-use-tmoney{
    background: #F5F5F5;    
  }
  .newt-use-tmoney-box{
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 20px;
    max-width: 500px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
  }
  .newt-use-tmoney-title{
    width: calc(100% - 106px);
  }
  .newt-use-tmoney-box h4{
    font-size: 16px;
    font-weight: bold;
    color: #203D95;
  }
  .newt-use-tmoney-box h4 + p{
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8;
  }
  .newt-use-tmoney-box figure{
    width: 86px;
    border-radius: 43px;
    border: 1px solid #E5E5EA;
    overflow: hidden;
  }
  .newt-use-tmoney-box .newt-use-tmoney-cap p{
    margin: 10px 0 0;
    font-size: 10px;
    font-weight: bold;
  }


/* newt-use-change
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  
  #newt-use-change  .newt-use-change-box{
    margin: auto;
    max-width: 580px;
  } 
  #newt-use-change .newt-use-change-list{
    display: flex;
    margin: 0 -8px;
  }
  #newt-use-change .newt-use-change-item{
    padding: 0 8px;
    width: 50%;   
  }
  #newt-use-change .newt-use-change-item-inner{
    padding: 30px 15px 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
  }
  #newt-use-change .newt-use-change-item:nth-child(1) figure{
    display: flex;
    align-items: center;
    margin: auto;
    width: 88px;
    height: 23px;
  }
  #newt-use-change .newt-use-change-item:nth-child(2) figure{
    display: flex;
    align-items: center;
    margin: auto;
    width: 90px;
    height: 23px;
  }
  #newt-use-change .newt-use-change-detail{
    margin: 30px 0 0;
  }
  #newt-use-change .newt-use-change-detail-col{
    position: relative;
    text-align: center;
    font-size: 14px;
  }
  #newt-use-change .newt-use-change-detail-col span{
    display: inline-block;
    line-height: 1.5;
  }
  #newt-use-change .newt-use-change-detail-col strong{
     font-weight: bold;
  }
  #newt-use-change .newt-use-change-detail-col + .newt-use-change-detail-col{
    padding-top: 36px;
  }
  #newt-use-change .newt-use-change-detail-col + .newt-use-change-detail-col:before{
    content: "";
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 13px;
    display: block;
    width: 14px;
    height: 10px;
    background: url(../img/arrow_d_change.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  #newt-use-change .newt-use-change-cap{
    margin: 20px 0 0;
    padding-left: 1em;
    text-indent: -1em;
  }
  #newt-use-change .newt-use-change-cap p{
    font-size: 12px;
    line-height: 1.8;
  }
  #newt-use-change .newt-use-btn-link{
    margin: 20px auto 0;
    max-width: 500px;
  }


/* newt-use-donations
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

  #newt-use-donations{
    background: #F5F5F5;    
  }
  .newt-use-donations-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    padding: 20px;
    max-width: 580px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);   
  }
  .newt-use-donations-box p{
    line-height: 1.8;
    width: calc(100% - 60px);
  }
  .newt-use-donations-box p strong{
    font-weight: bold;
  }
  .newt-use-donations-box figure{
    width: 40px;
  }
  #newt-use-donations .newt-use-btn-link{
    margin: 20px auto 0;
    max-width: 500px;
  }


}

@media screen and (max-width:374px){

  .newt-use-tmoney-box h4 + p {
      font-size: 11px;
  }
  #newt-use-change .newt-use-change-detail-col {
      font-size: 11px;
  }
  .newt-use-donations-box p {
      font-size: 11px;
  }
}




