@charset "utf-8";
/* index
===================================*/
.sp {
  display: none;
}
.tab {
display: none;
}
a:visited {
  color: #B34DBD;
}
body {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* header */
header#header.header-global {
  padding: 12px 0 16px;
  border-bottom: 1px solid #dcdde9;
}
header#header .container-fluid {
  max-width: 1550px;
}
header#header .logos .logo {
  width: 284px;
  margin: 12px 0 0;
}
header .nav-header p {
  font-size: 0.875rem;
  letter-spacing: 0;
  margin-bottom: 13px;
}
header .nav-header p a {
  text-decoration: underline;
}
header .nav-header p a:hover {
  text-decoration: none;
  opacity: 1;
}
header .nav1 {
  overflow: hidden;
  text-align: right;
  font-size: 0;
  margin-bottom: 6px;
  margin-top: -3px;
}
header .nav1 li {
  display: inline-block;
  text-align: left;
  border-radius: 4px;
  margin-top: 4px;
  margin-left: 4px;
  min-width: 148px;
}
header .nav1 li.blue {
  background: #7fd0e3;
}
header .nav1 li.red {
  background: #ff9999;
}
header .nav1 li.green {
  background: #b9dc7e;
}
header .nav1 li.yellow {
  background: #ffd95b;
}
header .nav1 li a:hover {
  opacity: 1;
}
header .nav1 li.blue:hover {
  background: #d9f1f7;
}
header .nav1 li.red:hover {
  background: #fbd3d3;
}
header .nav1 li.green:hover {
  background: #daeeb8;
}
header .nav1 li.yellow:hover {
  background: #fff3c5;
}

header .nav1 li a {
  display: block;
  padding: 10px 35px 8px 14px;
  color: #333333;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  position: relative;
  background: url(/fileadmin/open/special/newnisa_contents/img/arrow1.png) no-repeat right 8px center;
}
/* 20231219復帰 */
header .nav1 li.green a {
  padding-right: 87px;
} 

/* section-dccontents-link */
.section-dccontents-link {
  margin-bottom: 80px;
}

.section-dccontents-link .heading .h1bg {
  margin-bottom: 32px;
  position:relative;
}

.section-dccontents-link .heading .h1bg h1{
position: absolute;
top: 38%;
left: 4%;
font-size: 18px;
color:#FFFFFF;
letter-spacing:4px;
margin-top: -.5em;
}

.section-dccontents-link .heading .h1bg h1 p{
margin-top:10px;
margin-bottom:0px;
font-size: 40px;
}

@media screen and (max-width:850px) {
.section-dccontents-link .heading .h1bg h1{
font-size: 1.8823529411764703vw;
}

.section-dccontents-link .heading .h1bg h1 p{
margin-top:7px;
font-size: 4.117647058823529vw;
}
}


/*@media screen and (max-width:768px) {
.section-dccontents-link .heading .h1bg h1{
font-size:14px;
}

.section-dccontents-link .heading .h1bg h1 p{
margin-top:5px;
font-size:30px;
}

}*/

/* nav2 */
.cont_inr {
  margin-bottom: 46px;
}
.cont_inr:last-child {
  margin-bottom: 0;
}

.section-dccontents-link .nav2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 ;
  padding: 0;
}
.section-dccontents-link .nav2 li {
  position: relative;
  width: 31.6%;
  max-width: 100%;
  margin: 0 0 25px;
  padding: 10px 20px 18px;
  border-bottom: 2px solid #e07575;
  border-radius: 3px;
  color: #ffffff;
  text-decoration: none;
  word-break: break-all;
  background: #fa8a8a;
  list-style: none;
}
/* 旧NISAQ＆A 追加時変更20231219
.section-dccontents-link .nav2 li:last-child {
  margin: 0;
}
*/
.section-dccontents-link .nav2 li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fbbac9;
}
.section-dccontents-link .nav2 li:hover {
  background: #f5a3a3;
}

.section-dccontents-link .nav2 li dl {
  margin: 0;
}

.section-dccontents-link .nav2 li dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 19px 20px 19px 58px;
  margin: 0 5px;
  font-size: 1.250rem;
  line-height: 1.3;
}

.section-dccontents-link .nav2 li.l-btn {
  width: 65.6%;
  max-width: 100%;
  text-align: center;
}
.section-dccontents-link .nav2 li.l-btn dl {
  width: 100%;
  margin: 0 auto;
}
.section-dccontents-link .nav2 li.l-btn dt {
  max-width: 275px;
  margin: 0 auto;
  padding: 19px 20px 19px 30px;
}

/* 旧NISAQ＆A 追加時変更20231219 */
.section-dccontents-link .nav2 li.l-btn dd {
  padding-top: 28px;
}


/* 旧NISAQ＆A 追加時変更20231219 l-btn2 追加 */
.section-dccontents-link .nav2 li.l-btn2 {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.section-dccontents-link .nav2 li.l-btn2 dl {
  width: 100%;
  margin: 0 auto;
}
.section-dccontents-link .nav2 li.l-btn2 dt {
  max-width: 315px;
  margin: 0 auto;
  padding: 19px 20px 19px 30px;
}

/* 旧NISAQ＆A 追加時変更20231219 */
.section-dccontents-link .nav2 li.l-btn2 dd {
  padding-top: 28px;
}

/* 各リンクの画像 */
.section-dccontents-link .nav2 li.li_outline dt {
  background: url(/fileadmin/open/special/newnisa_contents/img/icon_outline.png) no-repeat left 1px center;
}
.section-dccontents-link .nav2 li.li_start dt {
  background: url(/fileadmin/open/special/newnisa_contents/img/icon_start.png) no-repeat left 1px center;
}

/* 20231219 削除 min-height: 91px; */
.section-dccontents-link .nav2 li.li_ideco dt {
  background: url(/fileadmin/open/special/newnisa_contents/img/icon_comparison.png) no-repeat left 1px center;
}

.section-dccontents-link .nav2 li.li_qa dt {
  background: url(/fileadmin/open/special/newnisa_contents/img/icon_qa.png) no-repeat left 1px center;
}

.section-dccontents-link .nav2 li dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translate(0,-50%);
  width: 19px;
  height: 19px;
  background: url(/fileadmin/open/special/newnisa_contents/img/arrow3.png) no-repeat;
  background-size: 19px 19px;
}
.section-dccontents-link .nav2 li dd {
  margin: 0;
  padding: 15px 0 0;
  border-top: 1px solid #febfbf;
  font-size: 0.875rem;
}

