@charset "UTF-8";
/*
* main.css
*
*/
/* ------------------------
  reset
------------------------ */
html,
body {
  height: 100%;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline; 
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border: 0; 
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit; 
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; 

  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0; 
  border: 0;
}

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
}

ol,
ul {
  list-style: none;
}

select {
     -moz-appearance: none;
  -webkit-appearance: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset {
  border: 0;
}

/* ------------------------
  Base Settings
------------------------ */
html {
  font-size: 10px;
}

body {
  min-width: 320px;
  background-color: #fff;
  word-wrap: break-word;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.3rem; 
  line-height: 1.46154;

  -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1024px;
    font-size: 1.4rem;
  }
}

a {
  text-decoration: underline; 
  color: #2661b8;
}
a:visited {
  color: #2661b8;
}
a:hover {
  text-decoration: none; 
  color: #2661b8;
}
a:active {
  text-decoration: none; 
  color: #2661b8;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    cursor: text; 
    text-decoration: none;
  }
}

::-moz-selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

/* ------------------------
  utilities Classes
------------------------ */
.hidden {
  display: none !important;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media screen and (min-width: 768px) {
  .hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

.visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0); 
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto; 
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ------------------------
  hover
------------------------ */
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

/* ------------------------
  c-container
------------------------ */
.c-container {
  margin: 0 auto; 
  max-width: 960px;
}

/* ------------------------
  c-arwLink
------------------------ */
.c-arwLink {
  display: inline-block;
  position: relative;
  padding-left: 19px;
  text-decoration: none;
  text-indent: -19px; 
  color: inherit;
}
.c-arwLink:hover,
.c-arwLink:visited,
.c-arwLink:active {
  color: inherit;
}
.c-arwLink:before {
  content: "";
  display: inline-block;
  margin: -8px 6px -5px 0;
  width: 13px;
  height: 13px;
  background: url(/nisa/assets/img/common/arw_circle_right.png) no-repeat;
  background-size: cover; 
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .c-arwLink {
    padding-left: 24px;
    text-indent: -24px;
  }
  .c-arwLink:before {
    margin: -9px 8px -7px 0; 
    width: 16px;
    height: 16px;
  }
}

/* ------------------------
  c-ico
------------------------ */
.c-ico-blank:after {
  content: "";
  display: inline-block;
  margin: 0 0 0 5px;
  width: 10px;
  height: 10px;
  background: url(/nisa/assets/img/common/ico_blank.png) no-repeat left center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .c-ico-blank:after {
    margin-left: 10px; 
    width: 12px;
    height: 12px;
  }
}

/* ------------------------
  c-section
------------------------ */
.c-section {
  margin: 25px 0;
}
@media screen and (min-width: 768px) {
  .c-section {
    margin: 60px 0;
  }
}
.c-section:first-child {
  margin-top: 0;
}

.c-section_h {
  margin: 0 0 12px;
  background-color: #e6e6e6; 
  font-size: 1.6rem;
  line-height: 1.3125;
}
.category-nisa .c-section_h {
  background-color: #d4e587;
}
.category-tsumitate .c-section_h {
  background-color: #d3f4f5;
}
.category-jr .c-section_h {
  background-color: #fadce9;
}
.category-other .c-section_h {
  background-color: #e6e6e6;
}
@media screen and (min-width: 768px) {
  .c-section_h {
    margin-bottom: 32px;
    font-size: 2.3rem;
  }
}

.c-section_h-mb-0 {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .c-section_body {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .c-section_body-lg-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

.c-section_body_h {
  margin: 0 0 10px;
}
.category-nisa .c-section_body_h {
  border-color: #d4e587;
}
.category-tsumitate .c-section_body_h {
  border-color: #d3f4f5;
}
.category-jr .c-section_body_h {
  border-color: #fadce9;
}
.category-other .c-section_body_h {
  border-color: #f1f1f1;
}
@media screen and (min-width: 768px) {
  .c-section_body_h {
    margin-bottom: 16px;
  }
}

/* ------------------------
  c-compare
------------------------ */
.c-compare_table {
  margin: 0 auto;
  max-width: 860px;
  background: #fffcdb;
}

.c-compare_table_body {
  padding: 15px 18px;
}
@media screen and (min-width: 768px) {
  .c-compare_table_body {
    padding: 30px 36px;
  }
}

.c-compare_table_note {
  margin: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .c-compare_table_note {
    margin-top: 20px;
  }
}

/* ------------------------
  c-qaAnchor
------------------------ */
.c-qaAnchor_container {
  background: #f7f7d8;
}

.c-qaAnchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px; 

  -ms-flex-wrap: wrap; 

      flex-wrap: wrap;
}

.c-qaAnchor_listItem {
  margin: 6px 10px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0 2px 0 #ccc;
          box-shadow: 0 2px 0 #ccc; 
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-qaAnchor_listItem {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-qaAnchor_listItem {
    margin-top: 10px;
    margin-bottom: 10px; 

    -ms-flex-preferred-size: 215px; 

        flex-basis: 215px;
  }
}
.c-qaAnchor_listItem a {
  display: block;
  position: relative;
  text-decoration: none; 
  color: inherit;
}
.c-qaAnchor_listItem a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 13px;
  margin: auto 0;
  width: 16px;
  height: 16px;
  background: url(/nisa/assets/img/common/arw_circle_down.png) no-repeat;
}
@media screen and (max-width: 767px) {
  .c-qaAnchor_listItem a img {
    height: 41px;
  }
}

.c-qa_listItem_card {
  padding: 10px;
  border: 1px solid #000;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-qa_listItem_card {
    padding: 15px 20px;
  }
}

/* ------------------------
  c-qa
------------------------ */
.c-qa_listItem {
  margin: 30px 0 0;
}

.c-qa_listItem_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-qa_listItem_question {
  position: relative;
}
.c-qa_listItem_question:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 2px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; 
  background: #ccc;
}
.is-open .c-qa_listItem_question:after {
  opacity: 0;
}

