@charset "UTF-8";

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

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

/*---------------------------------
  feat_wash
---------------------------------*/

#nwfb_feature #feat_wash .wash_inner p {
  color: #fff;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfb_feature #feat_wash {
    height: 600px;
    background: url("../img/feature/wash_bg.jpg") no-repeat left center;
    background-size: cover;
    position: relative;
  }
  
  #nwfb_feature #feat_wash .wash_wrap {
    position: absolute;
    top: 50%;
    left: 7.142%;
    transform: translateY(-50%);
  }
  
  #nwfb_feature #feat_wash .wash_inner h2 {
    width: 346px;
    height: 30px;
    margin-bottom: 30px;
    background: url("../img/feature/wash_lead.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwfb_feature #feat_wash .wash_inner p {
    margin-bottom: 20px;
  }
  
  #nwfb_feature #feat_wash .wash_wrap div {
    width: 248px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfb_feature #feat_wash .wash_wrap .wash_inner {
    padding: 40px 15px;
    margin-bottom: 20px;
    background: url("../img/feature/wash_bg_sp.jpg") no-repeat center;
    background-size: cover;
  }
  
  #nwfb_feature #feat_wash .wash_wrap h2 {
    margin-bottom: 20px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
  }
  
  #nwfb_feature #feat_wash .wash_inner p {
    margin-bottom: 60px;
    font-size: 13px;
    line-height: 1.75;
  }
  
  #nwfb_feature #feat_wash .wash_inner div {
    width: 220px;
  }
  
  #nwfb_feature #feat_wash .wash_img {
    padding: 0 15px 40px;
  }
  
  #nwfb_feature #feat_wash .wash_img div {
    margin-bottom: 10px;
  }
  
  #nwfb_feature #feat_wash .wash_img p {
    font-size: 13px;
    line-height: 1.75;
  }
}

/*---------------------------------
  feat_flat
---------------------------------*/

#nwfb_feature #feat_flat .flat_img p {
  line-height: 1.5;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfb_feature #feat_flat {
    height: 600px;
    background: url("../img/feature/flat_bg.jpg") no-repeat left bottom;
    background-size: cover;
    position: relative;
  }
  
  #nwfb_feature #feat_flat .flat_wrap {
    position: absolute;
    top: 50%;
    left: 7.142%;
    transform: translateY(-50%);
  }
  
  #nwfb_feature #feat_flat .flat_wrap p {
    color: #fff;
  }
  
  #nwfb_feature #feat_flat .flat_inner h2 {
    width: 387px;
    height: 30px;
    margin-bottom: 30px;
    background: url("../img/feature/flat_lead.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwfb_feature #feat_flat .flat_inner p {
    margin-bottom: 80px;
  }
  
  #nwfb_feature #feat_flat .flat_img {
    width: 200px;
    padding-left: 15px;
  }
  
  #nwfb_feature #feat_flat .flat_img div {
    margin-bottom: 5px;
  }
  
  #nwfb_feature #feat_flat .flat_img p {
    font-size: 14px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfb_feature #feat_flat .flat_inner {
    padding: 40px 15px 200px;
    margin-bottom: 20px;
    background: url("../img/feature/flat_bg_sp.jpg") no-repeat left bottom;
    background-size: cover;
  }
  
  #nwfb_feature #feat_flat .flat_inner h2 {
    margin-bottom: 20px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
  }
  
  #nwfb_feature #feat_flat .flat_inner p {
    color: #fff;
    font-size: 13px;
    line-height: 1.75;
  }
  
  #nwfb_feature #feat_flat .flat_img {
    padding: 0 15px 40px;
  }
  
  #nwfb_feature #feat_flat .flat_img div {
    margin-bottom: 10px;
  }
  
  #nwfb_feature #feat_flat .flat_img p {
    font-size: 12px;
  }
}

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

#nwfb_feature #feat_panel .panel_inner p {
  color: #fff;
}