/* bnr */
.section-dccontents-link .bnr {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.section-dccontents-link .bnr li {
  width: 31.6%;
  margin-left: 2.6%;
  margin-bottom: 2.6%;
}
.section-dccontents-link .bnr li:nth-child(3n+1) {
  margin-left: 0;
}
.section-dccontents-link .bnr li:nth-last-child(1),
.section-dccontents-link .bnr li:nth-last-child(2):nth-child(3n+1),
.section-dccontents-link .bnr li:nth-last-child(2):nth-child(3n+2),
.section-dccontents-link .bnr li:nth-last-child(3):nth-child(3n+1) {
  margin-bottom: 0;
}

.section-dccontents-link .bnr li:hover {
  opacity: 0.7;
}


/* txt-link */
.section-dccontents-link .txt-link {
  overflow: hidden;
  margin: 0;
  padding: 25px 29px 22px;
  border: 1px dashed #9a9a9a;
}
.section-dccontents-link .txt-link li {
  list-style: none;
  margin-top: 8px;
}
.section-dccontents-link .txt-link li:first-child {
  margin-top: 0;
}
.section-dccontents-link .txt-link li a {
  color: #038ad0;
  position: relative;
  padding-left: 30px;
  display: inline-block;
}
.section-dccontents-link .txt-link li a:after {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: '\f078';
  font-family: 'icomoon';
  font-size: 0.813rem;
}


/* section-dccontents-interview */
.section-dccontents-interview {
  background: #fff7ea;
  max-width: 100%;
}
.section-dccontents-interview .inner {
  max-width: 950px;
  margin: 0 auto;
  padding: 75px 0 49px 0;
}
.section-dccontents-interview .heading {
  text-align: center;
  padding: 0 0 30px;
  background: url(/fileadmin/open/special/newnisa_contents/img/bg_interview1.png) no-repeat left bottom;  
  background-size: 100% auto;
}
.section-dccontents-interview .heading p {
  font-size: 0.75rem;
  color: #e35767;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
}
.section-dccontents-interview h2 {
  font-weight: bold;
  font-size: 	1.75rem;
  line-height: 1.8;
}
.section-dccontents-interview h2 span {
  background: linear-gradient(transparent 70%, #fcd897 0%);
  line-height: 1;
  display: inline-block;
  font-size: 2rem;
}
.section-dccontents-interview .interview {
  background: url(/fileadmin/open/special/newnisa_contents/img/bg_interview2.png) no-repeat left top;
  background-size: 100% 100%;
  overflow: hidden;
  margin: 0 20px;
  padding: 9.8% 8.8% 9%;
}
.section-dccontents-interview .interview .left {
  width: 47%;
  float: left;
  margin: 0;
  padding: 0;
}
.section-dccontents-interview .interview .right {
  width: 47%;
  float: right;
  margin: 0;
  padding: 0;
}
.section-dccontents-interview .interview li {
  list-style: none;
  display: table;
  width: 100%;
  margin-bottom: 40px;
  line-height: 1.3;
}
.section-dccontents-interview .interview li:last-child {
  margin-bottom: 0;
}
.section-dccontents-interview .interview li span {
  font-size: 1.563rem;
  color: #e35767;
  display: table-cell;
  vertical-align: middle;
}
.section-dccontents-interview .interview li a {
  display: table-cell;
  vertical-align: middle;
  color: #333333;
  text-decoration: underline;
  padding-left: 15px;
  width: 100%;
}
.section-dccontents-interview .interview li a:hover {
  text-decoration: none;
}

/* section-dccontents-outline */
.section-dccontents-outline {
  margin: 75px auto 80px;
}
.section-dccontents-outline .heading {
  text-align: center;
  margin-bottom: 52px;
}
.section-dccontents-outline .heading p {
  font-size: 0.75rem;
  color: #e35767;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
}
.section-dccontents-outline h2 {
  font-weight: bold;
  font-size: 	1.75rem;
  line-height: 1.8;
}
#outline1 {
  margin-top: -30px;
  padding-top: 30px;
}
#outline2 {
  margin-top: -30px;
  padding-top: 30px;
}
.section-dccontents-outline .outline.outline1 {
  border: 1px solid #ffd3d3;
  margin-bottom: 66px;
}
.section-dccontents-outline .outline.outline1 header {
  background: url(/fileadmin/open/special/newnisa_contents/img/bg_outline1.png) repeat;
}
.section-dccontents-outline .outline header {
  padding: 40px 0 13px;
  position: relative;
}
.section-dccontents-outline .outline header img {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
}
.section-dccontents-outline .outline header h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  margin: 0;
  padding: 0;
}
.section-dccontents-outline .outline ul {
  overflow: hidden;
  margin: 0;
  padding: 30px 10px 28px 29px;
}
.section-dccontents-outline .outline ul li {
  list-style: none;
  margin-top: 12px;
}
.section-dccontents-outline .outline ul li:first-child {
  margin-top: 0;
}
.section-dccontents-outline .outline ul li a {
  color: #038ad0;
  position: relative;
  padding-left: 25px;
  display: inline-block;
  z-index: 1;
}
.section-dccontents-outline .outline ul li a:after {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: '\f078';
  font-family: 'icomoon';
  font-size: 0.875rem;
}

/* interview
===================================*/

/* nav-wrap */
.nav-wrap {
  margin: 2px 0 26px;
}
.nav-wrap header {
  text-align: center;
  padding: 66px 0 7px;
  font-weight: bold;
  color: #ffffff;
  font-size: 1.125rem;
  position: relative;
}
.nav-wrap header.nav1 {
  background: url(/fileadmin/open/special/newnisa_contents/img/icon_interview.png) no-repeat center top 15px #fa8a8a;
  background-size: 37px 42px;
}
.nav-wrap header.nav2 {
  background: url(/fileadmin/open/special/newnisa_contents/img/icon_outline.png) no-repeat center top 16px #fa8a8a;
  background-size: 44px 42px;
}
.nav-wrap header.nav3 {
  background: url(/fileadmin/open/special/newnisa_contents/img/icon_qa.png) no-repeat center top 16px #fa8a8a;
  background-size: 44px 43px;
  font-size: 1.25rem;
  padding: 63px 0 7px;  
}

/* 旧NISAQ＆A 追加時変更20231219 */
.nav-wrap header.nav4 {
  background: url(/fileadmin/open/special/newnisa_contents/img/icon_outline.png) no-repeat center top 16px #feaaaa;
  background-size: 44px 42px;
}

.nav-wrap nav ul {
  padding: 6px 0 0 5px;
  margin: 0;
  border-left: 5px solid #fa8a8a;
}

/* 旧NISAQ＆A 追加時変更20231219 */
.nav-wrap nav .oldnisa {
  border-left: 5px solid  #feaaaa !important;
}