.c-qa_listItem_answer {
  margin: 20px 0 0;
}

.c-qa_listItem_head {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 40px; 

  -ms-flex-preferred-size: 50px; 

      flex-basis: 50px;
}
@media screen and (min-width: 768px) {
  .c-qa_listItem_head {
    font-size: 2rem;
  }
}
.c-qa_listItem_question .c-qa_listItem_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #26b7bc; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-qa_listItem_answer .c-qa_listItem_head {
  background: #eb86b3; 

  -ms-flex-item-align: start; 

      align-self: flex-start;
}

.c-qa_listItem_cont {
  line-height: 1.5; 

  -webkit-box-flex: 1; 

      -ms-flex: 1; 

          flex: 1;
}
@media screen and (min-width: 768px) {
  .c-qa_listItem_cont {
    font-size: 1.6rem;
  }
}
.c-qa_listItem_question .c-qa_listItem_cont {
  position: relative;
  padding: 8px 62px 8px 20px;
  cursor: pointer; 
  background: #f2f2f2;
  font-weight: bold;
}
.c-qa_listItem_question .c-qa_listItem_cont:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  width: 22px;
  height: 22px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; 
  background: url(/nisa/assets/img/common/qa_question_arw.png) no-repeat;
}
.is-open .c-qa_listItem_question .c-qa_listItem_cont:after {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}
.c-qa_listItem_answer .c-qa_listItem_cont {
  padding: 16px 20px 20px 20px;
  background: #fdfaf2;
}
@media screen and (max-width: 767px) {
  .c-qa_listItem_answer .c-qa_listItem_cont {
    margin-top: 40px;
    margin-left: -50px;
  }
}
.c-qa_listItem_answer .c-qa_listItem_cont p {
  margin: 1em 0;
}
.c-qa_listItem_answer .c-qa_listItem_cont p:first-child {
  margin-top: 0;
}
.c-qa_listItem_answer .c-qa_listItem_cont p:last-child {
  margin-bottom: 0;
}

.c-qa_listItem_question_h {
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .c-qa_listItem_question_h {
    font-size: 1.4rem;
  }
}
.c-qa_listItem_question_h:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 2px;
  margin: auto 0;
  width: 1px;
  background: #ddd;
}

.c-qa_listItem_table table {
  border-top: 1px solid #e6e4e1;
  border-left: 1px solid #e6e4e1; 
  width: 100%;
}

.c-qa_listItem_table th {
  padding: 10px 10px;
  border-right: 1px solid #fdfaf2;
  background: #e6e4e1;
  text-align: center;
  font-weight: bold;
}
.c-qa_listItem_table th:last-child {
  border-right: 1px solid #e6e4e1;
}

.c-qa_listItem_table td {
  padding: 10px 18px;
  border-right: 1px solid #e6e4e1;
  border-bottom: 1px solid #e6e4e1;
  background: #fff;
}

.c-qa_1txt-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.c-qa_1-5txt-indent {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.c-qa_2txt-indent {
  padding-left: 2em;
  text-indent: -2em;
}

.c-qa_2-5txt-indent {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.c-qa_3-5txt-indent {
  padding-left: 3.5em;
  text-indent: -3.5em;
}

/* ------------------------
  c-point
------------------------ */
.c-point_list {
  border-bottom: 1px dotted #b8b8b8;
}

.c-point_listItem {
  padding: 20px 15px;
  border-top: 1px dotted #b8b8b8;
}
@media screen and (min-width: 768px) {
  .c-point_listItem {
    padding: 40px 20px;
  }
}

.c-point_listItem_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
}
@media screen and (min-width: 768px) {
  .c-point_listItem_head {
    margin-bottom: 36px;
  }
}

.c-point_listItem_head_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px 0 0;
  border-radius: 8px;
  width: 54px;
  height: 54px;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1; 

  -webkit-box-flex: 0; 

      -ms-flex: 0 0 auto; 

          flex: 0 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category-nisa .c-point_listItem_head_num {
  background-color: #62ad00;
}
.category-tsumitate .c-point_listItem_head_num {
  background-color: #2ab8bd;
}
.category-jr .c-point_listItem_head_num {
  background-color: #ed599a;
}

.c-point_listItem_head_h {
  font-size: 2.5rem;
  font-weight: bold;
}
.category-nisa .c-point_listItem_head_h {
  color: #62ad00;
}
.category-tsumitate .c-point_listItem_head_h {
  color: #2ab8bd;
}
.category-jr .c-point_listItem_head_h {
  color: #ed599a;
}

.c-point_listItem_body strong {
  color: #ed6d00;
  font-weight: normal;
}

/* ------------------------
  c-pagetop
------------------------ */
.c-pagetop {
  margin: 12px 0;
  text-align: right;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .c-pagetop {
    margin: 30px 0;
  }
}
.c-pagetop a {
  display: inline-block;
  text-decoration: none; 
  color: inherit;
}
.c-pagetop a:before {
  content: "";
  display: inline-block;
  margin: -9px 6px -7px 0;
  width: 16px;
  height: 16px;
  background: url(/nisa/assets/img/common/arw_circle_up.png) no-repeat;
  background-size: cover; 
  vertical-align: middle;
}

/* ------------------------
  c-manga
------------------------ */
.c-manga_cont_body {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-manga_cont_body {
    padding: 0 0 60px;
  }
}

.c-manga_pageNav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  padding: 15px; 
  background: #d4e682;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-manga_pageNav_list {
    margin: 0;
    padding: 30px;
  }
}

