@charset "UTF-8";

/* =================================================================
	feature
================================================================= */

img {
 image-rendering: -webkit-optimize-contrast;
}

/*---------------------------------
  feat_kiwame
---------------------------------*/

#nwfa_feature #feat_kiwame .kiwame_cont {
  background-repeat: repeat;
  background-image: url("../img/feature/bg_pattern.jpg");
  color: #fff;
}

#nwfa_feature #feat_kiwame .kiwame_cont dl {
  display: flex;
}

#nwfa_feature #feat_kiwame .kiwame_cont dl dt {
  width: 2em;
}

#nwfa_feature #feat_kiwame .kiwame_cont dl dd {
  width: calc( 100% - 2em );
}

#nwfa_feature #feat_kiwame .kiwame_img {
  background-image: url("../img/feature/kiwame_img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfa_feature #feat_kiwame {
    display: flex;
    align-content: stretch;
    align-items: stretch;
    height: 650px;
  }
  
  #nwfa_feature #feat_kiwame .kiwame_cont {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    min-width: 550px;
    width: 39.29%;
    background-position: left top;
    background-size: 150px auto;
  }
  
  #nwfa_feature #feat_kiwame .kiwame_cont .kiwame_inner {
    width: 448px;
  }
  
  #nwfa_feature #feat_kiwame .kiwame_cont h3 {
    width: 140px;
    height: 35px;
    margin-bottom: 30px;
    background: url("../img/feature/kiwame_lead.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwfa_feature #feat_kiwame .kiwame_cont h2 {
    width: 443px;
    height: 98px;
    margin-bottom: 35px;
    background: url("../img/feature/kiwame_title.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwfa_feature #feat_kiwame .kiwame_cont p {
    margin-bottom: 40px;
  }
  
  #nwfa_feature #feat_kiwame .kiwame_cont dl {
    font-size: 14px;
    line-height: 1.5;
  }
  
  #nwfa_feature #feat_kiwame .kiwame_img {
    width: 60.71%;
    background-position: left bottom;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfa_feature #feat_kiwame .kiwame_cont {
    padding: 40px 15px;
    background-position: center top;
    background-size: 100px auto;
  }
  
  #nwfa_feature #feat_kiwame .kiwame_cont h3 {
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 2px solid #fff;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
  }
  
  #nwfa_feature #feat_kiwame .kiwame_cont h2 {
    margin-bottom: 20px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
  }
  
  #nwfa_feature #feat_kiwame .kiwame_cont p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.75;
  }
  
  #nwfa_feature #feat_kiwame .kiwame_img {
    height: 75vw;
  }
}

/*---------------------------------
  feat_panel
---------------------------------*/

#nwfa_feature #feat_panel .panel_cont {
  background-repeat: repeat;
  background-image: url("../img/feature/bg_pattern.jpg");
  color: #fff;
}

#nwfa_feature #feat_panel .panel_img {
  background-image: url("../img/feature/panel_img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
}

#nwfa_feature #feat_panel .panel_img h2 {
  position: absolute;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfa_feature #feat_panel {
    display: flex;
    align-content: stretch;
    align-items: stretch;
    height: 650px;
  }
  
  #nwfa_feature #feat_panel .panel_cont {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    min-width: 550px;
    width: 39.29%;
    background-position: left top;
    background-size: 150px auto;
  }
  
  #nwfa_feature #feat_panel .panel_cont .panel_inner {
    width: 448px;
    padding: 0 64px;
    box-sizing: border-box;
  }
  
  #nwfa_feature #feat_panel .panel_cont .panel_inner figure {
    margin-bottom: 20px;
  }
  
  #nwfa_feature #feat_panel .panel_cont .panel_inner p {
    font-size: 14px;
    line-height: 24px;
  }
  
  #nwfa_feature #feat_panel .panel_img {
    width: 60.71%;
    background-position: center bottom;
  }
  
  #nwfa_feature #feat_panel .panel_img h2 {
    width: 354px;
    height: 97px;
    background: url("../img/feature/panel_title.png") no-repeat center;
    background-size: contain;
    top: 80px;
    left: 50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfa_feature #feat_panel .panel_cont {
    padding: 40px 15px;
    background-position: center top;
    background-size: 100px auto;
  }
  
  #nwfa_feature #feat_panel .panel_cont .panel_inner {
    max-width: 500px;
    margin: 0 auto;
  }
  
  #nwfa_feature #feat_panel .panel_cont .panel_inner figure {
    margin-bottom: 15px;
  }
  
  #nwfa_feature #feat_panel .panel_img {
    height: 75vw;
  }
  
  #nwfa_feature #feat_panel .panel_img h2 {
    top: 30px;
    left: 15px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
  }
}