.nav-wrap nav ul li {
  list-style: none;
  font-size: 0.875rem;
  line-height: 1.25;
}
.nav-wrap nav ul li a {
  color: #333333;
  display: block;
  padding: 12px 13px 13px 36px;
  position: relative;
  border: 1px dashed #999999;
  border-bottom: none;
  text-decoration: none;
  text-align: left;
  word-break: break-all;
}
.nav-wrap nav ul li:last-child a {
  border-bottom: 1px dashed #999999;
}
.nav-wrap nav ul li a:hover {
  background: #feefef;
  color: #333333;
  font-weight: bold;
}
.nav-wrap nav ul li.active a {
  background: #feefef;
  color: #333333;
  font-weight: bold;
}
.nav-wrap nav ul li a:after {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translate(0,-50%);
  content: '\f078';
  font-family: 'icomoon';
  font-size: 0.75rem;
}
.nav-wrap nav ul li a span {
  padding-top: 5px;
  display: block;
  font-size: 0.750rem;
}
.side-bnr {
  margin: 40px 0 0 0;
  padding: 0;
}
.side-bnr li {
  list-style: none;
  margin-bottom: 10px;
}
.side-bnr li:hover {
  opacity: 0.7;
}


/* header-interview */
.header-interview {
  background: url(/fileadmin/open/special/newnisa_contents/img/bg_interview.png) no-repeat;
  margin-bottom: 44px;
  padding: 17px 30px 0 38px;
  overflow: hidden;
  color: #ee5a5a;
  min-height: 240px;
}
.header-interview .txt-wrap {
  float: left;
  width: calc(100% - 150px);
  font-size: 1rem;
}
.header-interview .txt-wrap .txt1 {
  margin: 19px 0 0 0;
  font-weight: bold;
  display: block;
}
.header-interview .txt-wrap .txt2 {
  font-size: 1.750rem;
  font-weight: bold;
  margin: 12px 0 0 12px;
  text-indent: -1em;
  display: block;
}

.header-interview .txt-wrap .txt2 {
  font-size: 1.750rem;
  font-weight: bold;
  margin: 12px 0 0 12px;
  text-indent: -1em;
  display: block;
}


.interview-wrap .txt-wrap .txt-list {
  background: #fff7ea;
  margin: 14px 0 14px;
  padding: 15px 20px 15px;
}
.interview-wrap .txt-wrap .txt-list li {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8;
  font-size:1rem;
  font-weight:bold;
}
.interview-wrap section .txt-list li:before {
    content: "●";
    color: #fa8a8a;
}

.header-interview .img-wrap {
  float: right;
  width: 139px;
  margin-top: 27px;
  text-align: right;
}

/* article-interview */
.article-interview .section-profile {
  margin-bottom: 35px;
}
.article-interview section {
  margin-bottom: 55px;
}
.article-interview section .profile {
  overflow: hidden;
  background: #f9f7ea;
  margin: 43px 0 0 0;
  padding: 27px 48px 25px 30px;
}
.article-interview section .profile .img-wrap {
  float: left;
  width: 87px;
  margin-top: 14px;
}
.article-interview section .profile .txt-wrap {
  float: right;
  width: calc(100% - 120px);
}
.article-interview section .profile .txt-wrap .name {
  font-size: 0.875rem;
  margin-bottom: 4px;
}
.article-interview section .profile .txt-wrap .name span {
  font-size: 1.250rem;
  font-weight: bold;
}
.article-interview section .profile .txt-wrap .txt2 {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 0;
}
.article-interview section .profile .txt-wrap .txt2 a {
  color: #038ad0;
  text-decoration: underline;
}
.article-interview section .profile .txt-wrap .txt2 a:hover {
  text-decoration: none;
}
.article-interview section header h2 {
  margin-bottom: 50px;
  padding: 23px 0 23px 60px;
  background-color: none;
  color: #333333;
  font-weight: bold;
  border-bottom: 3px solid #c9c9c9;
  font-size: 1.5rem;
  position: relative;
  background: url(/fileadmin/open/special/newnisa_contents/img/bg_h2_interview.png) no-repeat left 10px center;
}
.article-interview section header.line3 h2 {
  background: url(/fileadmin/open/special/newnisa_contents/img/bg_h2_interview.png) no-repeat left 10px top 35px;

}
.article-interview section header h2:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: '';
  width: 100px;
  height: 3px;
  background-color: #fa8a8a;
}
.article-interview section p {
  line-height: 1.8;
}
.article-interview section .interview-wrap {
  overflow: hidden;
}
.article-interview section .interview-wrap .img-wrap {
  float: left;
  width: 15%;
}
.article-interview section .interview-wrap .img-wrap .circle {
  position: relative;
  width: 71px;
  height: 73px;
  border-radius: 100%;
  overflow: hidden;
  z-index: 1;
  background: #f0f0f0;
}
.article-interview section .interview-wrap .img-wrap p {
  width: 71px;
  margin: 5px 0 0;
  text-align: center;
  font-size: 0.75rem;
}
.article-interview section .interview-wrap .img-wrap img {
  overflow: hidden;
  position: absolute;
  top: 8px;
  left: -95%;
  right: -100%;
  margin: auto;
  width: auto;
  height: 86.5%;
}
.article-interview section .interview-wrap .txt-wrap {
  float: right;
  width: 85%;
  margin-top: -4px;
}
.article-interview section .interview-wrap .txt-wrap p {
  margin-bottom: 36px;
}
.article-interview section .interview-wrap .txt-wrap p:last-child {
  margin-bottom: 0;
}
.article-interview section .img {
  text-align: center;
  margin: 45px auto 50px;
}
.article-interview .summary {
  margin: 90px 0 0 0;
}
.article-interview .summary header h2 {
  font-size: 1.25rem;
  font-weight: bold;
  background: url(/fileadmin/open/special/newnisa_contents/img/bg_h2.png) repeat;
  padding: 17px 20px 16px;
  color: #ee5a5a;
  border-top: 1px solid #f59393;
  border-bottom: 1px solid #f59393;
}
.article-interview .summary header h2:after {
  content: none;
}

/* outline
===================================*/

/* header-outline */
.header-outline {
  position: relative;  
}
.header-outline h1 {
  position: relative;
  margin-bottom: 0;
  padding: 39px 150px 10px 0;
  color: #333333;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.25px;
  text-align: start;
  background-color: transparent;
}
.newnisa_notes {
  display: block;
  width: 100%;
  border-bottom: 3px solid #c9c9c9;
  padding-bottom: 10px;
  margin-bottom: 45px;
  color: #f3828f;
}

.newnisa_notes_qa {
  display: block;
  text-align: center;
  font-size: 0.9rem;
  color: #f3828f;
}

.header-outline .newnisa_notes:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 2;
  content: '';
  width: 100px;
  height: 3px;
  background-color: #f3828f;
}
.header-outline .img {
  position: absolute;
  bottom: -14px;
  right: 6px;
  width: 114px;
  height: 115px;
}

/* article-outline */
.article-outline .section-outline1 {
  margin-bottom: 50px;
}
.article-outline #section1 {
  margin-bottom: 90px;
}
.article-outline #section2 {
  margin-bottom: 90px;
}
.article-outline section p {
  line-height: 1.8;
  margin-bottom: 36px;
}