.c-manga_pageNav_listItem {
  margin: 0;
}
.c-manga_pageNav_listItem + .c-manga_pageNav_listItem {
  margin: 0 0 0 8px;
}
@media screen and (min-width: 768px) {
  .c-manga_pageNav_listItem + .c-manga_pageNav_listItem {
    margin-left: 15px;
  }
}
.c-manga_pageNav_listItem a img {
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .c-manga_pageNav_listItem a img {
    border-radius: 6px;
  }
}
.c-manga_pageNav_listItem.is-current a {
  display: block;
  position: relative;
}
.c-manga_pageNav_listItem.is-current a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #70b015;
  border-radius: 4px; 
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-manga_pageNav_listItem.is-current a:after {
    border: 4px solid #70b015; 
    border-radius: 6px;
  }
}

/* ------------------------
  c-profile
------------------------ */
.c-profile_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; 

  -ms-flex-wrap: wrap; 

      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .c-profile_detail {
    display: block;
    min-height: 144px;
  }
}
.c-profile_detail + .c-profile_detail {
  margin: 18px 0 0;
}
@media screen and (min-width: 768px) {
  .c-profile_detail + .c-profile_detail {
    margin-top: 27px;
  }
}

.c-profile_img {
  display: inline-block;
  width: 27%;
}
@media screen and (min-width: 768px) {
  .c-profile_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 144px;
  }
}

.c-profile_name {
  display: inline-block;
  padding: 0 0 0 12px; 
  width: calc(100% - 28%);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-profile_name {
    padding-left: 175px; 
    width: auto;
    font-size: 18px;
  }
}

.c-profile_txt {
  margin: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .c-profile_txt {
    padding-left: 175px;
  }
}

/* ------------------------
  c-bnrNav
------------------------ */
.c-bnrNav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}
@media screen and (min-width: 768px) {
  .c-bnrNav_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: -18px;
    margin-left: -18px; 

    -ms-flex-wrap: wrap; 

        flex-wrap: wrap;
  }
}

.c-bnrNav_listItem {
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .c-bnrNav_listItem:first-child {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-bnrNav_listItem {
    margin: 20px 18px 0; 

    -ms-flex-preferred-size: 462px; 

        flex-basis: 462px;
  }
  .c-bnrNav_listItem:nth-child(-n+2) {
    margin-top: 0;
  }
}
.c-bnrNav_listItem a {
  display: block;
  text-decoration: none; 
  color: inherit;
}

/* ------------------------
  l-header
------------------------ */
@media screen and (max-width: 767px) {
  body {
    padding-top: 26.5625%;
  }
}

.l-header {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 76px;
  }
}

@media screen and (max-width: 767px) {
  .l-header_logo {
    padding: 3.125% 4.6875% 3.125% 4.6875%;
  }
  .l-header_logo img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-header_logo {
    padding: 10px 0 0 0;
  }
}

.l-header_logo a {
  display: block;
  width: 86.2069%;
}

.l-header_container {
  position: relative;
}

.l-header_utilityNav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-header_utilityNav_list {
    position: absolute;
    top: 0;
    right: 0;
    width: 360px;
  }
}

.l-header_utilityNav_listItem {
  text-align: center; 

  -webkit-box-flex: 1; 

      -ms-flex: 1 1 auto; 

          flex: 1 1 auto;
}
.l-header_utilityNav_listItem a {
  display: block;
}
.l-header_utilityNav_listItem img {
  width: 100%;
}

.l-header_utilityNav_listItem-callcenter {
  background: #4abcb4;
}

.l-header_utilityNav_listItem-link {
  background: #cacd00;
}

.l-header_utilityNav_listItem-consult {
  background: #eb85b4;
}

