@charset "utf-8";
/* CSS Document */
.strong.color--red {
    color: #FF2700;
}
.np-bill-payment .article-header > .headline {
  margin-top: 0;
  text-align: left;
  color: #333;
}

@media screen and (max-width: 667px) {
.np-bill-payment .picture { width: 100%; }
}

.np-bill-payment > .article-section > .headline {
  padding: 0.3em 0;
  text-align: center;
}

.np-bill-payment .sentence.picture { text-align:center; }

.np-bill-payment .headline + .sentence .picture { margin-top: 2em; }
@media screen and (max-width: 667px) {
.np-bill-payment .headline + .sentence .picture { margin-top: 1em; }
}

.np-bill-payment .sentence { margin-top: 1.5em; font-size:0.9rem }
@media screen and (max-width: 667px) {
.np-bill-payment .sentence { margin-top: 1em; }
}

.np-bill-payment > .article-section > .btn { margin-top: 3em; }

@media screen and (max-width: 667px) {
.np-bill-payment .page-navi { margin-top: 2em; }
}

.np-bill-payment .page-navi .btn {
  border-left: 1px solid #a5a5a5;
  transition: 0.3s;
}
@media screen and (max-width: 667px) {
.np-bill-payment .page-navi .btn { border-left: none; }
}

.np-bill-payment .page-navi .btn:hover { opacity: 0.7; }

.np-bill-payment .page-navi .btn:first-child { border-left: none; }

.np-bill-payment .page-navi .btn-body {
  height: 2em;
  font-weight: normal;
  color: #3d3d3d;
}

.np-bill-payment .page-navi .btn-body:before {
  content: "▼";
  margin-right: 0.2em;
  font-size: 0.8em;
  color: #0087c1;
}

.np-bill-payment .box {
  background-color: #fefdf2;
  padding: 2.5em 1.5em;
}
@media screen and (max-width: 667px) {
.np-bill-payment .box { padding: 1.5em 0.5em; }
}

.np-bill-payment .box .table {
  width: 100%;
  margin-top: 2.5em;
  display: table;
  align-items: center;
}
@media screen and (max-width: 667px) {
.np-bill-payment .box .table { margin-top: 1.5em; display:block; }
}

.np-bill-payment .box .table:nth-child(1) { margin-top: 0; }

.np-bill-payment .point { margin-top: 3em; }