.article-outline section p.table-title {
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 18px;
    background: #f0f0f0;
    padding: 3px 15px;
    border-radius: 30px;
    text-align: center;
    color: #ee5a5a;
}

.article-outline .section-outline1 .pagelink-wrap {
  overflow: hidden;
  margin: 0;
  padding: 20px 29px 22px 28px;
  border: 1px dashed #999999;
}
.article-outline .section-outline1 .pagelink-wrap .title {
  margin: 0 0 7px 0;
  font-weight: bold;
  font-size: 1.125rem;
}
.article-outline .section-outline1 .pagelink-wrap ul {
  margin: 0;
  padding: 0;
}
.article-outline .section-outline1 .pagelink-wrap ul li {
  list-style: none;
  margin-top: 13px;
}
.article-outline .section-outline1 .pagelink-wrap ul li:first-child {
  margin-top: 0;
}
.article-outline .section-outline1 .pagelink-wrap ul li a {
  color: #038ad0;
  position: relative;
  padding-left: 25px;
  display: inline-block;
}
.article-outline .section-outline1 .pagelink-wrap ul li a:after {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: '\f079';
  font-family: 'icomoon';
  font-size: 0.875rem;
}
.article-outline section header h2 {
  padding: 17px 20px 16px;
  margin-bottom: 50px;
  border-top: 1px solid #f59393;
  border-bottom: 1px solid #f59393;
  color: #ee5a5a;
  font-size: 1.25rem;
  font-weight: bold;
  background: url(/fileadmin/open/special/newnisa_contents/img/bg_h2.png) repeat;
}
.article-outline section h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 0 0 10px;
  color: #ee5a5a;
  border-bottom: 1px dashed #f59393;
}
.article-outline section .point {
  background: #fff7ea;
  position: relative;
  margin: 50px 0 43px 0;
  padding: 45px 30px 30px 58px;
  border-radius: 10px;
}
.article-outline section .point .icon {
  position: absolute;
  top: -15px;
  left: 0;
}
.article-outline section .point ul {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.article-outline section .point ul li {
  list-style: none;
  position: relative;
  margin-top: 20px;
}
.article-outline section .point ul li:first-child {
  margin-top: 0;
}
.article-outline section .point ul li:after {
  display: block;
  content: '';
  position: absolute;
  top: .3em;
  left: -.8em;
  width: 13px;
  height: 13px;
  background-color: #f7c15d;
  border-radius: 100%;
}
.article-outline section p .em {
  background: url(/fileadmin/open/special/newnisa_contents/img/bg_em.png) repeat-x left center;
}
/*.article-outline section table {
  border: 1px solid #cccccc;
  width: 100%;
}
.article-outline section table caption {
  caption-side: top;
  color: #ee5a5a;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
  background: #f0f0f0;
  border-radius: 20px;
  margin-bottom: 35px;
  padding: 7px 0 6px;
}
.article-outline section table th {
  border: 1px solid #cccccc;
  background: #feefef;
  color: #333333;
  width: 32.5%;
  padding: 16px 24px;
  font-weight: bold;
}
.article-outline section table tr:nth-child(odd) th {
  background: #fdd7d7;
}
.article-outline section table.width50 th , .article-outline section table.width50 td {
  width: 50%;
}
.article-outline section table tr.th_group th {
  background: #fa8a8a;
  color: #fff;
  text-align: center;
}
.article-outline section table td {
  border: 1px solid #cccccc;
  width: 67.5%;
  padding: 16px 24px;
  color: #333333;
}
.article-outline section table tr:nth-child(odd) td {
  background: #f1f1f1;
}
.article-outline section table td span {
  font-size: 0.875rem;
  padding-left: 1em;
  display: block;
  margin-top: 5px;
  line-height: 1.7;
  position: relative;
}
.article-outline section table td .kome {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
}*/
.article-outline section .note {
  text-align: right;
  font-size: 0.875rem;
  margin-top: 7px;
  color: 666666;
  line-height: 1.75;
  text-indent: -1.45em;
  padding-left: 1.45em;
}
.article-outline section .note::before {
  content: "※ ";
}

.article-outline section .img {
  margin-bottom: 46px;
  text-align: center;
}
.article-outline section .txt-list {
  border: 1px solid #fa8a8a;
  margin: 14px 0;
  padding: 25px 28px 19px;
}
.article-outline section .txt-list li {
  list-style: none;
  text-indent: -2.5em;
  padding-left: 2.5em;
  line-height: 1.8;
}

.article-outline section .txt-list2 {
  background: #fff7ea;
  margin: 20px 0;
  padding: 15px 20px 15px;
}
.article-outline section .txt-list2 li {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8;
  font-size:1rem;
  font-weight:bold;
}
.article-outline section .txt-list2 li:before {
    content: "●";
    color: #fa8a8a;
}

.article-outline section > *:not(header>h2):last-child {
  margin-bottom: 0px;
}

/* footer-outline */
.footer-outline {
  overflow: hidden;
  margin: 90px 0 120px;
  padding: 23px 29px 30px 33px;
  border: 1px dashed #999999;
}
.footer-outline .title {
  margin: 0 0 9px 0;
  font-weight: bold;
  font-size: 1.125rem;
}
.footer-outline ul {
  margin: 0;
  padding: 0;
}
.footer-outline ul li {
  list-style: none;
  margin-top: 13px;
}
.footer-outline ul li:first-child {
  margin-top: 0;
}
.footer-outline ul li a {
  color: #038ad0;
  position: relative;
  padding-left: 25px;
  display: inline-block;
}
.footer-outline ul li a:after {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: '\f078';
  font-family: 'icomoon';
  font-size: 0.875rem;
}

/* Q&A
===================================*/

/* section-qa */
.section-qa {
  margin-bottom: 80px;
  padding: 50px 0 60px 0;
  background: #f9f7ea;
}
.section-qa .heading {
  text-align: center;
  margin-bottom: 30px;
  max-width: 980px;
  padding: 0 15px;
}
.section-qa .heading p {
  font-size: 0.75rem;
  color: #e35767;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
}
.section-qa h1 {
  font-weight: bold;
  font-size: 	1.75rem;
  line-height: 1.8;
  color: #333333;
}
.section-qa .category {
  background: #ffffff;
  margin-bottom: 68px;
  padding: 30px 20px 32px;
  position: relative;
  max-width: 980px;
}
.section-qa .category .txt1 {
  text-align: center;
  font-size: 	1.125rem;
  font-weight: bold;
  margin-bottom: 22px;
}
.section-qa .category ul {
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.section-qa .category ul li {
  list-style: none;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 150px;
  max-height: 150px;
}
.section-qa .category ul li:before {
  content: "";
  display: block;
  padding-top: 100%;
}  
.section-qa .category ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-qa .category ul li:nth-child(2) {
  margin: 0 8.8%;
}
.section-qa .category ul li a {
  color: #ffffff;
  background: url(/fileadmin/open/special/newnisa_contents/img/arrow2.png) no-repeat center bottom 10px #fa8a8a;
  border-radius: 10px;
  line-height: 1.5;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  padding-bottom: 10px;
  text-decoration: none;
}
.section-qa .category ul li a span {
  font-size: 1.625rem;
  line-height: 1.2;
  display: block;
}
.section-qa .category ul li a .span2 {
  font-size: 1.75rem;
}
.section-qa .category ul li a:hover {
  background: url(/fileadmin/open/special/newnisa_contents/img/arrow2.png) no-repeat center bottom 10px #f5a3a3;
}
.section-qa h2 {
  margin-bottom: 30px;
  padding: 10px 0 23px;
  color: #333333;
  font-weight: bold;
  border-bottom: 3px solid #c9c9c9;
  font-size: 1.5rem;
  position: relative;
}
.section-qa h2:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: '';
  width: 100px;
  height: 3px;
  background-color: #fa8a8a;
}
.section-qa dl {
  margin-bottom: 20px;
  border-radius: 3px;
  border: 1px solid #fa8a8a;
  line-height: 1.5;
  background: #fff;
}
.section-qa dl.last {
  margin-bottom: 65px;
}
.section-qa dl dt {
  background: url(/fileadmin/open/special/newnisa_contents/img/icon_q.png) no-repeat left 23px top 19px #fa8a8a;
  border-radius: 3px 3px 0 0;
  padding: 21px 45px 21px 73px;
  color: #ffffff;
}
.section-qa dl dd {
  margin: 0;
  border-radius: 0 0 3px 3px;
  line-height: 1.8;
}
.section-qa dl dt + dd {
  background: url(/fileadmin/open/special/newnisa_contents/img/icon_a.png) no-repeat left 23px top 19px;
  margin: 0;
  padding: 21px 45px 21px 73px;
}
.section-qa dl dd + dd {
  margin: 0 24px;
  padding: 21px 6px;
  border-top: 1px solid #f18888;
}

.section-qa dl dd + dd > p {
  margin-bottom:  20px;
}

.section-qa dl *:last-child {
  margin-bottom: 0;
}

/* footer */
.footer-global {
  padding: 14px 0;
  font-size: 1rem;
  border-top: 1px solid #dcdde9;
  letter-spacing: 0.2px;
}
.footer-global address {
  font-size: 0.688rem;
  font-weight: bold;
}

@media (max-width: 700px) {
.br1 {
  display: none;
}
}

@media (max-width: 575px) {
img.sp {
  display: inline;
}
.heading.sp h1 {
  margin-bottom: 35px;
}
body {
  padding: 0;
}

/* header */
header#header.header-global {
  padding:0;
  position: static;
  height: 59px;
}
header#header .container-fluid {
  max-width: 100%;
  padding: 0;
  overflow: hidden;
}
header#header .logos {
  width: 37.8%;
  height: auto;
  margin: 17px 0 0 15px;
}
header#header .logos .logo {
  width: 100%;
  margin: 0;
}
header#header .nav-header {
  display: block;
  width: 168px;
}
header .nav1 {
  margin: 0;
  padding: 0;
  display: flex;
}
header .nav1 li {
  display: inline-block;
  text-align: center;
  border-radius: 0;
  margin-top: 0;
  margin-left: 1px;
  min-width: 55px;
  width: 55px;
  height: 58px;
}
header .nav1 li.blue {
  background: #7fd0e3;
}
header .nav1 li.red {
  background: #ff9999;
}
header .nav1 li.green {
  background: #b9dc7e;
}
header .nav1 li.yellow {
  background: #ffd95b;
}
header .nav1 li a:hover {
  opacity: 1;
}
header .nav1 li.blue:hover {
  background: #7fd0e3;
}
header .nav1 li.red:hover {
  background: #ff9999;
}
header .nav1 li.green:hover {
  background: #b9dc7e;
}
header .nav1 li.yellow:hover {
  background: #ffd95b;
}
header .nav1 li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 5px 24px 5px;
  font-size: 10px;
  line-height: 1.3;
  background: url(/fileadmin/open/special/newnisa_contents/img/arrow1_sp.png) no-repeat center bottom 10px;
  background-size: 10px 10px;
  height: 100%;
}
/* header .nav1 li.red a {
  padding: 15px 5px 24px 5px;
}
header .nav1 li.green a {
  padding: 15px 5px 24px 5px;
} */