.l-floatingHeader {
  opacity: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  padding-bottom: 7px;
  width: 100%;
  -webkit-transition: opacity 0s 0.4s, -webkit-transform 0.4s;
  transition: opacity 0s 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0s 0.4s;
  transition: transform 0.4s, opacity 0s 0.4s, -webkit-transform 0.4s; 
  -webkit-transform: translateY(-150px); 
      -ms-transform: translateY(-150px); 
          transform: translateY(-150px);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-floatingHeader {
    display: none;
  }
}
.category-top .l-floatingHeader,
.category-other .l-floatingHeader {
  display: none;
}
.l-floatingHeader.is-visible {
  opacity: 1;
  -webkit-transition: opacity 0s 0s, -webkit-transform 0.4s;
  transition: opacity 0s 0s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0s 0s;
  transition: transform 0.4s, opacity 0s 0s, -webkit-transform 0.4s; 
  -webkit-transform: translateY(0px); 
      -ms-transform: translateY(0px); 
          transform: translateY(0px);
}
.l-floatingHeader .l-header {
  height: 65px;
}
.l-floatingHeader .c-container {
  width: 960px;
}
.l-floatingHeader .l-header_logo {
  padding-top: 7px; 
  height: 57px;
}
.l-floatingHeader .l-header_logo a {
  width: auto;
  height: 100%;
}
.l-floatingHeader .l-header_logo a img {
  height: 100%;
}
.l-floatingHeader .l-globalNav {
  margin-top: 0;
}
.l-floatingHeader .l-globalNav:after {
  display: none;
}
.l-floatingHeader:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 10px;
  background: url(/nisa/assets/img/common/localnav_shadow_lg.png) repeat-x;
}

.l-header_hamburgerBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 17.1875%;
  cursor: pointer;
}
.category-top .l-header_hamburgerBtn,
.category-other .l-header_hamburgerBtn {
  display: none;
}

/* ------------------------
  l-globalNav / l-localNav
------------------------ */
.l-globalNav {
  position: relative;
}
.category-top .l-globalNav,
.category-other .l-globalNav {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-globalNav {
    padding-top: 6px;
  }
}
@media screen and (min-width: 768px) {
  .l-globalNav {
    margin-top: 8px;
  }
}
.l-globalNav:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/nisa/assets/img/common/gnav_shadow.png) no-repeat;
  background-size: cover;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .l-globalNav:after {
    background: url(/nisa/assets/img/common/gnav_shadow_lg.png) repeat-x left bottom;
  }
}

.l-globalNav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 -2px;
}
@media screen and (min-width: 768px) {
  .l-globalNav_list {
    margin: 0 -15px;
  }
}

.l-globalNav_listItem {
  padding: 0 0 0 2px;
  width: 33.333%;
  text-align: center;
}
.category-nisa .l-globalNav_listItem.l-globalNav_listItem-nisa {
  position: relative;
  z-index: 2;
}
.category-tsumitate .l-globalNav_listItem.l-globalNav_listItem-tsumitate {
  position: relative;
  z-index: 2;
}
.category-jr .l-globalNav_listItem.l-globalNav_listItem-jr {
  position: relative;
  z-index: 2;
}
.l-globalNav_listItem img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-globalNav_listItem {
    padding: 0 15px; 
    width: 330px;
  }
}

.l-localNav {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-localNav {
    display: none;
  }
}
.l-localNav:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 10px;
  background: url(/nisa/assets/img/common/localnav_shadow_lg.png) repeat-x;
}

.l-localNav_categry {
  display: none;
}

.l-localNav_categry-nisa {
  background: #71ae28;
}
.category-nisa .l-localNav_categry-nisa {
  display: block;
}

.l-localNav_categry-tsumitate {
  background: #2ab8bd;
}
.category-tsumitate .l-localNav_categry-tsumitate {
  display: block;
}

.l-localNav_categry-jr {
  background: #ed599a;
}
.category-jr .l-localNav_categry-jr {
  display: block;
}

