/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
  v2.0 | 20110126
  License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img {
  width: 100%;
  height: auto;
}

/* mouse on
------------------------------------------------------------*/

.bnr-link:hover {
  opacity: 0.7;
  transition: opacity 300ms ease;
}

.btn-pt a:hover,
#footer-nav .main-link a:hover,
.guide-box .guide-list a:hover {
  opacity: 0.6;
  transition: opacity 300ms ease;
}

.cp-list a:hover,
.recommend-box ul li a:hover,
.news-list a:hover,
.search-btn a:hover,
.btn-link a:hover,
.btn-blank a:hover,
.btn-info a:hover,
.dl-app a:hover,
.search-slider a:hover,
.popular-slider a:hover,
.service-box ul li a:hover,
.tmall-box ul li a:hover,
.footer-sld-bnr-slider a:hover,
.footer-bnr ul li a:hover,
.footer-head .social-nav li a:hover,
#kattemiru .km-list ul li a:hover,
#register a:hover,
.search-look span a:hover {
  opacity: 0.7;
  transition: opacity 300ms ease;
}

#footer-nav .sub-link a:hover,
.footer-btm-link ul li a:hover {
  text-decoration: underline;
}

/* slide motion
------------------------------------------------------------*/

.main-slider-box,
.main-slider-nav-box,
.search-slider,
.popular-slider,
.footer-sld-bnr-slider {
  opacity: 0;
}

.main-slider-box.on,
.main-slider-nav-box.on,
.search-slider.on,
.popular-slider.on,
.footer-sld-bnr-slider.on {
  opacity: 1;
}

/* slide pager
------------------------------------------------------------*/

.slick-slide,
.slick-slide a,
.slick-slide span {
  outline: none !important;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 14px;
  height: 22px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #000;
  z-index: 100;
}

.slick-prev {
  left: -34px;
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);

  background: url(https://img.tsite.jp/resources/tsite/top/img/common/arrow_r_bl_l.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.slick-next {
  right: -34px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(https://img.tsite.jp/resources/tsite/top/img/common/arrow_r_bl_l.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

/* contents
------------------------------------------------------------*/

section {
  padding: 60px 0;
  /*
  border-top: 1px solid #eee;	
  */
}

.sec-header+article {
  margin: 20px 0 0;
}

.sec-header {
  text-align: center;
}

.sec-header h2 {
  position: relative;
  display: inline-block;
}

.sec-header h2 span {
  font-size: 28px;
  font-weight: bold;
  color: #003f98;
}

.sec-header h2 a {
  position: absolute;
  display: inline-block;
  margin: auto;
  padding: 0 5px;
  top: 0;
  bottom: 0;
  left: 110%;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  background: #b22222;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 0 13px;
}

/* btn
------------------------------------------------------------*/

.btn-link,
.btn-blank {
  margin: 30px auto 0;
  width: 540px;
}

.btn-link a,
.btn-blank a {
  position: relative;
  display: block;
  height: 54px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #203d95;
  border: 2px solid #203d95;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.3);
}

.btn-link a:after {
  position: absolute;
  content: "";
  display: block;
  margin: auto;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 8px;
  height: 12px;
  background: url(https://img.tsite.jp/resources/tsite/top/img/common/arrow_r_bl.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.btn-blank a:after {
  position: absolute;
  content: "";
  display: block;
  margin: auto;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 16px;
  height: 14px;
  background: url(https://img.tsite.jp/resources/tsite/top/img/common/icon_blank_bl.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

/* search
------------------------------------------------------------*/

.search-look-title {
  margin-top: 30px;
}

.search-look-title h2 span {
  font-size: 22px;
}

.search-look {
  margin: 15px auto 0;
  width: calc(890px - 10px);
  display: grid;
  grid-gap: 10px 10px;
  grid-template-columns: repeat(5, 1fr);
}

.search-look span {
  display: block;
  width: 100%;
}

.search-look span a {
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  overflow: hidden;
}

.search-look span a img {
  width: 75%;
  height: auto;
}

.search-slider {
  margin: 15px auto 0;
  width: 890px;
}

.search-slider span {
  display: block;
  margin: 5px;
  width: 138px;
}

.search-slider span a {
  position: relative;
  display: block;
  padding: 27px 0;
  border-radius: 5px;
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  overflow: hidden;
}

.search-slider span a.new:after {
  content: "NEW";
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 58px;
  height: 20px;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  line-height: 20px;
  background: #fc1050;
}

/* btm-bnr
------------------------------------------------------------*/

#footer-sld-bnr {
  background: #f5f5f5;
}

.footer-sld-bnr-slider {
  margin: auto;
  width: 890px;
}

.footer-sld-bnr-slider span {
  display: block;
  margin: 8px;
  width: 282px;
}

.footer-sld-bnr-slider a {
  position: relative;
  display: block;
}

.footer-sld-bnr-slider a+a {
  margin-top: 15px;
}

.footer-sld-bnr-slider a i {
  display: block;
  padding: 10px;
  background: #fff;
}

#how-to-bnr-pc .inner {
  text-align: center;
}

#how-to-bnr-pc .inner a {
  display: inline-block;
  max-width: 730px;
}

#how-to-bnr-pc .inner a:hover {
  opacity: 0.7;
  transition: opacity 300ms ease;
}


#newt-top-headcontents,
#newt-top-saveuse,
#newt-top-info,
#newt-top-faq {
  background: #fff;
}

#newt-top-recommend,
#newt-top-service,
#newt-top-guide {
  background: #F5F5F5;
}

#newt-main section {
  padding: inherit;
}

.newt-top-inner__banner {
  margin-top: 40px;
}

@media screen and (min-width:1040px) {
  .newt-top-inner {
    padding: 0 40px;
    max-width: 1040px;
  }
}