/* header 4col */
header#header.header-global.newnisa-on {
  padding:0;
  position: static;
  height: auto;
}
header#header.newnisa-on .logos {
  width: 40%;
  height: auto;
  margin: 15px 0 15px 15px;
}
header#header.newnisa-on .logos .logo {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
header#header.newnisa-on .nav-header {
  display: block;
  width: 100%;
}
header.newnisa-on .nav1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
header.newnisa-on .nav1 li {
  display: inline-block;
  text-align: center;
  border-radius: 0;
  margin: 0;
/*  min-width: 55px;*/
  width: 50%;
  min-height: 58px;
}
header.newnisa-on .nav1 li.green a {
  padding-right: 0;
}
header.newnisa-on .nav1 li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 24px;
  font-size: 15px;
  line-height: 1.3;
  background: url(/fileadmin/open/special/newnisa_contents/img/arrow1_sp.png) no-repeat center right 10px / 15px;
  height: 100%;
}

  
.heading .h1bg {
  background: #BA6D45;
}

.heading .h1bg {
  margin-bottom: 32px;
  position:relative;
}

.heading .h1bg h1{
  position: relative;
  /*bottom: 10%;
  left: 3%;*/
  margin: -17.4vw 0 0;
  padding: 0 15px 20px;
  font-size: 18px;
  color:#FFFFFF;
  letter-spacing:1px;
  text-shadow:0px 0px 3px #e45766;
}

.heading .h1bg h1 p{
margin-top:5px;
margin-bottom:0;
font-size:9.5vw;
font-weight:bold;
letter-spacing:6px;
}

/* section-dccontents-link */
.section-dccontents-link {
  margin-bottom: 60px;
}

/* nav2 */
.cont_inr {
  margin-bottom: 40px;
}
.section-dccontents-link .nav2 {
  display: block;
}
.section-dccontents-link .nav2 li {
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
  padding: 0 15px;
}
.section-dccontents-link .nav2 li:last-child {
  margin: 0;
}
.section-dccontents-link .nav2 li:hover {
  background: #fa8a8a;
}
.section-dccontents-link .nav2 li dt {
  font-size: 1rem;
  padding: 23px 30px 18px 55px;
}
.section-dccontents-link .nav2 li.l-btn {
  width: 100%;
  text-align: left;
}
.section-dccontents-link .nav2 li.l-btn dt {
  max-width: 100%;
  padding: 23px 30px 18px 55px;
  margin: 0 5px;
}