/*---------------------------------
  feat_usability
---------------------------------*/

#nwfa_feature #feat_usability .usability_cont {
  background-repeat: repeat;
  background-image: url("../img/feature/bg_pattern.jpg");
  color: #fff;
}

#nwfa_feature #feat_usability .usability_cont .usability_box {
  display: flex;
  justify-content: space-between;
}

#nwfa_feature #feat_usability .usability_cont .usability_box dl {
  display: flex;
  flex-wrap: wrap;
}

#nwfa_feature #feat_usability .usability_cont .usability_box dl dt {
  width: 2em;
}

#nwfa_feature #feat_usability .usability_cont .usability_box dl dd {
  width: calc( 100% - 2em );
}

#nwfa_feature #feat_usability .usability_img {
  background-image: url("../img/feature/usability_img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
}

#nwfa_feature #feat_usability .usability_img h2 {
  position: absolute;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfa_feature #feat_usability {
    display: flex;
    align-content: stretch;
    align-items: stretch;
    flex-direction: row-reverse;
    height: 650px;
  }
  
  #nwfa_feature #feat_usability .usability_cont {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    min-width: 550px;
    width: 39.29%;
    background-position: left top;
    background-size: 150px auto;
  }
  
  #nwfa_feature #feat_usability .usability_cont .usability_inner {
    width: 424px;
    padding-left: 10px;
  }
  
  #nwfa_feature #feat_usability .usability_cont .usability_box:first-child {
    margin-bottom: 30px;
  }
  
  #nwfa_feature #feat_usability .usability_cont .usability_box div {
    width: 240px;
  }
  
  #nwfa_feature #feat_usability .usability_cont .usability_box h3 {
    height: 53px;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwfa_feature #feat_usability .usability_cont .usability_box01 h3 {
    width: 233px;
    background-image: url("../img/feature/usability_title01.png");
  }
  
  #nwfa_feature #feat_usability .usability_cont .usability_box02 h3 {
    width: 229px;
    background-image: url("../img/feature/usability_title02.png");
  }
  
  #nwfa_feature #feat_usability .usability_cont .usability_box p {
    font-size: 14px;
    line-height: 24px;
  }
  
  #nwfa_feature #feat_usability .usability_cont .usability_box dl {
    padding-top: 15px;
    font-size: 12px;
    line-height: 16px;
  }
  
  #nwfa_feature #feat_usability .usability_cont .usability_box figure {
    width: 167px;
    box-sizing: border-box;
  }
  
  #nwfa_feature #feat_usability .usability_cont .usability_box:first-child figure {
    padding-right: 7px;
  }
  
  #nwfa_feature #feat_usability .usability_img {
    width: 60.71%;
    background-position: center top;
  }
  
  #nwfa_feature #feat_usability .usability_img h2 {
    width: 322px;
    height: 97px;
    background: url("../img/feature/usability_title.png") no-repeat center;
    background-size: contain;
    bottom: 50px;
    right: 50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfa_feature #feat_usability .usability_cont {
    padding: 40px 15px;
    background-position: center top;
    background-size: 100px auto;
  }
  
  #nwfa_feature #feat_usability .usability_cont .usability_inner {
    max-width: 500px;
    margin: 0 auto;
  }
  
  #nwfa_feature #feat_usability .usability_cont .usability_box:first-child {
    margin-bottom: 30px;
  }
  
  #nwfa_feature #feat_usability .usability_cont .usability_box div {
    width: calc( 100% - 155px);
  }
  
  #nwfa_feature #feat_usability .usability_cont .usability_box h3 {
    margin-bottom: 15px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
  }
  
  #nwfa_feature #feat_usability .usability_cont .usability_box p {
    font-size: 13px;
    line-height: 1.75;
  }
  
  #nwfa_feature #feat_usability .usability_cont .usability_box dl {
    padding-top: 10px;
  }
  
  #nwfa_feature #feat_usability .usability_cont .usability_box figure {
    width: 140px;
  }
  
  #nwfa_feature #feat_usability .usability_img {
    height: 75vw;
  }
  
  #nwfa_feature #feat_usability .usability_img h2 {
    bottom: 30px;
    right: 15px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
  }
}