@media screen and (min-width:768px) and (max-width:1039px) {
  .newt-top-inner {
    padding: 0 25px;
    max-width: 1039px;
  }
}

@media screen and (min-width:576px) and (max-width:767px) {
  .newt-top-inner {
    padding: 0 20px;
  }
}

@media screen and (max-width:575px) {
  .newt-top-inner {
    padding: 0 14px;
  }
}

@media screen and (min-width: 768px) {

  .newt-ignore-pc {
    display: none;
  }

  /* header
  ====================================================*/
  #newt-top-headcontents .newt-header-inner {
    position: relative;
    margin: auto;
  }

  /* main-header
  ====================================================*/

  #newt-top-headcontents .main-header {
    position: relative !important;
    top: 0 !important;
    border-bottom: 1px solid #E5E5EA;
    z-index: 50;
  }

  #newt-top-headcontents .main-header .newt-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
  }

  #newt-top-headcontents .main-header h1 {
    width: 330px;
    left: inherit;
  }

  /* header-info
  ====================================================*/
  #newt-top-headcontents .newt-header-info {
    visibility: hidden;
  }

  #newt-top-headcontents .newt-header-info.on {
    visibility: visible;
  }

  #newt-top-headcontents .newt-header-info-box {
    display: flex;
    align-items: center;
    padding: 15px 0;
  }

  #newt-top-headcontents .newt-header-info-box h2 {
    position: relative;
    width: 165px;
    font-size: 16px;
  }

  #newt-top-headcontents .newt-header-info-box h2 span {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: bold;
  }

  #newt-top-headcontents .newt-header-info-box h2 span:before {
    content: "";
    margin: 0 10px 0 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url(https://img.tsite.jp/resources/tsite/top/img/header/icon_attention.svg) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  #newt-top-headcontents #newt-header-info-list {
    position: relative;
    padding: 0 0 0 20px;
    width: calc(100% - 165px);
  }

  #newt-top-headcontents #newt-header-info-list:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 1px;
    left: 0;
    top: 0;
    background: #eee;
  }

  #newt-top-headcontents #newt-header-info-list p {
    font-size: 14px;
    line-height: 1.6;
  }

  #newt-top-headcontents #newt-header-info-list p+p {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #eee;
  }

  #newt-top-headcontents #newt-header-info-list p span,
  #newt-top-headcontents #newt-header-info-list p a {
    color: #333;
    text-decoration: none;
  }

  #newt-top-headcontents #newt-header-info-list p a:hover {
    text-decoration: underline;
  }

  #newt-top-headcontents .newt-header-info-bnr #newt-info-bnr li+li {
    margin-top: 10px;
  }

  #newt-top-headcontents .newt-header-info-bnr #newt-info-bnr a:hover {
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .newt-header-info-bnr {
    margin-bottom: 20px;
  }

  .newt-header-info+.newt-header-info-bnr {
    margin-top: 0;
  }

  #newt-ghedaer.no-info.no-bnr .main-header {
    border-bottom: none;
  }

  /* header-user-info
  ====================================================*/

  #newt-top-headcontents .newt-header-user-info {
    padding: 15px 0;
    font-size: 12px;
    border-top: 1px solid #eee;
  }

  #newt-top-headcontents .newt-header-user-info .newt-header-inner {
    display: flex;
    align-items: center;
  }

  #newt-top-headcontents .newt-header-user-info #newt-user-name {
    display: flex;
    align-items: center;
    padding: 0 20px 0 0;
    font-weight: bold;
    font-size: 16px;
    min-width: 192px;
    max-width: 280px;
    height: 100%;
    box-sizing: border-box;
  }

  #newt-top-headcontents .newt-header-user-info #newt-user-name strong {
    margin: 0 10px;
    color: #074098;
    font-weight: 700;
  }

  #newt-top-headcontents .newt-header-user-info #newt-user-tpoint,
  #newt-top-headcontents .newt-header-user-info #newt-user-tmoney {
    position: relative;
    min-width: 190px;
    height: 100%;
    text-align: right;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }

  #newt-top-headcontents .newt-header-user-info #newt-user-tpoint a,
  #newt-top-headcontents .newt-header-user-info #newt-user-tmoney a {
    position: relative;
    padding: 0 20px 0 0;
    display: block;
    width: 100%;
  }

  #newt-top-headcontents .newt-header-user-info #newt-user-tpoint>a.no-use,
  #newt-top-headcontents .newt-header-user-info #newt-user-tmoney>a.no-use {
    padding: 0 12px 0 24px;
  }

  #newt-top-headcontents .newt-header-user-info .no-use,
  #newt-top-headcontents .newt-header-user-info .no-confirm {
    position: relative;
    width: 100%;
    padding: 0 0 0 48px;
    text-align: center;
  }

  #newt-top-headcontents .newt-header-user-info .wait {
    position: relative;
    width: 100%;
  }

  #newt-top-headcontents .newt-header-user-info .wait a {
    color: #074098;
    text-decoration: underline;
  }

  #newt-top-headcontents .newt-header-user-info #newt-user-tpoint>a:hover,
  #newt-top-headcontents .newt-header-user-info #newt-user-tmoney>a:hover {
    text-decoration: none;
    color: #333;
    opacity: 0.7;
  }

  #newt-top-headcontents .newt-header-user-info #newt-user-tpoint>a:after,
  #newt-top-headcontents .newt-header-user-info #newt-user-tmoney>a:after {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    background: url(https://img.tsite.jp/resources/tsite/top/img/header/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  #newt-top-headcontents .newt-header-user-info #newt-user-tmoney {
    margin: 0 0 0 30px;
    padding: 0 0 0 30px;
  }

  #newt-top-headcontents .newt-header-user-info #newt-user-tmoney:before {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 35px;
    background: #eee;
  }

  #newt-top-headcontents .newt-header-user-info #newt-user-tpoint i,
  #newt-top-headcontents .newt-header-user-info #newt-user-tmoney i {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    font-style: normal;
  }

  #newt-top-headcontents .newt-header-user-info #newt-user-tmoney i {
    padding: 0 0 0 50px;
  }

  #newt-top-headcontents .newt-header-user-info #newt-user-tpoint span,
  #newt-top-headcontents .newt-header-user-info #newt-user-tmoney span {
    padding: 0 0 0 3px;
    font-size: 11px;
    font-weight: bold;
  }

  #newt-top-headcontents .newt-header-user-info #newt-user-tpoint>a:before {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    width: 24px;
    height: 29px;
    background: url(https://img.tsite.jp/resources/common/logo/_r4vp_point_vert.svg) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  #newt-top-headcontents .newt-header-user-info #newt-user-tmoney>a:before {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    width: 29px;
    height: 29px;
    background: url(https://img.tsite.jp/resources/tsite/top/img/header/_r4vp_icon_tmoney.svg) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  #newt-top-headcontents .newt-header-user-info #newt-user-tmoney .no-confirm:before {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    left: -0;
    top: 0;
    bottom: 0;
    width: 29px;
    height: 29px;
    background: url(https://img.tsite.jp/resources/tsite/top/img/header/_r4vp_icon_tmoney.svg) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  #newt-top-headcontents .newt-header-user-info #newt-user-tpoint .wait {
    position: relative;
    width: 100%;
    text-align: left;
  }

  #newt-top-headcontents .newt-header-user-info #newt-user-tpoint .wait a {
    padding: 0;
    color: #074098;
    text-decoration: underline;
  }

  /* newt-header-login
  ====================================================*/

  #newt-top-headcontents .newt-header-login {
    padding: 40px 0;
    border-top: 1px solid #E5E5EA;
    border-bottom: 1px solid #E5E5EA;
    background: #F5F5F5;
    text-align: center;
  }

  #newt-top-headcontents .newt-header-login p {
    font-weight: bold;
    font-size: 18px;
  }

  #newt-top-headcontents .newt-header-login .newt-header-btn-link+a {
    display: inline-block;
    margin: 20px auto 0;
    color: #074098;
    text-decoration: underline;
    font-size: 16px;
  }

  #newt-top-headcontents .newt-header-login .newt-header-btn-link+a:hover {
    text-decoration: none;
  }

  #newt-top-headcontents .newt-header-login .newt-header-btn-link {
    margin: 20px auto 0;
    max-width: 500px;
    width: inherit;
  }

  #newt-top-headcontents .newt-header-login .newt-header-btn-link a:before {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    top: 0;
    left: 15px;
    bottom: 0;
    width: 21px;
    height: 22px;
    background: url(https://img.tsite.jp/resources/tsite/top/img/header/icon_mypage_wh.svg) 0 0 no-repeat;
    background-size: 100% 100%;
  }

}