/* 20231220 l-btn2 追加 */
.section-dccontents-link .nav2 li.l-btn2 {
  width: 100%;
  text-align: left;
}
.section-dccontents-link .nav2 li.l-btn2 dt {
  max-width: 100%;
  padding: 23px 30px 18px 55px;
  margin: 0 5px;
}

/* 各リンクの画像 */
.section-dccontents-link .nav2 li.li_outline dt {
  background: url(/fileadmin/open/special/newnisa_contents/img/icon_outline_sp.png) no-repeat left 1px center;
  background-size: 32px 30px;
}
.section-dccontents-link .nav2 li.li_start dt {
  background: url(/fileadmin/open/special/newnisa_contents/img/icon_start_sp.png) no-repeat left 1px center;
  background-size: 25px 29px;
}
.section-dccontents-link .nav2 li.li_ideco dt {
  background: url(/fileadmin/open/special/newnisa_contents/img/icon_comparison_sp.png) no-repeat left 1px center;
  background-size: 32px 28.5px;
  min-height: auto;
}
.section-dccontents-link .nav2 li.li_qa dt {
  background: url(/fileadmin/open/special/newnisa_contents/img/icon_qa_sp.png) no-repeat left 1px center;
  background-size: 31px 30px;
}


.section-dccontents-link .nav2 li dd {
  display: none;
  margin: 0;
  padding: 0;
  border-top: none;
}

/* bnr */
.section-dccontents-link .bnr li {
  width: 48.3%;
  margin-left: 0;
  margin-bottom: 2.6%;
}
.section-dccontents-link .bnr li:nth-child(odd) {
  margin-right: 2.6%;
}
.section-dccontents-link .bnr li:nth-last-child(1),
.section-dccontents-link .bnr li:nth-last-child(2):nth-child(3n+1),
.section-dccontents-link .bnr li:nth-last-child(2):nth-child(3n+2),
.section-dccontents-link .bnr li:nth-last-child(3):nth-child(3n+1) {
  margin-bottom: 2.6%;
}
.section-dccontents-link .bnr li:last-child {
  margin-bottom: 0;
}
.section-dccontents-link .bnr li:hover {
  opacity: 1;
}
  
/* txt-link */
.section-dccontents-link .txt-link {
  overflow: hidden;
  margin: 0;
  padding: 20px 20px 20px;
  border: 1px dashed #3ab5d2;
}
.section-dccontents-link .txt-link li {
  list-style: none;
  margin-top: 13px;
  font-size: 1rem;
}
.section-dccontents-link .txt-link li:first-child {
  margin-top: 0;
}
.section-dccontents-link .txt-link li a {
  color: #038ad0;
  position: relative;
  padding-left: 28px;
  display: inline-block;
}
.section-dccontents-link .txt-link li a:after {
  position: absolute;
  top: 0.2em;
  left: 0;
  content: '\f078';
  font-family: 'icomoon';
  font-size: 0.75rem;
}

/* section-dccontents-interview */
/*
#interview {
  padding-left: 0;
  padding-right: 0;
}
.section-dccontents-interview .inner {
  padding: 59px 0;
}
.section-dccontents-interview .heading {
  text-align: center;
  padding: 0 0 65px;
  background: url(/fileadmin/open/special/newnisa_contents/img/bg_interview1_sp.png) no-repeat left bottom;  
  background-size: 100% auto;
}
.section-dccontents-interview .heading p {
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}
.section-dccontents-interview .heading h2 {
  font-size: 	1.625rem;
  line-height: 1.9;
  text-align: left;
  padding: 0 15px;
}
.section-dccontents-interview .heading h2 span {
  font-size: 2rem;
}
.section-dccontents-interview .interview {
  background: url(/fileadmin/open/special/newnisa_contents/img/bg_interview2_sp.png) no-repeat left top;
  background-size: 100% 100%;
  margin: 8px 0 0;
  padding: 56px 15px 20px 15px;
}
.section-dccontents-interview .interview .left {
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}
.section-dccontents-interview .interview .right {
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}
.section-dccontents-interview .interview li {
  width: 100%;
  margin-bottom: 27px;
  font-size: 1rem;
}
.section-dccontents-interview .interview li:last-child {
  margin-bottom: 30px;
}
*/
  
/* section-dccontents-outline */
/*.section-dccontents-outline {
  margin: 55px 0 59px 0;
}
.section-dccontents-outline .heading {
  margin-bottom: 58px;
}
.section-dccontents-outline .heading p {
  font-size: 0.75rem;
  margin-bottom: 12px;
}
.section-dccontents-outline h2 {
  font-size: 1.625rem;
  line-height: 1.6;
  text-align: left;
  letter-spacing: -0.5px;
}
#outline1 {
  margin-top: -40px;
  padding-top: 40px;
}
#outline2 {
  margin-top: -40px;
  padding-top: 40px;
}
.section-dccontents-outline .outline.outline1 {
  margin-bottom: 54px;
}
.section-dccontents-outline .outline.outline1 header {
  background: url(/fileadmin/open/special/newnisa_contents/img/bg_outline1.png) repeat;
  background-size: 4.5px 9px;
}
.section-dccontents-outline .outline header {
  padding: 42px 0 11px;
}
.section-dccontents-outline .outline ul {
  overflow: hidden;
  margin: 0;
  padding: 20px 20px 20px 15px;
}
.section-dccontents-outline .outline ul li {
  margin-top: 8px;
  font-size: 1rem;
}
.section-dccontents-outline .outline ul li a {
  padding-left: 28px;
}
.section-dccontents-outline .outline ul li a:after {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: '\f078';
  font-family: 'icomoon';
  font-size: 0.813rem;
}*/

/* interview
===================================*/

/* nav-wrap */
.nav-wrap {
  margin-bottom: 29px;
}
.nav-wrap header {
  text-align: center;
  padding: 66px 0 7px;
  font-weight: bold;
  font-size: 1.125rem;
}
.nav-wrap header.nav3 {
  font-size: 1.125rem;
}  
.nav-wrap nav ul li {
  font-size: 0.875rem;
  line-height: 1.25;
}
.nav-wrap nav ul li a {
  padding: 21px 16px 22px 36px;
  border: 1px dotted #999999;
  border-bottom: none;
}
.nav-wrap nav ul li:last-child a {
  border-bottom: 1px dotted #999999;
}
.nav-wrap nav ul li a:after {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translate(0,-50%);
  content: '\f078';
  font-family: 'icomoon';
  font-size: 0.75rem;
}
.nav-wrap nav ul li a span {
  padding-top: 5px;
  display: block;
  font-size: 0.750rem;
}
.side-bnr {
  margin: 40px auto 104px;
  padding: 0;
  text-align: center;
  width: 215px;
}
.side-bnr li {
  list-style: none;
  margin-bottom: 20px;
}