.l-localNav_categry_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.l-globalNav-sm {
  display: none;
  overflow: scroll; 
  position: fixed;
  z-index: 101;
  top: 6px;
  left: 0;
  padding-top: 26.5625%;
  width: 100%;
  height: 100%;
  background: #fff;
}
.l-globalNav-sm .l-globalNav_cont {
  padding: 0 0 20px;
}
.l-globalNav-sm .l-globalNav_container {
  position: relative;
}
.l-globalNav-sm .l-globalNav_container:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/nisa/assets/img/common/gnav_shadow.png) no-repeat;
  background-size: cover;
  pointer-events: none;
}
.l-globalNav-sm .l-globalNav_category_listItem {
  border-bottom: 1px solid #999;
}
.l-globalNav-sm .l-globalNav_category_listItem a {
  display: block;
  padding: 9px 10px;
  background: url(/nisa/assets/img/common/arw_circle_right.png) no-repeat 98% center;
  background-size: 16px 16px; 
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.l-globalNav-sm .l-globalNav_bnr {
  padding: 15px 0;
}
.l-globalNav-sm .l-globalNav_bnr_listItem {
  margin: 0 15px;
}
.l-globalNav-sm .l-globalNav_bnr_listItem + .l-globalNav_bnr_listItem {
  margin-top: 15px;
}

.l-localNav_categry_child {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1000;
  left: 0;
  padding: 8px 0 0;
  width: 100%;
}

.l-localNav_categry_childList {
  position: relative;
  padding: 10px 10px 0;
  border-radius: 5px; 
  background: rgba(255, 255, 255, 0.9);
}
.l-localNav_categry_childList:before {
  content: "";
  opacity: 0.9; 
  position: absolute;
  top: -6px;
  border-width: 0 7px 6px 7px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  width: 0;
  height: 0;
}

.l-localNav_categry_childListItem {
  float: left;
  padding: 0 0 10px;
}
.l-localNav_categry_childListItem a {
  position: relative;
  padding-left: 27px;
  text-decoration: none; 
  font-size: 1.4rem;
  font-weight: bold;
}
.l-localNav_categry_childListItem a:hover {
  text-decoration: underline;
}
.l-localNav_categry_childListItem a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.l-localNav_categry-nisa .l-localNav_categry_childListItem a {
  color: #71ae28;
}
.l-localNav_categry-nisa .l-localNav_categry_childListItem a:after {
  background: url(/nisa/assets/img/common/localNav_nisa_arw_r.png) no-repeat;
  background-size: 20px 20px;
}
.l-localNav_categry-tsumitate .l-localNav_categry_childListItem a {
  color: #2ab8bd;
}
.l-localNav_categry-tsumitate .l-localNav_categry_childListItem a:after {
  background: url(/nisa/assets/img/common/localNav_tsumitate_arw_r.png) no-repeat;
  background-size: 20px 20px;
}
.l-localNav_categry-jr .l-localNav_categry_childListItem a {
  color: #ed599a;
}
.l-localNav_categry-jr .l-localNav_categry_childListItem a:after {
  background: url(/nisa/assets/img/common/localNav_jr_arw_r.png) no-repeat;
  background-size: 20px 20px;
}
.l-localNav_categry_childListItem:not(:nth-child(3n+1)) {
  margin: 0 0 0 15px;
}

.is-active .l-localNav_categry_child {
  visibility: visible; 
  opacity: 1;
}

.l-localNav_categry-nisa .is-active.l-localNav_categry_listItem:nth-child(1) .l-localNav_categry_childList:before {
  left: 90px;
}

.l-localNav_categry-nisa .is-active.l-localNav_categry_listItem:nth-child(2) .l-localNav_categry_childList:before {
  left: 260px;
}

.l-localNav_categry-nisa .is-active.l-localNav_categry_listItem:nth-child(3) .l-localNav_categry_childList:before {
  left: 405px;
}

.l-localNav_categry-nisa .is-active.l-localNav_categry_listItem:nth-child(4) .l-localNav_categry_childList:before {
  left: 565px;
}

.l-localNav_categry-tsumitate .is-active.l-localNav_categry_listItem:nth-child(1) .l-localNav_categry_childList:before {
  left: 70px;
}

.l-localNav_categry-tsumitate .is-active.l-localNav_categry_listItem:nth-child(2) .l-localNav_categry_childList:before {
  left: 248px;
}

.l-localNav_categry-tsumitate .is-active.l-localNav_categry_listItem:nth-child(3) .l-localNav_categry_childList:before {
  left: 402px;
}

.l-localNav_categry-tsumitate .is-active.l-localNav_categry_listItem:nth-child(4) .l-localNav_categry_childList:before {
  left: 565px;
}

.l-localNav_categry-jr .is-active.l-localNav_categry_listItem:nth-child(1) .l-localNav_categry_childList:before {
  left: 120px;
}

.l-localNav_categry-jr .is-active.l-localNav_categry_listItem:nth-child(2) .l-localNav_categry_childList:before {
  left: 295px;
}

.l-localNav_categry-jr .is-active.l-localNav_categry_listItem:nth-child(3) .l-localNav_categry_childList:before {
  left: 525px;
}

/* ------------------------
  l-categoryTopHero
------------------------ */
.l-categoryTopHero {
  padding: 0 0 24px;
}
@media screen and (min-width: 768px) {
  .l-categoryTopHero {
    padding-bottom: 40px;
  }
}

.l-categoryTopHero-nisa {
  background: #aacd06 url(/nisa/assets/img/nisa/top/hero_bg.png) no-repeat center bottom;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .l-categoryTopHero-nisa {
    background: url(/nisa/assets/img/nisa/top/hero_img_01_lg.png), url(/nisa/assets/img/nisa/top/hero_bg_lg.png);
    background-color: #aacd06;
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    background-size: auto, contain;
  }
}

.l-categoryTopHero-tsumitate {
  background: #7fd4d7 url(/nisa/assets/img/tsumitate/top/hero_bg.png) no-repeat center bottom;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .l-categoryTopHero-tsumitate {
    background: url(/nisa/assets/img/tsumitate/top/hero_img_01_lg.png), url(/nisa/assets/img/tsumitate/top/hero_bg_lg.png);
    background-color: #7fd4d7;
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    background-size: auto, contain;
  }
}

.l-categoryTopHero-jr {
  background: #ee87b4 url(/nisa/assets/img/jr/top/hero_bg.png) no-repeat center bottom;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .l-categoryTopHero-jr {
    background: url(/nisa/assets/img/jr/top/hero_img_01_lg.png), url(/nisa/assets/img/jr/top/hero_bg_lg.png);
    background-color: #ee87b4;
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    background-size: auto, contain;
  }
}