@media screen and (max-width: 767px) {

  body {
    width: 100%;
    font-size: 12px;
  }

  .newt-ignore-sp {
    display: none;
  }

  #newt-top-headcontents-sp-bnr {
    position: relative;
    z-index: 950;
  }

  #newt-top-headcontents-sp-bnr .link-android {
    display: none;
  }

  .mode-android #newt-top-headcontents-sp-bnr .link-android {
    display: block;
  }

  .mode-android #newt-top-headcontents-sp-bnr .link-ios {
    display: none;
  }

  /* header
  ====================================================*/

  #newt-top-headcontents {
    position: relative;
  }

  #newt-top-headcontents .newt-header-inner {
    position: relative;
    margin: auto;
  }

  /* sub-header
  ====================================================*/

  #newt-top-headcontents .newt-sub-header {
    border-bottom: 1px solid #E5E5EA;
  }

  #newt-top-headcontents .newt-sub-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 50px;
  }

  #newt-top-headcontents .newt-sub-nav ul {
    display: flex;
  }

  #newt-top-headcontents .newt-sub-nav ul li.newt-sub-nav-info a,
  #newt-top-headcontents .newt-sub-nav ul li.newt-sub-nav-mypage a {
    position: relative;
    width: 45px;
    height: 50px;
    display: flex;
    align-items: center;
  }

  #newt-top-headcontents .newt-sub-nav ul li.newt-sub-nav-info a:before {
    content: "";
    display: block;
    margin: auto;
    width: 22px;
    height: 22px;
    background: url(https://img.tsite.jp/resources/tsite/top/img/header/icon_info.svg) 50% 50% no-repeat;
    background-size: 100% 100%;
  }

  #newt-top-headcontents .newt-sub-nav ul li.newt-sub-nav-mypage a:before {
    content: "";
    display: block;
    margin: auto;
    width: 22px;
    height: 22px;
    background: url(https://img.tsite.jp/resources/tsite/top/img/header/icon_mypage.svg) 50% 50% no-repeat;
    background-size: 100% 100%;
  }

  /* main-header
  ====================================================*/

  .newt-top-headcontents-inner-box {
    position: relative;
    padding-top: 50px;
    background-color: #fff;
  }

  #newt-top-headcontents .main-header {
    position: relative;
    border-top: 1px solid #E5E5EA;
    border-bottom: 1px solid #E5E5EA;
    z-index: 1000;
  }

  #newt-top-headcontents .main-header {
    position: absolute;
    width: 100%;
    top: 0;
    background: #fff;
  }

  .fix-header #newt-top-headcontents .main-header {
    position: fixed !important;
  }

  .nav-open {
    overflow: hidden;
  }

  .newt-gnav-box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  #newt-top-headcontents .main-header .newt-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
  }

  #newt-top-headcontents .main-header h1 {
    width: 180px;
  }

  /* header-info
  ====================================================*/
  #newt-top-headcontents .newt-header-info {
    visibility: hidden;
  }

  #newt-top-headcontents .newt-header-info.on {
    visibility: visible;
  }

  #newt-top-headcontents .newt-header-info-box {
    padding: 15px 0;
  }

  #newt-top-headcontents .newt-header-info-box h2 {
    position: relative;
    font-size: 14px;
    background: inherit;
    color: #000;
    padding: 0;
  }

  #newt-top-headcontents .newt-header-info-box h2 span {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: bold;
  }

  #newt-top-headcontents .newt-header-info-box h2 span:before {
    content: "";
    margin: 0 10px 0 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url(https://img.tsite.jp/resources/tsite/top/img/header/icon_attention.svg) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  #newt-top-headcontents #newt-header-info-list {
    position: relative;
    padding: 10px 0 0;
  }

  #newt-top-headcontents #newt-header-info-list p {
    font-size: 14px;
    line-height: 1.6;
  }

  #newt-top-headcontents #newt-header-info-list p+p {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #eee;
  }

  #newt-top-headcontents #newt-header-info-list p a {
    color: #333;
    text-decoration: none;
  }

  #newt-top-headcontents #newt-header-info-list p a:hover {
    text-decoration: none;
  }

  #newt-top-headcontents .newt-header-info-bnr #newt-info-bnr {
    margin: 0 0 20px;
  }

  #newt-top-headcontents .newt-header-info-bnr #newt-info-bnr img {
    width: 100%;
    height: auto;
  }

  #newt-top-headcontents .newt-header-info-bnr #newt-info-bnr li+li {
    margin-top: 10px;
  }

  .newt-header-info+.newt-header-info-bnr {
    margin-top: 0;
  }

  /* header-user-info
  ====================================================*/

  #newt-top-headcontents .newt-header-user-info {
    padding: 12px 0;
    border-top: 1px solid #E5E5EA;
    border-bottom: 1px solid #E5E5EA;
  }

  #newt-top-headcontents .newt-header-user-info .newt-header-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  #newt-top-headcontents .newt-header-user-info #newt-user-name {
    display: flex;
    align-items: center;
    padding: 0 20px 0 0;
    font-weight: bold;
    font-size: 13px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }

  #newt-top-headcontents .newt-header-user-info #newt-user-name strong {
    margin: 0 10px;
    color: #074098;
    font-weight: 700;
  }

  #newt-top-headcontents .newt-header-user-info #newt-user-tpoint,
  #newt-top-headcontents .newt-header-user-info #newt-user-tmoney {
    position: relative;
    margin: 10px 0 0;
    width: 50%;
    height: 30px;
    text-align: right;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }

  #newt-top-headcontents .newt-header-user-info #newt-user-tpoint.full,
  #newt-top-headcontents .newt-header-user-info #newt-user-tmoney.full {
    padding: 0 13%;
    width: 100%;
    text-align: center;
  }

  #newt-top-headcontents .newt-header-user-info #newt-user-tpoint>a,
  #newt-top-headcontents .newt-header-user-info #newt-user-tmoney>a {
    position: relative;
    padding: 0 20px 0 0;
    display: block;
    width: 100%;
  }

  #newt-top-headcontents .newt-header-user-info #newt-user-tpoint>a.no-use,
  #newt-top-headcontents .newt-header-user-info #newt-user-tmoney>a.no-use {
    padding: 0 12px 0 24px;
  }

  #newt-top-headcontents .newt-header-user-info #newt-user-tpoint.full a,
  #newt-top-headcontents .newt-header-user-info #newt-user-tmoney.full a {
    padding: 0;
  }

  #newt-top-headcontents .newt-header-user-info .no-use {
    position: relative;
    width: 100%;
    padding: 0 12px 0 24px;
    text-align: center;
  }

  #newt-top-headcontents .newt-header-user-info .no-confirm {
    position: relative;
    width: 100%;
    padding: 0 0 0 24px;
    text-align: center;
  }

  #newt-top-headcontents .newt-header-user-info .wait {
    position: relative;
    width: 100%;
  }

  #newt-top-headcontents .newt-header-user-info .wait a {
    color: #074098;
    text-decoration: underline;
  }

  #newt-top-headcontents .newt-header-user-info #newt-user-tpoint>a:hover,
  #newt-top-headcontents .newt-header-user-info #newt-user-tmoney>a:hover {
    text-decoration: none;
    color: #333;
  }

  #newt-top-headcontents .newt-header-user-info #newt-user-tpoint>a:after,
  #newt-top-headcontents .newt-header-user-info #newt-user-tmoney>a:after {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    background: url(https://img.tsite.jp/resources/tsite/top/img/header/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  #newt-top-headcontents .newt-header-user-info #newt-user-tpoint {
    padding: 0 10px 0 0;
  }

  #newt-top-headcontents .newt-header-user-info #newt-user-tmoney {
    padding: 0 0 0 10px;
  }

  #newt-top-headcontents .newt-header-user-info #newt-user-tmoney:before {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 30px;
    background: #eee;
  }

  #newt-top-headcontents .newt-header-user-info #newt-user-tpoint i,
  #newt-top-headcontents .newt-header-user-info #newt-user-tmoney i {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    font-style: normal;
  }

  #newt-top-headcontents .newt-header-user-info #newt-user-tpoint span,
  #newt-top-headcontents .newt-header-user-info #newt-user-tmoney span {
    padding: 0 0 0 3px;
    font-size: 11px;
    font-weight: bold;
  }

  #newt-top-headcontents .newt-header-user-info #newt-user-tpoint .no-confirm:before,
  #newt-top-headcontents .newt-header-user-info #newt-user-tpoint>a:before {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    width: 24px;
    height: 29px;
    background: url(https://img.tsite.jp/resources/common/logo/_r4vp_point_vert.svg) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  #newt-top-headcontents .newt-header-user-info #newt-user-tmoney .no-confirm:before,
  #newt-top-headcontents .newt-header-user-info #newt-user-tmoney>a:before {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    width: 29px;
    height: 29px;
    background: url(https://img.tsite.jp/resources/tsite/top/img/header/_r4vp_icon_tmoney.svg) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  /* newt-header-login
  ====================================================*/

  #newt-top-headcontents .newt-header-login {
    padding: 20px 0;
    border-top: 1px solid #E5E5EA;
    border-bottom: 1px solid #E5E5EA;
    background: #F5F5F5;
    text-align: center;
  }

  #newt-top-headcontents .newt-header-login p {
    font-weight: bold;
    font-size: 14px;
  }

  #newt-top-headcontents .newt-header-login .newt-header-btn-link+a {
    display: inline-block;
    margin: 10px auto 0;
    color: #074098;
    font-size: 14px;
    text-decoration: underline;
  }

  #newt-top-headcontents .newt-header-login .newt-header-btn-link+a:hover {
    text-decoration: none;
  }

  #newt-top-headcontents .newt-header-login .newt-header-btn-link {
    margin: 10px auto 0;
    max-width: 500px;
  }

  .btn-login {
    width: inherit;
  }


  /* newt-header-register-box
  ====================================================*/

  .newt-header-register-box {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px 10px;
    box-shadow: 0px -5px 5px -6px rgba(0, 0, 0, 0.2);
    background: #fff;
    z-index: 500;
  }

  .newt-header-register-box ul {
    display: flex;
    justify-content: space-between;
  }

  .newt-header-register-box ul li {
    width: calc(50% - 4px);
  }

  .newt-header-register-box ul li.newt-header-btn-link a {
    font-size: 12px;
  }

}