/*---------------------------------
  feat_other
---------------------------------*/

#nwfa_feature #feat_other {
  background: url("../img/feature/other_bg.jpg") no-repeat center top;
  background-size: cover;
}

#nwfa_feature #feat_other .other_wrap .other_table {
  border-collapse: collapse;
}

#nwfa_feature #feat_other .other_wrap .other_table caption {
  text-align: right;
  line-height: 1;
}

#nwfa_feature #feat_other .other_wrap .other_table th,
#nwfa_feature #feat_other .other_wrap .other_table td {
  border: solid 1px #e5e5e5;
  background-color: #fff;
  text-align: center;
  font-weight: normal;
}

#nwfa_feature #feat_other .other_wrap .other_table th {
  background-color: #807979;
  color: #fff;
}
  
#nwfa_feature #feat_other .other_wrap .other_table th.th_red {
  background-color: #82273c;
}

#nwfa_feature #feat_other .other05 .other_body {
  display: flex;
  justify-content: space-between;
}

#nwfa_feature #feat_other .other_notes {
  display: flex;
  flex-wrap: wrap;
}

#nwfa_feature #feat_other .other_notes dt {
  width: 2em;
  white-space: nowrap;
}

#nwfa_feature #feat_other .other_notes dd {
  width: calc( 100% - 2em );
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfa_feature #feat_other {
    padding: 80px 0 100px;
  }
  
  #nwfa_feature #feat_other .other_title h2 {
    width: 198px;
    height: 30px;
    margin: 0 auto 60px;
    background: url("../img/feature/other_title.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwfa_feature #feat_other .other_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    clear: both;
  }
  
  #nwfa_feature #feat_other .other_wrap .other_inner {
    width: 465px;
  }
  
  #nwfa_feature #feat_other .other_wrap .other02 {
    margin-bottom: 50px;
  }
  
  #nwfa_feature #feat_other .other_wrap .other04,
  #nwfa_feature #feat_other .other_wrap .other05,
  #nwfa_feature #feat_other .other_wrap .other06,
  #nwfa_feature #feat_other .other_wrap .other07,
  #nwfa_feature #feat_other .other_wrap .other08,
  #nwfa_feature #feat_other .other_wrap .other09,
  #nwfa_feature #feat_other .other_wrap .other10,
  #nwfa_feature #feat_other .other_wrap .other11,
  #nwfa_feature #feat_other .other_wrap .other12 {
    width: 300px;
    margin-bottom: 35px;
  }
  
  #nwfa_feature #feat_other .other_wrap .other_header {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  
  #nwfa_feature #feat_other .other_wrap .other_header * {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwfa_feature #feat_other .other_wrap .other_header {
    width: 100%;
    margin-bottom: 15px;
  }
  
  #nwfa_feature #feat_other .other01 .other_header {
    height: 114px;
    background-image: url("../img/feature/other01_title.png");
  }
  
  #nwfa_feature #feat_other .other02 .other_header {
    height: 77px;
    background-image: url("../img/feature/other02_title.png");
  }
  
  #nwfa_feature #feat_other .other03 .other_header {
    height: 77px;
    background-image: url("../img/feature/other03_title.png");
  }
  
  #nwfa_feature #feat_other .other04 .other_header {
    height: 125px;
    background-image: url("../img/feature/other04_title.png");
  }
  
  #nwfa_feature #feat_other .other05 .other_header {
    height: 125px;
    background-image: url("../img/feature/other05_title.png");
  }
  
  #nwfa_feature #feat_other .other06 .other_header {
    height: 93px;
    background-image: url("../img/feature/other06_title.png");
  }
  
  #nwfa_feature #feat_other .other07 .other_header {
    height: 93px;
    background-image: url("../img/feature/other07_title.png");
  }
  
  #nwfa_feature #feat_other .other08 .other_header {
    height: 93px;
    background-image: url("../img/feature/other08_title.png");
  }
  
  #nwfa_feature #feat_other .other09 .other_header {
    height: 93px;
    background-image: url("../img/feature/other09_title.png");
  }
  
  #nwfa_feature #feat_other .other10 .other_header {
    height: 93px;
    background-image: url("../img/feature/other10_title.png");
  }
  
  #nwfa_feature #feat_other .other11 .other_header {
    height: 93px;
    background-image: url("../img/feature/other11_title.png");
  }
  
  #nwfa_feature #feat_other .other12 .other_header {
    height: 93px;
    background-image: url("../img/feature/other12_title.png");
  }
  
  #nwfa_feature #feat_other .other05 .other_body p {
    width: 12.8em;
  }

  #nwfa_feature #feat_other .other05 .other_body div {
    width: 80px;
  }
  
  #nwfa_feature #feat_other .other_wrap .other_body p {
    font-size: 16px;
    line-height: 1.5;
  }
  
	#nwfa_feature #feat_other .other_wrap .other_table {
    width: 410px;
    margin: 0 auto;
  }
  
	#nwfa_feature #feat_other .other_wrap .other_table caption {
		margin-bottom: 4px;
    font-size: 14px;
	}
  
  #nwfa_feature #feat_other .other_wrap .other_table th,
  #nwfa_feature #feat_other .other_wrap .other_table td {
		line-height: 29px;
  }
  
	#nwfa_feature #feat_other .other_wrap .other_table th {
    width: 120px;
	}
  
  #nwfa_feature #feat_other .other_wrap .other_table td {
    width: 145px;
  }
  
  #nwfa_feature #feat_other .other01 .other_body p {
    margin-bottom: 5px;
  }
  
  #nwfa_feature #feat_other .other02 .other_body p,
  #nwfa_feature #feat_other .other03 .other_body p {
    margin-bottom: 25px;
  }
  
  #nwfa_feature #feat_other .other_notes {
    font-size: 14px;
    line-height: 1.75;
  }
  
  #nwfa_feature #feat_other .other_notes.notes02-03 {
    padding: 0 15px;
    margin-top: 10px;
    margin-bottom: 65px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfa_feature #feat_other {
    padding: 40px 15px;
  }
  
  #nwfa_feature #feat_other .other_title h2 {
    margin-bottom: 20px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
  }
  
  #nwfa_feature #feat_other .other_wrap .other01,
  #nwfa_feature #feat_other .other_wrap .other02,
  #nwfa_feature #feat_other .other_wrap .other04,
  #nwfa_feature #feat_other .other_wrap .other05,
  #nwfa_feature #feat_other .other_wrap .other06,
  #nwfa_feature #feat_other .other_wrap .other07,
  #nwfa_feature #feat_other .other_wrap .other08,
  #nwfa_feature #feat_other .other_wrap .other09,
  #nwfa_feature #feat_other .other_wrap .other10,
  #nwfa_feature #feat_other .other_wrap .other11 {
    margin-bottom: 30px;
  }
  
  #nwfa_feature #feat_other .other_wrap .other03 {
    margin-bottom: 20px;
  }
  
  #nwfa_feature #feat_other .other_wrap .other_header h4 {
    margin-bottom: 10px;
    border: 1px solid #222;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
  }
  
  #nwfa_feature #feat_other .other_wrap .other_header h3 {
    margin-bottom: 10px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
  }
  
  #nwfa_feature #feat_other .other_wrap .other_body p {
    font-size: 13px;
    line-height: 1.75;
  }
  
	#nwfa_feature #feat_other .other_wrap .other_table {
    width: 100%;
	}

	#nwfa_feature #feat_other .other_wrap .other_table th,
	#nwfa_feature #feat_other .other_wrap .other_table td {
		font-size: 12px;
		line-height: 22px;
	}

  #nwfa_feature #feat_other .other01 .other_body p {
    margin-bottom: 15px;
  }
  
  #nwfa_feature #feat_other .other01 .other_body div {
    max-width: 465px;
    margin: 0 auto;
  }
  
  #nwfa_feature #feat_other .other02 .other_body p {
    margin-bottom: 10px;
  }
  
  #nwfa_feature #feat_other .other05 .other_body {
    margin-bottom: 20px;
  }
  
  #nwfa_feature #feat_other .other05 .other_body p {
    width: calc( 100% - 130px );
  }

  #nwfa_feature #feat_other .other05 .other_body div {
    width: 120px;
  }
  
  #nwfa_feature #feat_other .other_notes {
    margin-bottom: 30px;
  }
}