#nwfb_feature #feat_panel .panel_box {
  box-sizing: border-box;
  background-color: #fff;
}

#nwfb_feature #feat_panel .panel_box h5 {
  font-weight: bold;
  line-height: 1.5;
}
  
#nwfb_feature #feat_panel .panel_box dl {
  display: flex;
  justify-content: space-between;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfb_feature #feat_panel {
    height: 600px;
    background: url("../img/feature/panel_bg.jpg") no-repeat left center;
    background-size: cover;
    position: relative;
  }
  
  #nwfb_feature #feat_panel .panel_wrap {
    position: absolute;
    top: 50%;
    left: 7.142%;
    transform: translateY(-50%);
  }
  
  #nwfb_feature #feat_panel .panel_inner h2 {
    width: 445px;
    height: 30px;
    margin-bottom: 30px;
    background: url("../img/feature/panel_lead.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwfb_feature #feat_panel .panel_inner p {
    margin-bottom: 20px;
  }
  
  #nwfb_feature #feat_panel .panel_box {
    width: 440px;
    padding: 10px 0 15px
  }
  
  #nwfb_feature #feat_panel .panel_box + .panel_box {
    margin-top: 20px;
  }
  
  #nwfb_feature #feat_panel .panel_box h5 {
    padding-left: 20px;
    margin-bottom: 5px;
  }
  
  #nwfb_feature #feat_panel .panel_box h5 span {
    font-size: 20px;
  }
  
  #nwfb_feature #feat_panel .panel_box dl {
    padding: 0 20px;
  }
  
  #nwfb_feature #feat_panel .panel_box dl dt {
    width: 181px;
  }
  
  #nwfb_feature #feat_panel .panel_box dl dd {
    width: 200px;
    font-size: 14px;
    line-height: 1.571;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfb_feature #feat_panel {
    padding-bottom: 40px;
  }
  
  #nwfb_feature #feat_panel .panel_inner {
    padding: 40px 15px 200px;
    margin-bottom: 20px;
    background: url("../img/feature/panel_bg_sp.jpg") no-repeat center;
    background-size: cover;
  }
  
  #nwfb_feature #feat_panel .panel_inner h2 {
    margin-bottom: 20px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
  }
  
  #nwfb_feature #feat_panel .panel_inner p {
    font-size: 13px;
    line-height: 1.75;
  }
  
  #nwfb_feature #feat_panel .panel_box {
    padding: 0 15px;
  }
  
  #nwfb_feature #feat_panel .panel_box + .panel_box {
    margin-top: 30px;
  }
  
  #nwfb_feature #feat_panel .panel_box h5 {
    margin-bottom: 10px;
    font-size: 14px;
  }
  
  #nwfb_feature #feat_panel .panel_box h5 span {
    font-size: 16px;
  }
  
  #nwfb_feature #feat_panel .panel_box dl dd {
    width: calc( 100% - 180px );
    font-size: 13px;
    line-height: 1.75;
  }
  
  #nwfb_feature #feat_panel .panel_box dl dt {
    width: 160px;
  }
}

/*---------------------------------
  feat_senmai
---------------------------------*/

#nwfb_feature #feat_senmai {
  background-repeat: no-repeat;
  background-size: cover;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfb_feature #feat_senmai {
    height: 600px;
    background-image: url("../img/feature/senmai_bg.jpg");
    background-position: left center;
    position: relative;
  }
  
  #nwfb_feature #feat_senmai .senmai_wrap {
    position: absolute;
    top: 50%;
    left: 7.142%;
    transform: translateY(-50%);
  }
  
  #nwfb_feature #feat_senmai .senmai_wrap h2 {
    width: 363px;
    height: 30px;
    margin-bottom: 30px;
    background: url("../img/feature/senmai_lead.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwfb_feature #feat_senmai .senmai_wrap > p {
    margin-bottom: 35px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  
  #nwfb_feature #feat_senmai {
    padding: 40px 15px 160px;
    background-image: url("../img/feature/senmai_bg_sp.jpg");
    background-position: left top;
  }
  
  #nwfb_feature #feat_senmai .senmai_wrap h2 {
    margin-bottom: 20px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
  }
  
  #nwfb_feature #feat_senmai .senmai_wrap > p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.75;
  }
}