@media screen and (min-width: 768px) {
  #newt-top-headcontents .newt-header-login .newt-header-btn-link.btn-vpoint-card a {
    height: 74px;
    line-height: 1.5;
  }

  #newt-top-headcontents .newt-header-login .newt-header-btn-link.btn-vpoint-card a:before {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    top: 0;
    left: 15px;
    bottom: 0;
    width: 42px;
    height: 35px;
    background: url(https://img.tsite.jp/resources/tsite/top/img/header/icon_vpoint_card.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 767px) {
  .newt-header-btn-link.btn-vpoint-card a:before {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 42px;
    height: 35px;
    background: url(https://img.tsite.jp/resources/tsite/top/img/header/icon_vpoint_card.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  #newt-top-headcontents .newt-header-login .newt-header-btn-link.btn-vpoint-card a {
    height: 74px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 430px) {
  .btn-vpoint-card {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {

  #newt-top-headcontents .newt-header-user-info #newt-user-tpoint i,
  #newt-top-headcontents .newt-header-user-info #newt-user-tmoney i {
    font-size: 16px;
  }
}


@media screen and (max-width: 374px) {

  #newt-top-headcontents .newt-header-user-info a,
  #newt-top-headcontents .newt-header-user-info .no-confirm {
    font-size: 10px;
  }

  #newt-top-headcontents .newt-header-user-info .wait {
    font-size: 10px;
  }

  .newt-header-register-box .newt-header-btn-link a {
    font-size: 11px;
  }

  .newt-header-register-box .newt-header-btn-link a:after {
    right: 5px;
  }

  .newt-btn-nav-close {
    width: 40px;
  }

  #newt-ghedaer .newt-sub-nav ul li a {
    width: 40px;
  }

}

