@charset "UTF-8";

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

img {
  width: 100%;
 image-rendering: -webkit-optimize-contrast;
}

/*---------------------------------
  feature_visual
---------------------------------*/
#feature_visual{
  position: relative;
}
#feature_visual .feature_visual_lead{
  position: absolute;
  content: "";
}
/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #feature_visual{
    min-height: 600px;
    background: url(../img/feature/visual_bg.jpg) no-repeat center / cover;
  }
  #feature_visual .feature_visual_lead{
    left: 62px;
    bottom: 62px;
    width: 458px;
    height: 98px;
    background: url(../img/feature/visual_lead.png) no-repeat center / contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #feature_visual{
    min-height: 500px;
    background: url(../img/feature/visual_bg_sp.jpg) no-repeat center / cover;
  }
  
  #feature_visual .feature_visual_lead{
    left: 20px;
    bottom: 20px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    line-height: 1.5;
  }
}


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

#nwut_feature #feat_wash {
  background: #eeeeee;
}

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

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwut_feature #feat_wash {
    min-height: 600px;
    padding-bottom: 55px;
  }

  #nwut_feature #feat_wash .wash_contant{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #nwut_feature #feat_wash .wash_contant .wash_txtbox{
    width: 40%
  }
  #nwut_feature #feat_wash .wash_contant .wash_txtbox .wash_lead{
    width: 352px;
    height: 32px;
    margin-bottom: 45px;
    background: url(../img/feature/wash_lead.png) no-repeat center / contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  #nwut_feature #feat_wash .wash_contant .wash_img{
    width: 53%;
    margin-top: -55px;
    margin-right: -27px;
  }

  #nwut_feature #feat_wash .flat_content{
    margin-top: 50px;
  }

  #nwut_feature #feat_wash .flat_content .flat_lead{
    width: 387px;
    height: 31px;
    margin: 0 auto 41px;
    background: url(../img/feature/flat_lead.png) no-repeat center / contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  #nwut_feature #feat_wash .flat_content .flat_txt{
    text-align: center;
  }

  #nwut_feature #feat_wash .flat_content .flat_img{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  #nwut_feature #feat_wash .flat_content .flat_img li{
    width: 49%;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwut_feature #feat_wash{
    padding-bottom: 40px;
  }
  #nwut_feature #feat_wash .wash_contant{
    padding: 40px 15px 400px;
    background: url(../img/feature/wash_img.png) #eee no-repeat right 10px bottom 40px;
    background-size: 310px auto;
  }
  #nwut_feature #feat_wash .wash_contant .wash_txtbox .wash_lead{
    margin-bottom: 20px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
  }
  #nwut_feature #feat_wash .wash_contant .wash_txtbox .wash_txt{
    font-size: 13px;
    line-height: 1.75;
  }
  #nwut_feature #feat_wash .flat_content .flat_lead{
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
  }
  #nwut_feature #feat_wash .flat_content .flat_txt{
    text-align: center;
    font-size: 13px;
    line-height: 1.75;
  }
  #nwut_feature #feat_wash .flat_content .flat_img{
    width: 92%;
    margin: 20px auto 0;
  }
  #nwut_feature #feat_wash .flat_content .flat_img li + li{
    margin-top: 15px;
  }
}


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

#nwut_feature #feat_flat {
}

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

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwut_feature #feat_flat {
    height: 600px;
    background: #6a6a6a;
    background: -moz-linear-gradient(top, #6a6a6a 0%, #bbbbbb 100%);
    background: -webkit-linear-gradient(top, #6a6a6a 0%,#bbbbbb 100%);
    background: linear-gradient(to bottom, #6a6a6a 0%,#bbbbbb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6a6a', endColorstr='#bbbbbb',GradientType=0 );
  }
  
  #nwut_feature #feat_flat .flat_wrap {
    height: 600px;
    background: url("../img/feature/flat_bg.png") no-repeat center;
    background-size: 1400px auto;
    position: relative;
  }
  
  #nwut_feature #feat_flat .flat_wrap p {
    color: #fff;
  }
  
  #nwut_feature #feat_flat .flat_inner {
    position: absolute;
    top: 50%;
    left: 7.142%;
    transform: translateY(-50%);
  }
  
  #nwut_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;
  }
  
  #nwut_feature #feat_flat .flat_inner > p {
    margin-bottom: 45px;
  }
  
  #nwut_feature #feat_flat .flat_img {
    width: 232px;
    padding-left: 15px;
  }
  
  #nwut_feature #feat_flat .flat_img div {
    margin-bottom: 5px;
  }
  
  #nwut_feature #feat_flat .flat_img p {
    font-size: 14px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwut_feature #feat_flat .flat_wrap {
    background: #6a6a6a;
    background: -moz-linear-gradient(top, #6a6a6a 0%, #bbbbbb 100%);
    background: -webkit-linear-gradient(top, #6a6a6a 0%,#bbbbbb 100%);
    background: linear-gradient(to bottom, #6a6a6a 0%,#bbbbbb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6a6a', endColorstr='#bbbbbb',GradientType=0 );
  }
  
  #nwut_feature #feat_flat .flat_inner {
    padding: 40px 15px 170px;
    margin-bottom: 20px;
    background: url("../img/feature/flat_bg_sp.png") no-repeat right top;
    background-size: 330px auto;
  }
  
  #nwut_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;
  }
  
  #nwut_feature #feat_flat .flat_inner p {
    color: #fff;
    font-size: 13px;
    line-height: 1.75;
  }
  
  #nwut_feature #feat_flat .flat_img {
    padding: 0 15px 40px;
  }
  
  #nwut_feature #feat_flat .flat_img div {
    margin-bottom: 10px;
  }
  
  #nwut_feature #feat_flat .flat_img p {
    font-size: 12px;
  }
}

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

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

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

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

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

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwut_feature #feat_warm {
    height: 550px;
    margin: 100px 0;
    position: relative;
  }
  
  #nwut_feature #feat_warm .warm_img {
    width: 500px;
    margin-left: -550px;
    position: absolute;
    left: 50%;
    top: 0;
  }
  
  #nwut_feature #feat_warm .warm_inner {
    width: 416px;
    margin-right: -464px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateY(-50%);
  }
  
  #nwut_feature #feat_warm .warm_inner h3 {
    width: 175px;
    height: 27px;
    margin-bottom: 55px;
    background: url(../img/feature/warm_title.png) no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwut_feature #feat_warm .warm_inner h2 {
    width: 414px;
    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;
  }
  
  #nwut_feature #feat_warm .warm_inner p {
    margin-bottom: 20px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwut_feature #feat_warm {
    padding: 40px 15px;
  }
  
  #nwut_feature #feat_warm .warm_inner {
    margin-bottom: 30px;
  }
  
  #nwut_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;
  }
  
  #nwut_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;
  }
  
  #nwut_feature #feat_warm .warm_inner h2 sup {
    margin-left: -10px;
  }
  
  #nwut_feature #feat_warm .warm_inner p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.75;
  }
}

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

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

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

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

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

#nwut_feature #feat_other .other_wrap .other_table th {
  background-color: #807979;
  color: #fff;
}
  
#nwut_feature #feat_other .other_wrap .other_table th.th_yel {
  width: 70%;
  background-color: #a47c00;
}

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

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

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

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

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

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

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

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

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