/* header-interview */
.header-interview {
  background: url(/fileadmin/open/special/newnisa_contents/img/bg_interview_sp.png) no-repeat left bottom #f8efef;
  background-size: 100% auto;
  margin-bottom: 40px;
  padding: 30px 30px 30px 15px;
  min-height: 250px;
  position: relative;
}
.header-interview .txt-wrap {
  float: none;
  width: 100%;
  font-size: 1rem;
}
.header-interview .txt-wrap .txt1 {
  margin: 0;
}
.header-interview .txt-wrap .txt2 {
  font-size: 28px;
  margin: 8px 0 0 0;
  text-indent: 0;
  letter-spacing: -1px;
}
.header-interview .img-wrap {
  float: none;
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 69.5px;
  text-align: right;
}

/* article-interview */
.article-interview .section-profile {
  margin-bottom: 45px;
}
.article-interview section {
  margin-bottom: 85px;
}
.article-interview section .profile {
  margin: 43px 0 0 0;
  padding: 25px 18px 22px;
}
.article-interview section .profile .img-wrap {
  float: none;
  width: 30.5px;
  margin-top: 0;
  position: relative;
}
.article-interview section .profile .img-wrap img {
  position: absolute;
  left: 0;
  top: 0;
}
.article-interview section .profile .txt-wrap {
  float: none;
  width: 100%;
}
.article-interview section .profile .txt-wrap .name {
  font-size: 14px;
  margin-bottom: 12px;
  padding-left: 38px;
  line-height: 1.4;
}
.article-interview section .profile .txt-wrap .name span {
  font-size: 20px;
}
.article-interview section .profile .txt-wrap .txt2 {
  font-size: 14px;
  text-align: left;
}
.article-interview section header h2 {
  margin-bottom: 23px;
  padding: 0 0 20px 0;
  font-size: 24px;
  background: none;
  line-height: 1.5;
}
.article-interview section header.line3 h2 {
  background: none;
}
.article-interview section p {
  line-height: 1.8;
}
.article-interview section .interview-wrap {
  overflow: hidden;
}
.article-interview section .interview-wrap .img-wrap {
  float: none;
  width: 100%;
}
.article-interview section .interview-wrap .img-wrap .circle {
  width: 70.5px;
  height: 70.5px;
  margin: 0 auto;
}
.article-interview section .interview-wrap .img-wrap p {
  width: 100%;
  margin: 5px auto 0;
  text-align: center;
}
.article-interview section .interview-wrap .img-wrap img {
  overflow: hidden;
  position: absolute;
  top: 8px;
  left: -96%;
  right: -100%;
  margin: auto;
  width: auto;
  height: 88%;
}
.article-interview section .interview-wrap .txt-wrap {
  float: none;
  width: 100%;
  margin-top: 20px;
}
.article-interview section .interview-wrap .txt-wrap p {
  margin-bottom: 36px;
}
.article-interview section .interview-wrap .txt-wrap p:last-child {
  margin-bottom: 0;
}
.article-interview section .img {
  text-align: center;
  margin: 45px auto 50px;
}
.article-interview .summary {
  margin-bottom: 97px;
}  
.article-interview .summary header h2 {
  font-size: 1.25rem;
  background: url(/fileadmin/open/special/newnisa_contents/img/bg_h2.png) repeat;
  background-size: auto auto;
  background-size: 4.5px 9px;
  margin-bottom: 50px;
  padding: 13px 10px 11px;
  line-height: 1.5;
}
.article-interview .summary header h2:after {
  content: none;
}
.article-interview .summary .img-wrap {
  display: none;
}
.article-interview .summary .interview-wrap .txt-wrap {
  margin-top: 0;
}

/* outline
===================================*/

/* header-outline */
.header-outline {
  position: relative;
}
.header-outline h1 {
  padding: 5px 130px 10px 0;
  font-size: 1.5rem;
}
.newnisa_notes {
  padding-right: 130px;
}

.header-outline .img {
  position: absolute;
  right: 0;
}

/* article-outline */
.article-outline .section-outline1 {
  margin-bottom: 50px;
}
.article-outline #section1 {
  margin-bottom: 95px;
}
.article-outline #section2 {
  margin-bottom: 95px;
}
.article-outline #section3 {
}
.article-outline section p {
  line-height: 1.8;
  margin-bottom: 38px;
}
.article-outline .section-outline1 .pagelink-wrap {
  margin-top: 45px;
  padding: 17px 29px 19px 23px;
  border: 1px dotted #999999;
}
.article-outline .section-outline1 .pagelink-wrap .title {
  margin: 0 0 7px 0;
}
.article-outline .section-outline1 .pagelink-wrap ul li a:after {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: '\f079';
  font-family: 'icomoon';
  font-size: 0.813rem;
}
.article-outline section header h2 {
  font-size: 1.25rem;
  background: url(/fileadmin/open/special/newnisa_contents/img/bg_h2.png) repeat;
  background-size: 4.5px 9px;
  padding: 13px 10px 11px;
  line-height: 1.5;
}
.article-outline section h3 {
  margin-bottom: 35px;
  padding: 0 0 5px;
}  
.article-outline section .point {
  margin: 50px 0 45px 0;
  padding: 60px 20px 35px 40px;
}
.article-outline section .point .icon {
  top: -15px;
  width: 126px;
  height: 60px;
}
.article-outline section .point ul {
  font-size: 1.25rem;
}
.article-outline section .point ul li:after {
  top: 7px;
  left: -1em;
  width: 18px;
  height: 18px;
}
/*.article-outline section table {
  border: none;
}
.article-outline section table caption {
  margin-bottom: 22px;
}  
.article-outline section table th {
  width: 100%;
  display: block;
  padding: 10px 15px 9px;
  border-bottom: none;
}
.article-outline section table td {
  width: 100%;
  display: block;
  padding: 10px 15px 9px;
  border-bottom: none;
}
.article-outline section table.width50 th , .article-outline section table.width50 td {
  width: 100%;
}
.article-outline section table tr:last-child td {
  border-bottom: 1px solid #cccccc;
}*/
.article-outline section .note {
  text-align: left;
  font-size: 0.875rem;
  margin-top: 7px;
  padding-left: 1em;
  position: relative;
}

.article-outline section .note .kome {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
}
.article-outline section .img {
  margin-bottom: 38px;
}
.article-outline section .txt-list {
  border: 1px solid #fa8a8a;
  margin: 15px 0;
  padding: 18px 20px 14px 10px;
}

.article-outline section .txt-list2 {
  border: 1px solid #fa8a8a;
  margin: 15px 0;
  padding: 18px 20px 14px 10px;
}

/* footer-outline */
.footer-outline {
  margin: 0 0 100px;
  padding: 18px 20px 20px;
  border: 1px dotted #999999;
}
.footer-outline .title {
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 1.125rem;
}
.footer-outline ul li {
  margin-top: 8px;
}
.footer-outline ul li a {
  padding-left: 28px;
}
.footer-outline ul li a:after {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: '\f078';
  font-family: 'icomoon';
  font-size: 0.813rem;
}
  