@media screen and (max-width: 767px) {
  .l-categoryTopHero_h {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .l-categoryTopHero_h {
    padding: 50px 0 0;
  }
}

.l-categoryTopHero_lead {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-categoryTopHero_lead {
    margin: 0 auto;
    padding: 6px 15px 0;
    max-width: 600px;
    font-size: 1.2rem;
    line-height: 1.58333;
  }
}
@media screen and (min-width: 768px) {
  .l-categoryTopHero_lead {
    padding: 24px 0 36px 22px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

@media screen and (max-width: 767px) {
  .l-categoryTopHero_nav {
    margin: 10px auto 0; 
    width: 290px;
  }
}

@media screen and (min-width: 768px) {
  .l-categoryTopHero_nav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-categoryTopHero_nav_listItem {
  margin: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .l-categoryTopHero_nav_listItem {
    margin: 0 0 0 20px; 

    -ms-flex-preferred-size: 225px; 

        flex-basis: 225px;
  }
}
@media screen and (min-width: 768px) {
  .l-categoryTopHero_nav_list-lg-3col .l-categoryTopHero_nav_listItem {
    margin-left: 24px; 

    -ms-flex-preferred-size: 304px; 

        flex-basis: 304px;
  }
}
.l-categoryTopHero_nav_listItem:first-child {
  margin: 0;
}
.l-categoryTopHero_nav_listItem a {
  opacity: 1;
}

.l-categoryTopHero_nav_listItem_h {
  display: block;
  margin: 0 -5px;
}
@media screen and (min-width: 768px) {
  .l-categoryTopHero_nav_listItem_h {
    margin: 0 0 0 -10px;
  }
}

.l-categoryTopHero_nav_childNav {
  padding: 8px 15px 18px;
  border-radius: 0 0 5px 5px; 
  background: #fff;
}
@media screen and (min-width: 768px) {
  .l-categoryTopHero_nav_childNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8px 10px 18px 18px; 

    -webkit-box-pack: center; 

        -ms-flex-pack: center; 

            justify-content: center;
  }
}

.l-categoryTopHero_nav_childNavItem {
  margin: 12px 0 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.14286;
}
@media screen and (min-width: 768px) {
  .l-categoryTopHero_nav_childNavItem {
    margin-top: 8px;
  }
}
.l-categoryTopHero_nav_childNavItem:first-child {
  margin: 0;
}
.l-categoryTopHero_nav_childNavItem a {
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
@media screen and (min-width: 768px) {
  .l-categoryTopHero_nav_childNavItem a:hover {
    opacity: 0.8;
  }
}

.l-categoryTopHero_bnr {
  margin: 20px auto 0;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .l-categoryTopHero_bnr {
    max-width: 550px;
  }
}
@media screen and (min-width: 768px) {
  .l-categoryTopHero_bnr {
    padding: 0;
  }
}

.l-categoryTopHero_bnr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -8px -5px; 

  -ms-flex-wrap: wrap; 

      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-categoryTopHero_bnr_list {
    margin: 0;
  }
}

.l-categoryTopHero_bnr_listItem {
  margin: 8px 5px; 

  -ms-flex-preferred-size: calc(50% - 10px); 

      flex-basis: calc(50% - 10px);
}
.l-categoryTopHero_bnr_listItem a {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-categoryTopHero_bnr_listItem {
    margin: 0 0 0 20px; 

    -ms-flex-preferred-size: 176px; 

        flex-basis: 176px;
  }
  .l-categoryTopHero_bnr_listItem:first-child {
    margin: 0;
  }
}

.l-categoryTopHero_bnr_listItem-jr_simulator a {
  margin-top: -8%;
}

/* ------------------------
  l-categoryTopQa
------------------------ */
@media screen and (min-width: 768px) {
  .l-categoryTopQa {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-categoryTopQa_img {
    margin: 0 0 12px;
    text-align: center;
  }
}

.l-categoryTopQa_lead {
  line-height: 1.61538;
}

.l-categoryTopQa_link {
  margin: 12px 0 0;
  text-align: center;
}

.l-categoryTopQa_link_listItem {
  margin: 10px 0 0;
}
.l-categoryTopQa_link_listItem:first-child {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .l-categoryTopQa_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
  }
  .l-categoryTopQa_img {
    width: 480px; 

    -ms-flex-item-align: end; 

        align-self: flex-end;
  }
  .l-categoryTopQa_cont {
    padding-bottom: 60px;
    width: 430px;
    font-size: 1.8rem;
  }
  .l-categoryTopQa_link {
    margin-top: 24px;
  }
  .l-categoryTopQa_link_listItem {
    margin-top: 20px;
  }
}

/* ------------------------
  l-pageHeader
------------------------ */
.category-nisa .l-pageHeader {
  background-color: #aacd06;
}

.category-tsumitate .l-pageHeader {
  background-color: #7fd4d7;
}

.category-jr .l-pageHeader {
  background-color: #ee87b4;
}

.category-other .l-pageHeader {
  background-color: #e6e6e6;
}

.l-pageHeader_h img {
  width: 100%;
}

/* ------------------------
  l-breadcrumb
------------------------ */
@media screen and (max-width: 767px) {
  .l-breadcrumb {
    display: none;
  }
}

.l-breadcrumb_container {
  padding: 12px 0 0;
}

.l-breadcrumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}

.l-breadcrumb_listItem:not(:first-child) {
  padding: 0 0 0 23px;
  background: url(/nisa/assets/img/common/breadcrumb_arw.png) no-repeat 9px 50%;
}

/* ------------------------
  l-mainContent
------------------------ */
@media screen and (max-width: 767px) {
  .l-mainContent_container {
    margin-top: 25px;
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (min-width: 768px) {
  .l-mainContent_container {
    margin-top: 40px;
  }
}

/* ------------------------
  l-categoryTopBnr
------------------------ */
.l-categoryTopBnr {
  padding: 25px 15px 0;
  text-align: center;
}

.l-categoryTopBnr-nisa {
  padding-bottom: 25px;
  background: #f2f9d2;
}

.l-categoryTopBnr_listItem {
  margin: 15px 0 0;
}
.l-categoryTopBnr_listItem:first-child {
  margin: 0;
}

/* ------------------------
  l-utilityNav
------------------------ */
.l-utilityNav {
  margin: 25px 0;
}
@media screen and (min-width: 768px) {
  .l-utilityNav {
    margin: 40px 0 60px;
  }
}

.l-utilityNav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .l-utilityNav_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 767px) {
  .l-utilityNav_listItem {
    margin: 10px 0 0;
  }
  .l-utilityNav_listItem:first-child {
    margin: 0;
  }
}

/* ------------------------
  l-relatedNav
------------------------ */
.l-relatedNav {
  margin: 20px 0 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-relatedNav {
    margin: 36px 0 50px;
  }
}

.l-relatedNav_h {
  margin: 0 0 10px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .l-relatedNav_h {
    margin-bottom: 16px;
    font-size: 1.4rem;
  }
}

.l-relatedNav_listItem {
  margin: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .l-relatedNav_listItem {
    margin-top: 20px;
  }
}
.l-relatedNav_listItem:first-child {
  margin-top: 0;
}

/* ------------------------
  l-searchNav
------------------------ */
.l-searchNav {
  margin: 10px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-searchNav {
    margin: 30px 0;
  }
}

@media screen and (min-width: 768px) {
  .l-searchNav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10px;
    margin-bottom: -10px; 

    -ms-flex-wrap: wrap; 

        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-searchNav_listItem {
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .l-searchNav_listItem:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-searchNav_listItem {
    margin: 10px 10px;
  }
}

/* ------------------------
  l-stepNav
------------------------ */
.l-stepNav {
  margin: 50px 0 60px;
}
@media screen and (max-width: 767px) {
  .l-stepNav {
    display: none;
  }
}

.l-stepNav_list {
  overflow: hidden;
}

.l-stepNav_listItem-prev {
  float: left;
}

.l-stepNav_listItem-next {
  float: right;
}

/* ------------------------
  l-aside
------------------------ */
.l-aside-nisa {
  background: #aacd06;
}

.l-aside-tsumitate {
  background: #7fd4d7;
}

.l-aside-jr {
  background: #ee87b4;
}

.l-aside-other {
  background: #e6e6e6;
}

.l-aside_container {
  overflow: hidden;
  position: relative;
  padding: 20px 15px;
}
@media screen and (min-width: 768px) {
  .l-aside_container {
    padding: 40px 0 60px;
  }
}
.l-aside_container:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding-top: 43.75%;
  width: 100%;
  height: 0;
  background: url(/nisa/assets/img/common/aside_nisa_illust_01.png) no-repeat;
  background-size: cover;
}
.l-aside-nisa .l-aside_container:before {
  background-image: url(/nisa/assets/img/common/aside_nisa_illust_01.png);
}
.l-aside-tsumitate .l-aside_container:before {
  background-image: url(/nisa/assets/img/common/aside_tsumitate_illust_01.png);
}
.l-aside-jr .l-aside_container:before {
  background-image: url(/nisa/assets/img/common/aside_jr_illust_01.png);
}
.l-aside-other .l-aside_container:before {
  background-image: url(/nisa/assets/img/common/aside_other_illust_01.png);
}
@media screen and (min-width: 768px) {
  .l-aside_container:before {
    top: 92px;
    right: 0;
    margin: 0 auto;
    padding: 0; 
    width: 960px;
    height: 368px;
  }
  .l-aside-nisa .l-aside_container:before {
    background-image: url(/nisa/assets/img/common/aside_nisa_illust_01_lg.png);
  }
  .l-aside-tsumitate .l-aside_container:before {
    background-image: url(/nisa/assets/img/common/aside_tsumitate_illust_01_lg.png);
  }
  .l-aside-jr .l-aside_container:before {
    background-image: url(/nisa/assets/img/common/aside_jr_illust_01_lg.png);
  }
  .l-aside-other .l-aside_container:before {
    background-image: url(/nisa/assets/img/common/aside_other_illust_01_lg.png);
  }
}

.l-aside_h img {
  width: 100%;
}

.l-aside_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
  margin: 15px 0 0;
}
@media screen and (min-width: 768px) {
  .l-aside_cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 40px; 

    -webkit-box-pack: end; 

        -ms-flex-pack: end; 

            justify-content: flex-end;
  }
}

.l-aside_cont_item {
  margin: 15px 0 0;
  padding: 0 15px 15px;
  border-radius: 5px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .l-aside_cont_item {
    margin: 0 0 0 10px;
    padding: 0 20px 20px;
    width: 260px;
    font-size: 1.4rem;
  }
}
.l-aside_cont_item:first-child {
  margin: 0;
}

.l-aside_cont_item_h {
  margin: 0 0 10px;
  border-bottom: 1px solid;
}
.l-aside_cont_item_h img {
  width: 100%;
}
.l-aside-nisa .l-aside_cont_item_h {
  border-color: #62ad00;
}
.l-aside-tsumitate .l-aside_cont_item_h {
  border-color: #2ab8bd;
}
.l-aside-jr .l-aside_cont_item_h {
  border-color: #ed599a;
}
.l-aside-other .l-aside_cont_item_h {
  border-color: #e6e6e6;
}
@media screen and (min-width: 768px) {
  .l-aside_cont_item_h {
    margin-bottom: 16px; 
    border-width: 2px;
  }
}

.l-aside_cont_item_txt p {
  margin: 0.6em 0;
}

.l-aside_cont_item_btn {
  margin: 12px 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-aside_cont_item_btn {
    margin-top: 16px;
  }
}

/* ------------------------
  l-footer
------------------------ */
.l-footer_container {
  padding: 20px 15px 10px;
}
@media screen and (min-width: 768px) {
  .l-footer_container {
    position: relative;
    padding: 20px 0;
  }
}

.l-footer_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 6px; 

  -webkit-box-pack: justify; 

      -ms-flex-pack: justify; 

          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer_bnr {
    display: none;
  }
}