/*---------------------------------
  feat_warm
---------------------------------*/

#nwfb_feature #feat_warm {
  background-repeat: no-repeat;
  background-size: cover;
}

#nwfb_feature #feat_warm .warm_inner dl {
  display: flex;
  font-size: 12px;
  line-height: 1.5;
}

#nwfb_feature #feat_warm .warm_inner dl dt {
  width: 2em;
}

#nwfb_feature #feat_warm .warm_inner dl dd {
  width: calc( 100% - 2em );
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfb_feature #feat_warm {
    height: 550px;
    margin: 75px 0;
    position: relative;
  }
  
  #nwfb_feature #feat_warm .warm_img {
    width: 600px;
    margin-left: -600px;
    position: absolute;
    left: 50%;
    top: 0;
  }
  
  #nwfb_feature #feat_warm .warm_inner {
    width: 430px;
    margin-right: -480px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateY(-50%);
  }
  
  #nwfb_feature #feat_warm .warm_inner h3 {
    width: 133px;
    height: 23px;
    margin-bottom: 50px;
    background: url("../img/feature/warm_title.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwfb_feature #feat_warm .warm_inner h2 {
    width: 421px;
    height: 94px;
    margin-bottom: 42px;
    background: url("../img/feature/warm_lead.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwfb_feature #feat_warm .warm_inner p {
    margin-bottom: 20px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfb_feature #feat_warm {
    padding: 40px 15px;
  }
  
  #nwfb_feature #feat_warm .warm_inner {
    margin-bottom: 30px;
  }
  
  #nwfb_feature #feat_warm .warm_inner h3 {
    margin-bottom: 15px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
  }
  
  #nwfb_feature #feat_warm .warm_inner h2 {
    margin-bottom: 20px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
  }
  
  #nwfb_feature #feat_warm .warm_inner h2 sup {
    margin-left: -10px;
  }
  
  #nwfb_feature #feat_warm .warm_inner p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.75;
  }
}

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

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

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

#nwfb_feature #feat_other .other_wrap .other_table caption {
  margin-bottom: 4px;
  text-align: right;
  line-height: 1;
}

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

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

#nwfb_feature #feat_other .other01 .other_body div {
  max-width: 347px;
  margin: 0 auto;
}

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

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

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

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

