@charset "EUC-JP";

/* CSS Document */

@media screen and (min-width: 768px) {
  /* newt-use-tpoint
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #newt-use-tpoint .newt-use-tpoint-list {
    display: flex;
    justify-content: space-between;
  }

  #newt-use-tpoint .newt-use-tpoint-list-item {
    width: calc(50% - 18px);
  }

  #newt-use-tpoint .newt-use-tpoint-item-box {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 30%);
  }

  #newt-use-tpoint .newt-use-tpoint-item-title {
    display: flex;
    justify-content: space-between;
  }

  #newt-use-tpoint .newt-use-tpoint-item-title h4 {
    width: calc(100% - 80px);
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #203d95;
  }

  .newt-use-tpoint-list-item .newt-use-tpoint-item-title figure {
    width: 71px;
    text-align: center;
  }

  .newt-use-tpoint-list-item:nth-child(1) .newt-use-tpoint-item-title figure img {
    width: 71px;
  }

  .newt-use-tpoint-list-item:nth-child(2) .newt-use-tpoint-item-title figure img {
    width: 57px;
  }

  .newt-use-tpoint-item-detail {
    margin: 20px 0 0;
  }

  .newt-use-tpoint-item-detail1 {
    display: flex;
    margin: 20px 0 0;
  }

  .newt-use-tpoint-item-col + .newt-use-tpoint-item-col {
    padding-left: 20px;
    border-left: 1px solid #eee;
  }

  .newt-use-tpoint-item-col strong {
    display: inline-block;
    width: 130px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background: #fc1050;
    border-radius: 10px;
  }

  .newt-use-tpoint-item-col ul {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0;
  }

  .newt-use-tpoint-item-detail .newt-use-tpoint-item-col ul li {
    position: relative;
    padding: 0 0 0 18px;
  }

  .newt-use-tpoint-item-detail1 .newt-use-tpoint-item-col ul li {
    width: 50%;
    font-size: 14px;
  }

  .newt-use-tpoint-item-detail1 .newt-use-tpoint-item-col ul li:nth-child(n + 3) {
    margin-top: 15px;
  }

  .newt-use-tpoint-item-detail2 .newt-use-tpoint-item-col ul li {
    width: 32%;
    font-size: 14px;
  }

  .newt-use-tpoint-item-detail2 .newt-use-tpoint-item-col ul li:nth-child(3n + 1) {
    width: 36%;
  }

  .newt-use-tpoint-item-detail2 .newt-use-tpoint-item-col ul li:nth-child(n + 4) {
    margin-top: 15px;
  }

  .newt-use-tpoint-item-detail .newt-use-tpoint-item-col ul li::before {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 12px;
    height: 8px;
    content: "";
    border-bottom: 3px solid #203d95;
    border-left: 3px solid #203d95;
    transform: rotate(-45deg);
  }

  #newt-use-tpoint .newt-use-btn-link {
    max-width: 384px;
    margin: 30px auto 0;
  }

  /* newt-use-other
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #newt-use-other .newt-use-other-list ul {
    display: flex;
    justify-content: space-between;
  }

  #newt-use-other .newt-use-other-list li {
    width: calc(50% - 12px);
  }

  #newt-use-other .newt-use-other-list li a {
    display: block;
  }

  #newt-use-other .newt-use-other-list li a:hover {
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  #newt-use-other .newt-use-btn-link {
    max-width: 500px;
    margin: 30px auto 0;
  }

  /* newt-service
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #newt-service {
    background: #f5f5f5;
  }

  .newt-service-pd {
    max-width: 500px;
    margin: auto;
    overflow: hidden;
    background: #fff;
    border: 2px solid #203d95;
    border-radius: 5px;
  }

  .newt-service-pd .newt-service-pdbtn {
    position: relative;
    display: block;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    color: #073f98;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 30%);
  }

  .newt-service-pd .newt-service-pdbtn span {
    position: absolute;
    top: 0;
    right: -2px;
    width: 50px;
    height: 50px;
    background: #203d95;
  }

  .newt-service-pd .newt-service-pdbtn span::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 7px;
    margin: auto;
    content: "";
    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;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    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;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 30%);
  }

  .newt-service-item a:hover {
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .newt-service-item a figure {
    width: 140px;
  }

  .newt-service-item a dl {
    width: calc(100% - 140px);
    padding: 20px;
  }

  .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) {
  #newt-use-tpoint .newt-use-tpoint-list-item {
    width: calc(50% - 12px);
  }

  #newt-use-tpoint .newt-use-tpoint-item-title h4 {
    font-size: 15px;
  }

  .newt-use-tpoint-item-detail1 .newt-use-tpoint-item-col {
    width: 50%;
    height: 150px;
  }

  .newt-use-tpoint-item-detail1 .newt-use-tpoint-item-col ul {
    display: block;
    flex-wrap: wrap;
    margin: 15px 0 0;
  }

  .newt-use-tpoint-item-detail1 .newt-use-tpoint-item-col ul li {
    width: 100%;
    font-size: 12px;
  }

  .newt-use-tpoint-item-detail1 .newt-use-tpoint-item-col ul li + li {
    margin-top: 10px;
  }

  .newt-use-tpoint-item-detail2 .newt-use-tpoint-item-col {
    height: 150px;
  }

  .newt-use-tpoint-item-detail2 .newt-use-tpoint-item-col ul li {
    width: 50%;
    font-size: 12px;
  }

  .newt-use-tpoint-item-detail2 .newt-use-tpoint-item-col ul li:nth-child(3n + 1) {
    width: 50%;
  }

  .newt-use-tpoint-item-detail2 .newt-use-tpoint-item-col ul li:nth-child(n + 3) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  /* newt-use-tpoint
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #newt-use-tpoint .newt-use-tpoint-item-box {
    padding: 20px 15px 25px;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 30%);
  }

  #newt-use-tpoint .newt-use-tpoint-item-title {
    display: flex;
    justify-content: center;
  }

  #newt-use-tpoint .newt-use-tpoint-item-title h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #203d95;
  }

  .newt-use-tpoint-list-item + .newt-use-tpoint-list-item {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #d1d1d6;
  }

  .newt-use-tpoint-list-item .newt-use-tpoint-item-title figure {
    width: 70px;
    text-align: right;
  }

  .newt-use-tpoint-list-item:nth-child(1) .newt-use-tpoint-item-title figure img {
    width: 54px;
  }

  .newt-use-tpoint-list-item:nth-child(2) .newt-use-tpoint-item-title figure img {
    width: 45px;
  }

  .newt-use-tpoint-item-detail {
    margin: 20px 0 0;
  }

  .newt-use-tpoint-item-col strong {
    display: inline-block;
    width: 100%;
    max-width: 130px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background: #fc1050;
    border-radius: 10px;
  }

  .newt-use-tpoint-item-detail .newt-use-tpoint-item-col ul li {
    position: relative;
    width: 100%;
    padding: 0 0 0 18px;
  }

  .newt-use-tpoint-item-detail1 {
    display: flex;
    justify-content: space-between;
    max-width: 304px;
    margin: 20px auto 0;
  }

  .newt-use-tpoint-item-detail1 .newt-use-tpoint-item-col:nth-child(1) {
    width: 50%;
    padding: 0 20px 0 0;
    text-align: center;
  }

  .newt-use-tpoint-item-detail1 .newt-use-tpoint-item-col:nth-child(2) {
    width: 50%;
    padding: 0 0 0 20px;
    text-align: center;
  }

  .newt-use-tpoint-item-detail1 .newt-use-tpoint-item-col + .newt-use-tpoint-item-col {
    border-left: 1px solid #eee;
  }

  .newt-use-tpoint-item-detail1 .newt-use-tpoint-item-col .newt-use-tpoint-cat {
    display: inline-block;
    margin: 15px 0 0;
  }

  .newt-use-tpoint-item-detail1 .newt-use-tpoint-item-col ul li {
    text-align: center;
  }

  .newt-use-tpoint-item-detail1 .newt-use-tpoint-item-col ul li {
    font-size: 14px;
    text-align: left;
  }

  .newt-use-tpoint-item-detail1 .newt-use-tpoint-item-col ul li + li {
    margin-top: 15px;
  }

  .newt-use-tpoint-item-detail2 {
    max-width: 304px;
    margin: 20px auto 0;
  }

  .newt-use-tpoint-item-detail2 .newt-use-tpoint-item-col ul {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 0;
  }

  .newt-use-tpoint-item-detail2 .newt-use-tpoint-item-col ul li {
    width: 55%;
    font-size: 14px;
  }

  .newt-use-tpoint-item-detail2 .newt-use-tpoint-item-col ul li:nth-child(even) {
    width: 45%;
  }

  .newt-use-tpoint-item-detail2 .newt-use-tpoint-item-col ul li:nth-child(n + 3) {
    margin-top: 15px;
  }

  .newt-use-tpoint-item-detail .newt-use-tpoint-item-col ul li::before {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 12px;
    height: 8px;
    content: "";
    border-bottom: 3px solid #203d95;
    border-left: 3px solid #203d95;
    transform: rotate(-45deg);
  }

  #newt-use-tpoint .newt-use-btn-link {
    max-width: 500px;
    margin: 20px auto 0;
  }

  /* newt-use-other
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #newt-use-other .newt-use-other-list li + li {
    margin-top: 15px;
  }

  #newt-use-other .newt-use-other-list li a {
    display: block;
  }

  #newt-use-other .newt-use-btn-link {
    max-width: 500px;
    margin: 20px auto 0;
  }

  /* newt-service
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

  #newt-service {
    background: #f5f5f5;
  }

  .newt-service-pd {
    max-width: 500px;
    margin: auto;
    overflow: hidden;
    background: #fff;
    border: 2px solid #203d95;
    border-radius: 5px;
  }

  .newt-service-pd .newt-service-pdbtn {
    position: relative;
    display: block;
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    color: #073f98;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 30%);
  }

  .newt-service-pd .newt-service-pdbtn span {
    position: absolute;
    top: 0;
    right: -2px;
    width: 50px;
    height: 50px;
    background: #203d95;
  }

  .newt-service-pd .newt-service-pdbtn span::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 7px;
    margin: auto;
    content: "";
    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;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    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: 20px 0 0;
  }

  #newt-service-list .newt-service-item + .newt-service-item {
    margin-top: 15px;
  }

  .newt-service-item a {
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 30%);
  }

  .newt-service-item a figure {
    width: 110px;
  }

  .newt-service-item a dl {
    width: calc(100% - 110px);
    padding: 20px 30px 20px 15px;
  }

  .newt-service-item a dl dt {
    font-size: 16px;
    font-weight: bold;
    color: #073f98;
  }

  .newt-service-item a dl dd {
    display: -webkit-box; /* stylelint-disable-line value-no-vendor-prefix */
    margin-top: 15px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

@media screen and (max-width: 374px) {
  .newt-use-tpoint-item-col strong {
    width: 110px;
    font-size: 10px;
  }

  #newt-use-tpoint .newt-use-tpoint-item-title h4 {
    font-size: 12px;
  }

  .newt-use-tpoint-item-detail1 .newt-use-tpoint-item-col ul li,
  .newt-use-tpoint-item-detail2 .newt-use-tpoint-item-col ul li {
    font-size: 12px;
  }
}
