@charset "EUC-JP";
/* CSS Document */

@media screen and (min-width:768px){


/* newt-get-other
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

  #newt-get-other .newt-get-other-list ul{
    display: flex;
    justify-content: space-between;
  }
  #newt-get-other .newt-get-other-list li{
   width: calc(50% - 12px);
  }
  #newt-get-other .newt-get-other-list li a{
    display: block;
  }
  #newt-get-other .newt-get-other-list li a:hover{
    opacity: 0.7;
    transition: opacity 400ms ease;
  }
  #newt-get-other .newt-get-btn-link{
    margin: 30px auto 0;
    max-width: 500px;
  }

/* newt-get-game
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

  #newt-get-game .newt-get-game-list ul{
    display: flex;
    justify-content: space-between;
  }
  #newt-get-game .newt-get-game-list li{
   width: calc(50% - 12px);
  }
  #newt-get-game .newt-get-game-list li a{
    display: block;
  }
  #newt-get-game .newt-get-game-list li a:hover{
    opacity: 0.7;
    transition: opacity 400ms ease;
  }
  #newt-get-game .newt-get-btn-link{
    margin: 30px auto 0;
    max-width: 500px;
  }

/* newt-service
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  
  #newt-service{
    background: #F5F5F5;
  }

  .newt-service-pd{
    margin: auto;
    max-width: 500px;
    border: 2px solid #203D95;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
  }
  .newt-service-pd .newt-service-pdbtn{
    position: relative;
    display: block;
    padding: 0 20px;
    line-height: 46px;
    font-size: 16px;
    font-weight: bold;
    color: #073F98;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
  }
  .newt-service-pd .newt-service-pdbtn span{
    position: absolute;
    top: 0;
    right: -2px;
    width: 46px;
    height: 46px;
    background: #203D95;
  }
  .newt-service-pd .newt-service-pdbtn span:after{
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 12px;
    height: 7px;
    background: url(../img/arrow_wh_pd.png) 0 0 no-repeat;
    background-size: 100% 100%;
    transition: transform 400ms ease;
  }
  .newt-service-pd .newt-service-pdbtn.on span:after{
    transform: rotate(-180deg);
  }
  #newt-service-catlist{
    display: none;
    border-top: 2px solid #203D95; 
  }
  #newt-service-catlist li + li{
    border-top: 1px solid #eee;
  }
  #newt-service-catlist li a{
    display: block;
    padding: 0 20px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #073F98;
  }
  #newt-service-catlist li a:hover,
  #newt-service-catlist li a.active{
    color: #fff;
    background: #073F98;
  }

  /* newt-service-list  */
  #newt-service-list{
    margin: 30px 0 0;
  }
  #newt-service-list  .newt-service-item-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #newt-service-list .newt-service-item{
    width: calc(50% - 12px);
  }
  #newt-service-list .newt-service-item:nth-child(n+3){
    margin-top: 24px;
  }
  .newt-service-item a{
    display: flex;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
    overflow: hidden;
  }
  .newt-service-item a:hover{
    opacity: 0.7;
    transition: opacity 400ms ease;
  }
  .newt-service-item a figure{
    width: 140px;
  }
  .newt-service-item a dl{
    padding: 20px;
    width: calc(100% - 140px);
  }
  .newt-service-item a dl dt{
    font-size: 16px;
    font-weight: bold;
    color: #073F98;
  }
  .newt-service-item a dl dd{
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
  }


}

@media screen and (min-width:768px) and (max-width:980px){


}

@media screen and (max-width:767px){


  p.newt-get-lead{
    font-weight: bold;
    line-height: 1.8;
  }

/* newt-get-other
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

  #newt-get-other .newt-get-other-list li + li{
    margin-top: 15px;
  }
  #newt-get-other .newt-get-other-list li a{
    display: block;
  }
  #newt-get-other .newt-get-btn-link{
    margin: 20px auto 0;
    max-width: 500px;
  }

/* newt-get-game
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

  #newt-get-game .newt-get-game-list li + li{
    margin-top: 15px;
  }
  #newt-get-game .newt-get-game-list li a{
    display: block;
  }
  #newt-get-game .newt-get-btn-link{
    margin: 20px auto 0;
    max-width: 500px;
  }

/* newt-service
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
  
  #newt-service{
    background: #F5F5F5;
  }
  .newt-service-pd{
    margin: auto;
    max-width: 500px;
    border: 2px solid #203D95;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
  }
  .newt-service-pd .newt-service-pdbtn{
    position: relative;
    display: block;
    padding: 0 15px;
    line-height: 46px;
    font-size: 14px;
    font-weight: bold;
    color: #073F98;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
  }
  .newt-service-pd .newt-service-pdbtn span{
    position: absolute;
    top: 0;
    right: -2px;
    width: 46px;
    height: 46px;
    background: #203D95;
  }
  .newt-service-pd .newt-service-pdbtn span:after{
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 12px;
    height: 7px;
    background: url(../img/arrow_wh_pd.png) 0 0 no-repeat;
    background-size: 100% 100%;
    transition: transform 400ms ease;
  }
  .newt-service-pd .newt-service-pdbtn.on span:after{
    transform: rotate(-180deg);
  }
  #newt-service-catlist{
    display: none;
    border-top: 2px solid #203D95; 
  }
  #newt-service-catlist li + li{
    border-top: 1px solid #eee;
  }
  #newt-service-catlist li a{
    display: block;
    padding: 0 15px;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #073F98;
  }
  #newt-service-catlist li a.active{
    color: #fff;
    background: #073F98;
  }

  /* newt-service-list  */
  #newt-service-list{
    margin: 20px 0 0;
  }
  #newt-service-list .newt-service-item + .newt-service-item{
    margin-top: 15px;
  }
  .newt-service-item a{
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
    overflow: hidden;
  }
  .newt-service-item a figure{
    width: 110px;
  }
  .newt-service-item a dl{
    padding: 20px 30px 20px 15px;
    width: calc(100% - 110px);
  }
  .newt-service-item a dl dt{
    font-size: 16px;
    font-weight: bold;
    color: #073F98;
  }
  .newt-service-item a dl dd{
    margin-top: 15px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.6;
  }



}

@media screen and (max-width:374px){