/* Q&A
===================================*/
  
/* section-qa */  
.section-qa {
  padding-left: 0;
  padding-right: 0;
}
.section-qa .heading {
  margin-bottom: 0;
  padding: 0;
}
.section-qa .heading p {
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}
.section-qa h1 {
  font-size: 1.625rem;
  line-height: 1.6;
  text-align: left;
  padding: 0;
  margin: 0;
}
.section-qa .container-fluid.container-category {
  background: #ffffff;
  margin-bottom: 70px;
}  
.section-qa .category {
  display: block;
  vertical-align: middle;
  margin: 35px 0 0;
  padding: 45px 0 45px;
}
.section-qa .category .txt1 {
  margin-bottom: 23px;
  line-height: 1.5;
  font-size: 1.125rem;
  text-align: left;
} 
.section-qa .category ul li:nth-child(2) {
  margin: 0 15px;
}
.section-qa .category ul li a {
  background: url(/fileadmin/open/special/newnisa_contents/img/arrow2_sp.png) no-repeat center bottom 10px #fa8a8a;
  background-size: 14px 14px;
  border-radius: 10px;
  line-height: 1.5;
  padding-bottom: 15px;
  font-size: 	0.75rem;
}
.section-qa .category ul li a span {
  font-size: 1.188rem;
}
.section-qa .category ul li a .span2 {
  font-size: 1.25rem;
}
.section-qa .category ul li a:hover {
  background-size: 14px 14px;
}
.section-qa h2 {
  padding-top: 10px;
}  
.section-qa dl {
  line-height: 1.8;
}
.section-qa dl.last {
  margin-bottom: 70px;
}  
.section-qa dl dt {
  background: url(/fileadmin/open/special/newnisa_contents/img/icon_q_sp.png) no-repeat left 15px top 19px #fa8a8a;
  background-size: 24.5px 28px;
  padding: 18px 18px 17px 50px;
}
.section-qa dl dt + dd {
  background: url(/fileadmin/open/special/newnisa_contents/img/icon_a_sp.png) no-repeat left 15px top 20px;
  background-size: 24.5px 25px;
  padding: 18px 18px 17px 50px;
}

/* footer */
.footer-global {
  padding: 12px 0;
}
.footer-global address {
  font-weight: 500;
}
}


/* 追加スタイル */
a.link {
  color: #038ad0;  
}

/* 注釈リスト */
.note_list {
  margin-bottom: 36px;
  list-style: none;
  padding: 0;
  line-height: 1.75;
}
.note_list li {
  padding-left: 1.45em;
  font-size: 0.875rem;
  text-indent: -1.45em;
  color: #666666;
}
.note_list li::before {
  content: "※ ";
}

/* 汎用margin */
.mb0 { margin-bottom: 0 !important;}
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }

.mt0 { margin-top: 0 !important;}
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt70 { margin-top: 70px !important; }
.mt80 { margin-top: 80px !important; }
.mt90 { margin-top: 90px !important; }
.mt100 { margin-top: 100px !important; }


/* テーブル */
.article-outline table {
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: 1px solid #cccccc;
}
.article-outline table .left { text-align: left !important; }
.article-outline table .right { text-align: right !important; }
.article-outline table .center { text-align: center !important; }
.article-outline table .v-middle { vertical-align: middle !important; }
.article-outline table .v-top { vertical-align: top !important; }
.article-outline table .v-bottom { vertical-align: bottom !important; }

.article-outline table caption {
  margin-bottom: 30px;
  padding: 3px 15px;
  border-radius: 30px;
  font-size: 18px;
  color: #ee5a5a;
  font-weight: bold;
  text-align: center;
  background: #f0f0f0;
}
.article-outline table thead {
  border: 1px solid #cccccc;
}
.article-outline .normal_table {
  margin-bottom: 38px;
}
.article-outline .normal_table thead th,
.article-outline .normal_table tbody th {
  padding: 15px;
  border: 1px solid #cccccc;
  font-weight: bold;
}
.article-outline .normal_table thead th {
  color: #fff;
  text-align: center;
  background: #fa8a8a;
}
.article-outline .normal_table tbody th {
  color: #333;
  text-align: left;
  background: #feefef;
}
.article-outline  .normal_table tbody tr:nth-child(even) th {
  background: #fdd7d7;
}
.article-outline .normal_table tbody td {
  padding: 15px;
  border: 1px solid #cccccc;
  color: #333333;
  background: #fff;
}
.article-outline .normal_table tbody tr:nth-child(even) td {
  background: #f1f1f1;
}
.article-outline .normal_table tbody td .subTxt {
  font-size: 0.875rem;
  line-height: 1.75;
}

/* ステップフロー */
ul.stepflow {
	border: none;
	margin: 1em 0.5em;
	padding: 0;
	list-style: none;
}
ul.stepflow > li:before,
ol.stepflow > li:before {
	background-color: #FDD7D7;
}
ul.stepflow > li:last-of-type:before,
ol.stepflow > li:last-of-type:before {
	background-color: transparent !important;
}
.stepflow > li {
    position: relative;
    padding: 0 0 0 1.8em;
    margin-bottom: 0.7em;
}
.stepflow>li:before {
	content: "";
	width: 3px;
	background: #ccc;
	display: block;
	position: absolute;
	top: 28px;
	bottom: 0;
	left: 5px;
}
.stepflow > li > div > * {
  margin-bottom: 20px;
}
.stepflow > li > div > *:last-child {
  margin-bottom: 0 !important;
}

.stepflow-white {
	content: '';
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 3px #FA8A8A;
}
.stepflow-pink {
	content: '';
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 3px #FA8A8A;
	background-color: #FA8A8A;
}
.stepflow_label {
	padding: 3px 0px 8px 0px;
	margin-bottom:8px;
	color: #666;
	font-size: .85em;
	font-weight: bold;
}
.stepflow_title {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom:15px;
}
.stepflow_content {
	margin-top: .5em;
	padding: 0 0 1.5em;
	border-bottom: dashed 1px #ccc;
}

@media screen and (max-width:768px) {
.pc {
display: none;
} 
.tab {
  display: block;
}

/* テーブル */
.article-outline .normal_table {
  font-size: 0.85rem;
}

.article-outline div.scroll_table {
  width: 100%;
  margin-bottom: 36px;
  overflow-x: scroll;
  white-space: nowrap;
}

.article-outline div.scroll_table .normal_table {
  min-width: 540px;
  margin-bottom: 0;
}

.article-outline .normal_table thead th,
.article-outline .normal_table tbody th {
  padding: 10px;
}
.article-outline .normal_table tbody td {
  padding: 10px;
}
}

@media screen and (max-width:575px) {
.pc_tab {
  display: none;
}
.sp {
  display: block;
}
}