.l-footer_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; 
  min-height: 20px;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .l-footer_share {
    position: absolute;
    top: 24px;
    right: 0;
  }
}

.l-footer_share_item {
  margin-right: 6px;
}

.l-footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000;
}
@media screen and (max-width: 767px) {
  .l-footer_nav {
    margin: 12px 0;
  }
}
@media screen and (min-width: 768px) {
  .l-footer_nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 1.2rem;
  }
}

.l-footer_nav_item {
  margin: 10px 0 0;
}
@media screen and (min-width: 768px) {
  .l-footer_nav_item {
    margin: 0 0 0 22px;
  }
}
.l-footer_nav_item:first-child {
  margin: 0;
}
.l-footer_nav_item a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 22px;
  text-decoration: none; 
  color: inherit;
}
.l-footer_nav_item a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 10px;
  height: 14px;
  background: url(/nisa/assets/img/common/footer_nav_arw.png) no-repeat left center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .l-footer_nav_item a[target="_blank"]:before {
    display: none;
  }
}
.l-footer_nav_item a[target="_blank"]:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 10px;
  height: 10px;
  background: url(/nisa/assets/img/common/ico_blank.png) no-repeat left center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .l-footer_nav_item a {
    padding-left: 12px;
  }
  .l-footer_nav_item a:before {
    height: 10px;
  }
  .l-footer_nav_item a[target="_blank"] {
    padding-right: 14px;
  }
  .l-footer_nav_item a[target="_blank"]:after {
    right: 0;
    left: auto;
  }
}