#nwfb_feature #feat_other .other04 .other_body p + p {
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfb_feature #feat_other {
    padding: 80px 0 60px;
  }
  
  #nwfb_feature #feat_other .other_title {
    margin-bottom: 65px;
  }
  
  #nwfb_feature #feat_other .other_title h2 {
    width: 198px;
    height: 30px;
    margin: 0 auto;
    background: url("../img/feature/other_title.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwfb_feature #feat_other .other_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    clear: both;
  }
  
  #nwfb_feature #feat_other .other_wrap .other_inner {
    width: 465px;
  }
  
  #nwfb_feature #feat_other .other_wrap .other02 {
    margin-bottom: 60px;
  }
  
  #nwfb_feature #feat_other .other_wrap .other04,
  #nwfb_feature #feat_other .other_wrap .other05,
  #nwfb_feature #feat_other .other_wrap .other06 {
    width: 300px;
    margin-bottom: 40px;
  }
  
  #nwfb_feature #feat_other .other_wrap .other07,
  #nwfb_feature #feat_other .other_wrap .other08,
  #nwfb_feature #feat_other .other_wrap .other09 {
    width: 300px;
    margin-bottom: 60px;
  }
  
  #nwfb_feature #feat_other .other_wrap .other_header {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  
  #nwfb_feature #feat_other .other_wrap .other_header * {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwfb_feature #feat_other .other_wrap .other_header {
    width: 100%;
    margin-bottom: 15px;
  }
  
  #nwfb_feature #feat_other .other01 .other_header {
    height: 108px;
    background-image: url("../img/feature/other01_title.png");
  }
  
  #nwfb_feature #feat_other .other02 .other_header {
    height: 71px;
    background-image: url("../img/feature/other02_title.png");
  }
  
  #nwfb_feature #feat_other .other03 .other_header {
    height: 70px;
    background-image: url("../img/feature/other03_title.png");
  }
  
  #nwfb_feature #feat_other .other04 .other_header {
    height: 50px;
    background-image: url("../img/feature/other04_title.png");
  }
  
  #nwfb_feature #feat_other .other05 .other_header {
    height: 50px;
    background-image: url("../img/feature/other05_title.png");
  }
  
  #nwfb_feature #feat_other .other06 .other_header {
    height: 50px;
    background-image: url("../img/feature/other06_title.png");
  }
  
  #nwfb_feature #feat_other .other07 .other_header {
    height: 50px;
    background-image: url("../img/feature/other07_title.png");
  }
  
  #nwfb_feature #feat_other .other08 .other_header {
    height: 50px;
    background-image: url("../img/feature/other08_title.png");
  }
  
  #nwfb_feature #feat_other .other09 .other_header {
    height: 50px;
    background-image: url("../img/feature/other09_title.png");
  }
  
  #nwfb_feature #feat_other .other_wrap .other_body p {
    font-size: 16px;
    line-height: 1.5;
  }
  
	#nwfb_feature #feat_other .other_wrap .other_table {
    width: 420px;
    margin: 0 auto;
  }
  
	#nwfb_feature #feat_other .other_wrap .other_table caption {
    font-size: 11px;
	}
  
  #nwfb_feature #feat_other .other_wrap .other_table th,
  #nwfb_feature #feat_other .other_wrap .other_table td {
    font-size: 15px;
		line-height: 29px;
  }
  
  #nwfb_feature #feat_other .other01 .other_body p {
    margin-bottom: 10px;
  }
  
  #nwfb_feature #feat_other .other02 .other_body p,
  #nwfb_feature #feat_other .other03 .other_body p {
    margin-bottom: 25px;
  }
  
  #nwfb_feature #feat_other .other_notes {
    font-size: 14px;
    line-height: 1.75;
  }
  
  #nwfb_feature #feat_other .other_notes.notes02-03 {
    margin: 35px 0 65px;
  }
  
  #nwfb_feature #feat_other .other04 .other_body p + p {
    font-size: 14px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfb_feature #feat_other {
    padding: 40px 15px;
  }
  
  #nwfb_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;
  }
  
  #nwfb_feature #feat_other .other_wrap .other01,
  #nwfb_feature #feat_other .other_wrap .other02,
  #nwfb_feature #feat_other .other_wrap .other04,
  #nwfb_feature #feat_other .other_wrap .other05,
  #nwfb_feature #feat_other .other_wrap .other06,
  #nwfb_feature #feat_other .other_wrap .other07,
  #nwfb_feature #feat_other .other_wrap .other08 {
    margin-bottom: 30px;
  }
  
  #nwfb_feature #feat_other .other_wrap .other03 {
    margin-bottom: 20px;
  }
  
  #nwfb_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;
  }
  
  #nwfb_feature #feat_other .other_wrap .other_body p {
    font-size: 13px;
    line-height: 1.75;
  }
  
	#nwfb_feature #feat_other .other_wrap .other_table {
    width: 100%;
	}

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

  #nwfb_feature #feat_other .other01 .other_body p {
    margin-bottom: 15px;
  }
  
  #nwfb_feature #feat_other .other02 .other_body p {
    margin-bottom: 10px;
  }
  
  #nwfb_feature #feat_other .other_notes {
    margin-bottom: 30px;
  }
  
  #nwfb_feature #feat_other .other04 .other_body p + p {
    font-size: 12px;
  }
}