.np-bill-payment .point .table:nth-child(1) { background-color: #def1be; border: 2px solid #daf0b6; }
.np-bill-payment .point .table:nth-child(2) { background-color: #fad9a5; border: 2px solid #f4ce93; }
.np-bill-payment .point .table:nth-child(3) { background-color: #fed5cb; border: 2px solid #f0bcaf; }
.np-bill-payment .point .table:nth-child(4) { background-color: #bee5ec; border: 2px solid #a6d9e2; }

.np-bill-payment .point .figure,
.np-bill-payment .point .comment { vertical-align: middle;display: table-cell;}

.np-bill-payment .point .figure {
  background-color: #fff;
  width: 30%;
  text-align: center;
  height: 100%;
}
@media screen and (max-width: 667px) {
.np-bill-payment .point .figure {
  display: block;
  width: 100%;
  height: auto;
  padding: 1em 0;
}
}

.np-bill-payment .point .figure .picture { width: 70%; }
@media screen and (max-width: 667px) {
.np-bill-payment .point .figure .picture { width: 40%; }
}

.np-bill-payment .point .comment {
  width: 70%;
  padding: 10px 2em;
	color: #3E2912
}
@media screen and (max-width: 667px) {
.np-bill-payment .point .comment {
  display: block;
  width: 100%;
  padding: 1.5em 1em;
}
}

.np-bill-payment .point .comment .headline {
  border-bottom: 1px dashed #3E2912;
  font-size: 1.1rem;
  padding-bottom: 5px;
	font-weight: bold;
	color: #3E2912
}
@media screen and (max-width: 667px) {
.np-bill-payment .point .comment .headline { font-size: 0.9em; }
}

.np-bill-payment .point .comment .headline .color--red { font-size: 1.2em; color: #FF2700 }



.article-section > .headline {
    position: relative;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.2;
}

.np-bill-payment .headline.mark {
  margin-top: 1em;
  padding: 1em 0 1em 100px;
  text-align: left;
  color: #3E2912;
  background-color: transparent;
}
@media screen and (max-width: 667px) {
.np-bill-payment .headline.mark {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding: 0.5em 0 0.5em 60px;
  font-size: 1.1em;
}
}


.headline.mark:after {
    content: "";
    position: absolute;
}

.np-bill-payment .headline.mark:after {
  bottom: 0.5em;
  left: 2.0em;
  border-top: thick dotted #e72d84;
  width: 95%;
}
@media screen and (max-width: 667px) {
.np-bill-payment .headline.mark:after {
  width: 85%;
  bottom:-5px;
}
}
.headline.mark.back-img:before {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 0.7em;
    text-align: center;
    top: 0.22em;
    height: 4em;
    content: "";
    position: absolute;
    left: 0;
    width: 60px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.headline.step1:before { background-image: url(/html/plugin/Exp/assets/images/cp/np-bill-payment/np_icon-step1.png); }
.headline.step2:before { background-image: url(/html/plugin/Exp/assets/images/cp/np-bill-payment/np_icon-step2.png); }
.headline.step3:before { background-image: url(/html/plugin/Exp/assets/images/cp/np-bill-payment/np_icon-step3.png); }

.np-bill-payment .step {
  width: 90%;
  margin-top: 2em;
  margin-left: 5em;
}
@media screen and (max-width: 667px) {
.np-bill-payment .step {
  width: 100%;
  margin-top: 1em;
  margin-left: 0;
}
}

.np-bill-payment .step .table{ display:table;}
.np-bill-payment .step .figure,
.np-bill-payment .step .comment { vertical-align: top; display:table-cell; }
@media screen and (max-width: 667px) {
.np-bill-payment .step .figure,
.np-bill-payment .step .comment { display: block; }
}

.np-bill-payment .step .figure { width: 335px; }
@media screen and (max-width: 667px) {
.np-bill-payment .step .figure { width: 100%; }
.np-bill-payment .step .figure .picture { width: 100%; }
}

.np-bill-payment .step .comment { padding-left: 2em; font-size: 0.9rem; line-height: 1.8;color: #3E2912;}
@media screen and (max-width: 667px) {
.np-bill-payment .step .comment {
  padding-left: 0;
  padding-top: 1em;
  padding-bottom: 1em;
	
}
}

.np-bill-payment .step .comment .headline {
  font-size: 1.2em;
  color: #e72d84;
	font-weight: bold;
}

.np-bill-payment .step .comment .sentence:nth-child(1) { margin-top: 0; }

.np-bill-payment .article-section .table-style {
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
  margin-top: 2em;
}

.np-bill-payment .article-section .table-style--th,
.np-bill-payment .article-section .table-style--td {
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  text-align: left;
}

.np-bill-payment .article-section .table-style--th {
  background-color: #EADAC1;
  width: 30%;
  padding: 0.5em 3em;
	color: #3E2912;
}
@media screen and (max-width: 667px) {
.np-bill-payment .article-section .table-style--th {
  padding: 0.5em;
  font-size: 0.9em;
}
}

.np-bill-payment .article-section .table-style--td { padding: 0.5em 1.5em;font-size: 0.9rem; line-height: 1.8;color: #3E2912; }

.np-bill-payment .article-section .table-style--td .sentence { margin-top: 1em; }

.np-bill-payment .article-section .table-style--td .sentence .strong {
  display: block;
  font-size: 1em;
}

.np-bill-payment .article-section .table-style--td .strong.color--red {
  font-size: 1.6em;
  font-weight: normal;
}
@media screen and (max-width: 667px) {
.np-bill-payment .article-section .table-style--td .strong.color--red { font-size: 1.2em; }
}

.np-bill-payment .faq-q {
  background-color: #EADAC1;
  margin-top: 2em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 2.5em;
  font-weight: bold;
  color: #3E2912;
}

.np-bill-payment .faq {
  margin-top: 2em;
  font-size: 1.1em;
}
@media screen and (max-width: 667px) {
.np-bill-payment .faq {
  margin-top: 1em;
  font-size: 1em;
}
}
.faq-q, .faq-a {
    position: relative;
    padding-left: 1.5em;
}
.np-bill-payment .faq-a { margin: 0.5em 0 0 1.1em; font-size: 0.9rem; line-height: 1.8;color: #3E2912;}

.np-bill-payment .faq-q:before,
.np-bill-payment .faq-a:before { top: 0.2em; }

.np-bill-payment .faq-q:before { left: 1em; }

.faq-a:before {
    content: "A.";
}

.faq-q:before {
    content: "Q.";
}

.faq-q:before, .faq-a:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "sans-selif", "arial";
    font-size: 1.1em;
    font-weight: bold;
}


.article-section h2{ margin:50px 0 20px; padding:10px 0; font-size:1.2em; font-weight:800; background-color:#3E2912; text-align:center; color:#fff;}
@media screen and (min-width: 768px){
    .article-section h2{ margin:50px 0 20px; padding:10px 0; font-size:1.6rem; }
}
@media screen and (min-width: 992px){
ol.pagelink li {
    width: 24.5%;
}
}
.article-section{
    margin-top: -50px;
    padding-top: 50px;
}

.toEntry02{ width:100%;}
.toEntry02 a{ 
    max-width:100%;
    width:100%;
}
@media screen and (min-width: 768px){
.article-section{
    margin-top: -120px;
    padding-top: 120px;
}
.toEntry02{ width:400px;}
}