@media screen and (min-width: 768px) {
  .l-footer_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 0; 

    -webkit-box-pack: justify; 

        -ms-flex-pack: justify; 

            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.l-footer_jsda_logo {
  width: 181px;
}
@media screen and (min-width: 768px) {
  .l-footer_jsda_logo {
    width: 208px;
  }
}

.l-footer_meta {
  color: #000;
}
@media screen and (max-width: 767px) {
  .l-footer_meta {
    margin: 10px 0 0;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .l-footer_meta {
    text-align: right;
  }
}

.l-footer_note {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer_note {
    margin: 0 -15px;
  }
}

.l-footer_copyright small {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .l-footer_copyright {
    margin: 5px 0 0;
  }
}

/* ------------------------
  l-pagetop
------------------------ */
.l-pagetop {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 100;
  right: 0;
  border-radius: 3px 0 0 3px;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; 
  background: #b6b6b6 url(/nisa/assets/img/common/pagetop.png) no-repeat;
  background-size: cover;
  font-size: 0;
}
.l-pagetop.is-visible {
  visibility: visible; 
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .l-pagetop {
    bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .l-pagetop {
    bottom: 40px;
    background-image: url(/nisa/assets/img/common/pagetop_lg.png);
  }
}
.category-nisa .l-pagetop {
  background-color: #62ad00;
}
.category-tsumitate .l-pagetop {
  background-color: #2ab8bd;
}
.category-jr .l-pagetop {
  background-color: #ed599a;
}
.category-top .l-pagetop,
.category-other .l-pagetop {
  background-color: #b6b6b6;
  background-image: url(/nisa/assets/img/common/pagetop_other.png);
}
@media screen and (min-width: 768px) {
  .category-top .l-pagetop,
  .category-other .l-pagetop {
    background-image: url(/nisa/assets/img/common/pagetop_other_lg.png);
  }
}
.l-pagetop a {
  display: block;
  height: 100%;
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}