@media screen and (min-width: 768px) {

  body {
    font-size: 16px;
  }

  .ignore-pc {
    display: none;
  }

  #newt-main .newt-top-inner {
    position: relative;
    margin: auto;
  }

  #newt-main {
    position: relative;
    z-index: 20;
  }

  /* section
  ====================================================*/

  .newt-top-sec+.newt-top-sec {
    border-top: 1px solid #E5E5EA;
  }

  .newt-top-sec article {
    padding: 40px 0;
  }

  .newt-top-sec-header h3 {
    font-size: 28px;
    font-weight: bold;
    color: #003F98;
    text-align: center;
    line-height: 1.8;
  }

  .newt-top-sec-header+.newt-top-sec-inner {
    margin-top: 40px;
  }

  /* newt-top-beginner
  ====================================================*/

  .newt-top-beginner-list ul {
    display: flex;
    border: 1px solid #E5E5EA;
  }

  .newt-top-beginner-list ul li {
    display: flex;
    width: 25%;
    text-align: center;
  }

  .newt-top-beginner-list ul li+li {
    border-left: 1px solid #E5E5EA;
  }

  .newt-top-beginner-list ul li a {
    display: block;
    width: 100%;
    padding: 14px 0 10px;
  }

  .newt-top-beginner-list ul li div {
    width: 100%;
  }

  .newt-top-beginner-list ul li div figure {
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: center;
  }

  .newt-top-beginner-list ul li a p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    height: 5em;
    padding: 0 32px;
    line-height: 1.4em;
  }

  .newt-top-beginner-list ul li a p:after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    right: 15px;
    bottom: 0;
    display: block;
    width: 12px;
    height: 12px;
    background: url(https://img.tsite.jp/resources/tsite/top/img/top/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .newt-top-beginner-list ul li a:hover {
    text-decoration: none;
    color: #333;
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  #newt-top-beginner {
    overflow: hidden;
  }

  .newt-beginner-list1 img {
    width: initial;
  }

  .newt-beginner-list2 img {
    width: initial;
  }

  .newt-beginner-list3 img {
    width: initial;
  }

  .newt-beginner-list4 img {
    width: initial;
  }

  /* newt-top-slide
  ====================================================*/

  .newt-top-slide-contents {
    padding: 0 0 20px;
  }

  #newt-top-slide {
    width: 100%;
    overflow: hidden;
  }

  .newt-top-slide-wrap {
    position: relative;
    margin: auto;
    max-width: 1840px;
    height: 293px;
    overflow: hidden;
  }

  #newt-top-slide:before,
  #newt-top-slide:after {
    content: "";
    position: absolute;
    display: none;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
    z-index: 100;
  }

  #newt-top-slide:before {
    left: 50%;
    margin-left: 190px;
  }

  #newt-top-slide:after {
    right: 50%;
    margin-right: 190px;
  }

  #newt-top-slide {
    margin: auto;
    position: absolute;
    left: 50%;
    width: 1860px;
    margin-left: -930px;
    overflow: hidden;
  }

  #newt-top-slide span {
    display: block;
    margin: auto;
    padding: 0 10px;
    max-width: 380px;
  }

  #newt-top-slide div img {
    width: 100%;
    height: auto;
  }

  .newt-top-slide-nav-wrap {
    position: relative;
    margin: 20px auto 0;
    max-width: 960px;
    height: 68px;
  }

  #newt-top-slide-nav {
    position: absolute;
    left: 50%;
    width: 640px;
    margin-left: -320px;
  }

  #newt-top-slide-nav span {
    position: relative;
    display: block;
    margin: 4px;
    width: 72px;
  }

  #newt-top-slide-nav div img {
    width: 100%;
    height: auto;
  }

  #newt-top-slide-nav .slick-current {
    position: relative;
  }

  #newt-top-slide-nav div {
    outline: none;
  }

  #newt-top-slide-nav span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    border: 4px solid #203d95;
    z-index: 100;
  }

  #newt-top-slide-nav span:hover:after,
  #newt-top-slide-nav .slick-current span:after {
    display: block;
  }

  #newt-top-slide-nav .slick-prev,
  #newt-top-slide-nav .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 14px;
    height: 22px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #000;
    z-index: 100;
  }

  #newt-top-slide-nav .slick-next {
    right: -34px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url(https://img.tsite.jp/resources/tsite/top/img/top/arrow_r_bl_l.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  #newt-top-slide-nav .slick-prev {
    left: -34px;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
    background: url(https://img.tsite.jp/resources/tsite/top/img/top/arrow_r_bl_l.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  /* newt-top-recommend
  ====================================================*/

  #newt-top-recommend-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
  }

  #newt-top-recommend-list ul li {
    padding: 0 12px;
    width: calc(99.999% / 3);
  }

  #newt-top-recommend-list ul li:nth-child(n+4) {
    margin-top: 24px;
  }

  #newt-top-recommend-list ul li a {
    display: block;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }

  #newt-top-recommend-list ul li a:hover {
    text-decoration: none;
    color: #333;
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .newt-top-recommend-list-txt {
    padding: 15px;
  }

  .newt-top-recommend-list-txt .label {
    display: inline-block;
    height: 20px;
    width: 90px;
    line-height: 20px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    background: #203D95;
  }

  .newt-top-recommend-list-txt p {
    margin: 15px 0 0;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
  }

  .newt-top-recommend-btn-list {
    margin: 40px 0 0;
  }

  .newt-top-recommend-btn-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
  }

  .newt-top-recommend-btn-list ul li {
    padding: 0 12px;
    width: calc(99.999% / 3);
  }

  /* newt-top-saveuse
  ====================================================*/

  #newt-top-saveuse-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
  }

  #newt-top-saveuse-list ul li {
    padding: 0 12px;
    width: calc(100% / 6);
  }

  #newt-top-saveuse-list ul li:nth-child(n+7) {
    margin-top: 24px;
  }

  #newt-top-saveuse-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-top-saveuse-list ul li a img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  #newt-top-saveuse-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-top-saveuse-list ul li a:hover {
    text-decoration: none;
    color: #333;
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .newt-top-saveuse-btn {
    margin: 40px auto 0;
    max-width: 500px;
  }

  /* newt-top-service
  ====================================================*/

  .newt-top-service-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
  }

  .newt-top-service-list ul li {
    padding: 0 12px;
    width: calc(100% / 2);
  }

  .newt-top-service-list ul li:nth-child(n+3) {
    margin-top: 24px;
  }

  .newt-top-service-list ul li a {
    position: relative;
    display: flex;
    border-radius: 5px;
    height: 140px;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }

  .newt-top-service-list ul li a:hover {
    text-decoration: none;
    color: #333;
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .newt-top-service-list ul li a figure {
    width: 140px;
  }

  .newt-top-service-list ul li .newt-top-service-list-txt {
    width: calc(100% - 140px);
    padding: 15px;
  }

  .newt-top-service-list ul li .newt-top-service-list-txt dt {
    font-size: 16px;
    font-weight: bold;
    color: #073F98;
  }

  .newt-top-service-list ul li .newt-top-service-list-txt dd {
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 1.5;
  }

  /* newt-top-info
  ====================================================*/

  .newt-top-info-list ul {
    border-top: 1px solid #E5E5EA;
  }

  .newt-top-info-list ul li a {
    position: relative;
    display: flex;
    padding: 25px 60px 25px 20px;
    border-bottom: 1px solid #E5E5EA;
    background: #fff;
  }

  .newt-top-info-list ul li a:after {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 12px;
    height: 12px;
    background: url(https://img.tsite.jp/resources/tsite/top/img/header/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .newt-top-info-list ul li a:hover {
    text-decoration: none;
    color: #333;
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .newt-top-info-list ul li .newt-label {
    display: inline-block;
    width: 90px;
    flex-shrink: 0;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    background: #203D95;
    margin: 0 40px 0 0;
  }

  .newt-top-info-list ul.newt-top-info-list--wide-label li .newt-label {
    width: 130px;
  }

  .newt-top-info-list ul li .newt-label--empty {
    background: transparent;
  }

  .newt-top-info-list ul li .newt-date {
    width: 165px;
    flex-shrink: 0;
    line-height: 20px;
    font-size: 13px;
    color: #666;
  }

  .newt-top-info-list ul li p {
    flex: 1;
    min-width: 0;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
  }

  .newt-top-info-btn {
    margin: 40px auto 0;
    max-width: 500px;
  }

  /* newt-top-guide
  ====================================================*/

  .newt-top-guide-btn {
    margin: 0 auto;
    max-width: 500px;
  }

  .newt-top-guide-btn br {
    display: none;
  }

  .newt-top-guide-btn a:before {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    top: 0;
    left: 15px;
    bottom: 0;
    width: 22px;
    height: 22px;
    background: url(https://img.tsite.jp/resources/tsite/top/img/header/icon_guide.svg) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  /* newt-top-faq
  ====================================================*/

  .newt-top-faq-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
  }

  .newt-top-faq-list ul li {
    padding: 0 12px;
    width: 50%;
  }

  .newt-top-faq-list ul li:nth-child(1) a,
  .newt-top-faq-list ul li:nth-child(2) a {
    border-top: 1px solid #E5E5EA;
  }

  .newt-top-faq-list ul li a {
    position: relative;
    display: flex;
    padding: 25px 15px 25px 20px;
    border-bottom: 1px solid #E5E5EA;
    font-size: 16px;
  }

  .newt-top-faq-list ul li a:after {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 12px;
    height: 12px;
    background: url(https://img.tsite.jp/resources/tsite/top/img/header/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .newt-top-faq-list ul li a:hover {
    text-decoration: none;
    color: #333;
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .newt-top-faq-btn {
    margin: 40px auto 0;
    max-width: 500px;
  }

  /* btn
  ====================================================*/

  .newt-top-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-top-btn-link a span {
    display: inline-block;
    line-height: 1.5;
  }

  .newt-top-btn-link.btn-bl a {
    color: #fff;
    background: #003f98;
  }

  .newt-top-btn-link a:after {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 12px;
    height: 12px;
    background: url(https://img.tsite.jp/resources/tsite/top/img/header/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .newt-top-btn-link a:hover {
    opacity: 0.7;
    text-decoration: none;
    transition: opacity 400ms ease;
  }

  .newt-top-btn-link.btn-bl a:after {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 12px;
    height: 12px;
    background: url(https://img.tsite.jp/resources/tsite/top/img/header/arrow_r_wh.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

}


@media screen and (max-width: 767px) {

  body {
    width: 100%;
    font-size: 12px;
  }

  /* section
  ====================================================*/

  .newt-top-sec+.newt-top-sec {
    border-top: 1px solid #E5E5EA;
  }

  .newt-top-sec article {
    padding: 30px 0;
  }

  .newt-top-sec-header h3 {
    font-size: 20px;
    font-weight: bold;
    color: #003F98;
    text-align: center;
    line-height: 1.5;
  }

  .newt-top-sec-header+.newt-top-sec-inner {
    margin-top: 30px;
  }

  /* newt-top-beginner
  ====================================================*/

  #newt-top-beginner .newt-top-inner {
    padding: 0;
  }

  .newt-top-beginner-list ul {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #E5E5EA;
    border-bottom: 1px solid #E5E5EA;
  }

  .newt-top-beginner-list ul li {
    display: flex;
    width: 50%;
  }

  .newt-top-beginner-list ul li:nth-child(even) {
    border-left: 1px solid #E5E5EA;
  }

  .newt-top-beginner-list ul li:nth-child(n+3) {
    border-top: 1px solid #E5E5EA;
  }

  .newt-top-beginner-list ul li a {
    display: block;
    display: flex;
    height: 130px;
    justify-content: center;
    width: 100%;
    align-items: center;
  }

  .newt-top-beginner-list ul li div {
    width: 100%;
  }

  .newt-top-beginner-list ul li div figure {
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
  }

  .newt-top-beginner-list ul li a p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0;
    font-weight: bold;
    font-size: 14px;
    padding: 0 24px;
  }

  .newt-top-beginner-list ul li a p:after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    right: 10px;
    bottom: 0;
    display: block;
    width: 12px;
    height: 12px;
    background: url(https://img.tsite.jp/resources/tsite/top/img/top/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .newt-top-beginner-list ul li a:hover {
    text-decoration: none;
    color: #333;
  }

  .newt-beginner-list1 img {
    width: 96px;
  }

  .newt-beginner-list2 img {
    width: 65px;
  }

  .newt-beginner-list3 img {
    width: 96px;
  }

  .newt-beginner-list4 img {
    width: 87px;
  }

  /* newt-top-slide
  ====================================================*/

  .newt-top-slide-contents {
    padding: 20px 0;
  }

  #newt-top-beginner+.newt-top-slide-contents {
    padding: 20px 0;
  }

  #newt-top-slide {
    width: 100%;
  }

  .newt-top-slide-nav-wrap {
    display: none;
  }

  .newt-top-slide-wrap {
    position: relative;
    margin: auto;
  }

  #newt-top-slide span {
    display: block;
    padding: 0 10px;
  }

  #newt-top-slide div img {
    width: 100%;
    height: auto;
  }

  #newt-top-slide div a {
    display: block;
  }

  #newt-top-slide .slick-dots {
    margin-top: 20px;
    text-align: center;
  }

  #newt-top-slide .slick-dots li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    padding: 4px;
    cursor: pointer;
  }

  #newt-top-slide .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    border-radius: 4px;
    background: #d9e2f0;
    box-sizing: border-box;
  }

  #newt-top-slide .slick-dots li.slick-active button {
    background: #003f98;
  }

  /* newt-top-recommend
  ====================================================*/

  #newt-top-recommend-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
  }

  #newt-top-recommend-list ul li {
    padding: 0 8px;
    width: 50%;
  }

  #newt-top-recommend-list ul li:nth-child(n+3) {
    margin-top: 24px;
  }

  #newt-top-recommend-list ul li a {
    display: block;
    border-radius: 5px;
    background: #fff;
    height: 100%;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }

  #newt-top-recommend-list ul li a:hover {
    text-decoration: none;
    color: #333;
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .newt-top-recommend-list-txt {
    padding: 15px;
  }

  .newt-top-recommend-list-txt .label {
    display: inline-block;
    height: 20px;
    width: 90px;
    line-height: 20px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    background: #203D95;
  }

  .newt-top-recommend-list-txt p {
    margin: 15px 0 0;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    overflow: hidden;
  }

  .newt-top-recommend-btn-list {
    margin: 30px 0 0;
  }

  .newt-top-recommend-btn-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
  }

  .newt-top-recommend-btn-list ul li:nth-child(1) {
    padding: 0 4px;
    width: 100%;
  }

  .newt-top-recommend-btn-list ul li {
    padding: 8px 4px 0;
    width: 50%;
  }

  /* newt-top-saveuse
  ====================================================*/

  #newt-top-saveuse-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
  }

  #newt-top-saveuse-list ul li {
    padding: 0 8px;
    width: calc(99.999% / 3);
  }

  #newt-top-saveuse-list ul li:nth-child(n+4) {
    margin-top: 16px;
  }

  #newt-top-saveuse-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-top-saveuse-list ul li a img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  #newt-top-saveuse-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-top-saveuse-list ul li a:hover {
    text-decoration: none;
    color: #333;
  }

  .newt-top-saveuse-btn {
    margin: 30px auto 0;
    max-width: 500px;
  }

  /* newt-top-service
  ====================================================*/

  .newt-top-service-list ul li+li {
    margin-top: 16px;
  }

  .newt-top-service-list ul li a {
    position: relative;
    display: flex;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }

  .newt-top-service-list ul li a:hover {
    text-decoration: none;
    color: #333;
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .newt-top-service-list ul li a figure {
    width: 134px;
  }

  .newt-top-service-list ul li .newt-top-service-list-txt {
    width: calc(100% - 134px);
    padding: 15px;
  }

  .newt-top-service-list ul li .newt-top-service-list-txt dt {
    font-size: 16px;
    font-weight: bold;
    color: #073F98;
  }

  .newt-top-service-list ul li .newt-top-service-list-txt dd {
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    overflow: hidden;
  }

  /* newt-top-info
  ====================================================*/

  .newt-top-info-list ul {
    margin: 0 -7px;
    border-top: 1px solid #E5E5EA;
  }

  .newt-top-info-list ul li a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 14px 40px 14px 7px;
    border-bottom: 1px solid #E5E5EA;
    background: #fff;
  }

  .newt-top-info-list ul li a:after {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    top: 0;
    right: 7px;
    bottom: 0;
    width: 12px;
    height: 12px;
    background: url(https://img.tsite.jp/resources/tsite/top/img/header/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .newt-top-info-list ul li a:hover {
    text-decoration: none;
    color: #333;
    opacity: 0.7;
    transition: opacity 400ms ease;
  }

  .newt-top-info-list ul li .newt-label {
    display: inline-block;
    width: 90px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    background: #203D95;
    margin: 0 20px 0 0;
  }

  .newt-top-info-list ul.newt-top-info-list--wide-label li .newt-label {
    width: 130px;
  }

  .newt-top-info-list ul li .newt-label--empty {
    background: transparent;
    width: 0;
    margin: 0;
  }

  .newt-top-info-list ul li .newt-date {
    line-height: 20px;
    font-size: 13px;
    color: #666;
  }

  .newt-top-info-list ul li p {
    margin: 10px 0 0;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
  }

  .newt-top-info-btn {
    margin: 30px auto 0;
    max-width: 500px;
  }

  /* newt-top-guide
  ====================================================*/

  .newt-top-guide-btn {
    margin: 0 auto;
    max-width: 500px;
  }

  .newt-top-guide-btn a:before {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    top: 0;
    left: 15px;
    bottom: 0;
    width: 22px;
    height: 22px;
    background: url(https://img.tsite.jp/resources/tsite/top/img/header/icon_guide.svg) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  /* newt-top-faq
  ====================================================*/

  .newt-top-faq-list ul {
    margin: 0 -7px;
    border-top: 1px solid #E5E5EA;
  }

  .newt-top-faq-list ul li a {
    position: relative;
    display: flex;
    padding: 20px 7px 20px 7px;
    border-bottom: 1px solid #E5E5EA;
    font-size: 14px;
  }

  .newt-top-faq-list ul li a:after {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    top: 0;
    right: 7px;
    bottom: 0;
    width: 12px;
    height: 12px;
    background: url(https://img.tsite.jp/resources/tsite/top/img/header/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .newt-top-faq-list ul li a:hover {
    text-decoration: none;
    color: #333;
  }

  .newt-top-faq-btn {
    margin: 30px auto 0;
    max-width: 500px;
  }

  /* btn
  ====================================================*/

  .newt-top-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-top-btn-link-h a {
    height: 74px;
    font-size: 16px;
  }

  .newt-top-btn-link a span {
    display: inline-block;
    line-height: 1.5;
  }

  .newt-top-btn-link.btn-bl a {
    color: #fff;
    background: #003f98;
  }

  .newt-top-btn-link a:after {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 12px;
    height: 12px;
    background: url(https://img.tsite.jp/resources/tsite/top/img/header/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .newt-top-btn-link a:hover {
    opacity: 0.7;
    text-decoration: none;
    transition: opacity 400ms ease;
  }

  .newt-top-btn-link.btn-bl a:after {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 12px;
    height: 12px;
    background: url(https://img.tsite.jp/resources/tsite/top/img/header/arrow_r_wh.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

}

@media screen and (max-width: 374px) {
  .newt-top-beginner-list ul li a p {
    font-size: 12px;
  }
}