@charset "UTF-8";

/* =================================================================
	nwfb_enbu
================================================================= */

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

/*---------------------------------
  enbu_visual
---------------------------------*/

#nwfb_enbu #enbu_visual {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

#nwfb_enbu #enbu_visual::after {
  content: "";
  display: block;
  clear: both;
}

#nwfb_enbu #enbu_visual .visual_lead {
  background: url("../img/enbudaki/visual_lead.png") no-repeat center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#nwfb_enbu #enbu_visual .visual_logo {
  background: url("../img/enbudaki/visual_logo.png") no-repeat center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#nwfb_enbu #enbu_visual .visual_notes {
  text-align: center;
  color: #fff;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfb_enbu #enbu_visual {
    height: 750px;
    background-image: url("../img/enbudaki/visual_bg.jpg");
  }
  
  #nwfb_enbu #enbu_visual .visual_lead {
    width: 518px;
    height: 44px;
    margin-right: -473px;
    position: absolute;
    top: 100px;
    right: 50%;
  }

  #nwfb_enbu #enbu_visual .visual_logo {
    width: 438px;
    height: 184px;
    margin-right: -439px;
    position: absolute;
    top: 232px;
    right: 50%;
  }
  
  #nwfb_enbu #enbu_visual .visual_text {
    width: 609px;
    height: 151px;
    margin-right: -515px;
    background: url("../img/enbudaki/visual_text.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 472px;
    right: 50%;
  }
  
  #nwfb_enbu #enbu_visual .visual_notes {
    margin-right: -297px;
    position: absolute;
    right: 50%;
    top: 164px;
    font-size: 14px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfb_enbu #enbu_visual {
    height: 460px;
    padding: 50px 0;
    box-sizing: border-box;
    background-image: url("../img/enbudaki/visual_bg_sp.jpg");
  }
  
  #nwfb_enbu #enbu_visual .visual_lead {
    width: 240px;
    height: 20px;
    margin: 0 auto 15px;
  }

  #nwfb_enbu #enbu_visual .visual_logo {
    width: 260px;
    height: 109px;
    margin: 0 auto 20px;
  }
  
  #nwfb_enbu #enbu_visual .visual_text p {
    padding: 0 15px;
    margin-bottom: 20px;
    font-family: 'Noto Serif Japanese', serif;
    font-size: 13px;
    line-height: 2;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
  }
  
  #nwfb_enbu #enbu_visual .visual_notes {
    margin-bottom: 20px;
    text-shadow: 0px 0px 5px #000;
  }
}

/*---------------------------------
  enbu_title
---------------------------------*/

#nwfb_enbu #enbu_title {
  position: relative;
}

#nwfb_enbu #enbu_title .title_lead {
  background: url("../img/enbudaki/title_lead.png") no-repeat center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#nwfb_enbu #enbu_title .title_logo {
  background: url("../img/enbudaki/title_logo.png") no-repeat center;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
  
/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfb_enbu #enbu_title {
    height: 767px;
  }
  
  #nwfb_enbu #enbu_title .title_lead {
    width: 469px;
    height: 103px;
    margin-left: -525px;
    position: absolute;
    left: 50%;
    top: 179px;
  }
  
  #nwfb_enbu #enbu_title .title_logo {
    width: 486px;
    height: 147px;
    margin-left: -565px;
    position: absolute;
    left: 50%;
    top: 324px;
  }
  
  #nwfb_enbu #enbu_title .title_img {
    width: 1081px;
    margin-right: -890px;
    position: absolute;
    right: 50%;
    top: -13px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfb_enbu #enbu_title {
    padding-top: 40px;
  }
  
  #nwfb_enbu #enbu_title .title_lead {
    width: 280px;
    height: 61px;
    margin: 0 auto 30px;
  }
  
  #nwfb_enbu #enbu_title .title_logo {
    width: 280px;
    height: 85px;
    margin: 0 auto;
  }
  
  #nwfb_enbu #enbu_title .title_img {
    width: 100%;
    margin: 0 auto;
  }
}

/*---------------------------------
  enbu_rotation
---------------------------------*/

#nwfb_enbu #enbu_rotation {
  position: relative;
  z-index: 10;
}

#nwfb_enbu #enbu_rotation .rotation_body .rotation_sec_header {
  border-bottom: 2px solid #fff;
  font-weight: bold;
  text-align: center;
}

#nwfb_enbu #enbu_rotation .rotation_body .rotation_sec1 {
  background-color: #eee;
  position: relative;
}

#nwfb_enbu #enbu_rotation .rotation_body .rotation_sec1::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  position: absolute;
}

#nwfb_enbu #enbu_rotation .rotation_body .rotation_sec1 .rotation_sec_body p {
  line-height: 1.5;
}

#nwfb_enbu #enbu_rotation .rotation_body .rotation_sec1 .rotation_sec_body div {
  margin: 0 auto;
}

#nwfb_enbu #enbu_rotation .rotation_body .rotation_sec2 {
  background-color: #f8efef;
}

#nwfb_enbu #enbu_rotation .rotation_body .rotation_sec2 dl dt {
  width: 173px;
}

#nwfb_enbu #enbu_rotation .rotation_body .rotation_sec2 dl dd {
  line-height: 1.5;
}

#nwfb_enbu #enbu_rotation .rotation_body .rotation_sec2 .rotation_sec_body div {
  margin: 0 auto;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfb_enbu #enbu_rotation {
    padding-bottom: 75px;
  }
  
  #nwfb_enbu #enbu_rotation .rotation_text h3 {
    width: 250px;
    margin-bottom: 30px;
  }
  
  #nwfb_enbu #enbu_rotation .rotation_text h2 {
    width: 567px;
    height: 76px;
    margin-bottom: 43px;
    background: url("../img/enbudaki/rotation_title.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwfb_enbu #enbu_rotation .rotation_img {
    display: flex;
    justify-content: space-between;
    margin-bottom: 27px;
  }
  
  #nwfb_enbu #enbu_rotation .rotation_img div:first-child {
    width: 345px;
    margin-left: -17px;
  }
  
  #nwfb_enbu #enbu_rotation .rotation_img div:nth-child(2) {
    width: 603px;
  }
  
  #nwfb_enbu #enbu_rotation .rotation_notes {
    font-size: 14px;
    line-height: 20px;
  }
  
  #nwfb_enbu #enbu_rotation .rotation_body {
    display: flex;
    justify-content: space-between;
    margin-bottom: 27px;
  }
  
  #nwfb_enbu #enbu_rotation .rotation_body .rotation_sec_header {
    font-size: 20px;
    line-height: 50px;
  }
  
  #nwfb_enbu #enbu_rotation .rotation_body .rotation_sec_body {
    padding-bottom: 27px;
  }
  
  /* ---------- rotation_sec1 ---------- */
  
  #nwfb_enbu #enbu_rotation .rotation_body .rotation_sec1 {
    width: 350px;
  }
  
  #nwfb_enbu #enbu_rotation .rotation_body .rotation_sec1::after {
    border-width: 18px 0 18px 23px;
    border-color: transparent transparent transparent #991c1c;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
  }
  
  #nwfb_enbu #enbu_rotation .rotation_body .rotation_sec1 .rotation_sec_body p {
    padding: 27px 25px;
    font-size: 16px;
  }
  
  #nwfb_enbu #enbu_rotation .rotation_body .rotation_sec1 .rotation_sec_body div {
    width: 317px;
  }
  
  /* ---------- rotation_sec2 ---------- */
  
  #nwfb_enbu #enbu_rotation .rotation_body .rotation_sec2 {
    width: 560px;
  }
  
  #nwfb_enbu #enbu_rotation .rotation_body .rotation_sec2 dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 27px 25px;
  }
  
  #nwfb_enbu #enbu_rotation .rotation_body .rotation_sec2 dl dd {
    width: 305px;
    font-size: 16px;
  }
  
  #nwfb_enbu #enbu_rotation .rotation_body .rotation_sec2 .rotation_sec_body div {
    width: 410px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfb_enbu #enbu_rotation {
    padding: 0 15px 40px;
  }
  
  #nwfb_enbu #enbu_rotation .rotation_text h3 {
    width: 165px;
    margin-bottom: 20px;
  }
  
  #nwfb_enbu #enbu_rotation .rotation_text h2 {
    margin-bottom: 10px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
  }
  
  #nwfb_enbu #enbu_rotation .rotation_text h2 span {
    color: #7e1c1d;
  }
  
  #nwfb_enbu #enbu_rotation .rotation_img {
    margin-bottom: 30px;
  }
  
  #nwfb_enbu #enbu_rotation .rotation_img div:first-child {
    width: 300px;
    margin: 0 auto 20px;
  }
  
  #nwfb_enbu #enbu_rotation .rotation_img div:nth-child(2) {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  
  #nwfb_enbu #enbu_rotation .rotation_notes {
    font-size: 12px;
    line-height: 1.5;
  }
  
  #nwfb_enbu #enbu_rotation .rotation_body {
    margin-bottom: 15px;
  }
  
  #nwfb_enbu #enbu_rotation .rotation_body .rotation_sec_header {
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  
  #nwfb_enbu #enbu_rotation .rotation_body .rotation_sec_body {
    padding: 15px 15px 20px;
  }
  
  /* ---------- rotation_sec1 ---------- */
  
  #nwfb_enbu #enbu_rotation .rotation_body .rotation_sec1 {
    margin-bottom: 45px;
  }
  
  #nwfb_enbu #enbu_rotation .rotation_body .rotation_sec1::after {
    border-width: 15px 10px 0 10px;
    border-color: #991c1c transparent transparent transparent;
    left: 0;
    right: 0;
    bottom: -30px;
  }
  
  #nwfb_enbu #enbu_rotation .rotation_body .rotation_sec1 .rotation_sec_body p {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.75;
  }
  
  #nwfb_enbu #enbu_rotation .rotation_body .rotation_sec1 .rotation_sec_body div {
    width: 300px;
  }
  
  /* ---------- rotation_sec2 ---------- */
  
  #nwfb_enbu #enbu_rotation .rotation_body .rotation_sec2 dl dd {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.75;
  }
  
  #nwfb_enbu #enbu_rotation .rotation_body .rotation_sec2 dl dt {
    margin: 0 auto 20px;
  }
  
  #nwfb_enbu #enbu_rotation .rotation_body .rotation_sec2 .rotation_sec_body div {
    width: 300px;
  }
}

/*---------------------------------
  enbu_sensor
---------------------------------*/

#nwfb_enbu #enbu_sensor {
  background-color: #010101;
}

#nwfb_enbu #enbu_sensor .sensor_text {
  color: #fff;
}

/* ----- PC表示 -----*/
@media print, screen and (min-width: 769px) {
  #nwfb_enbu #enbu_sensor {
    padding: 60px 0 70px;
  }
  
  #nwfb_enbu #enbu_sensor .sensor_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  
  #nwfb_enbu #enbu_sensor .sensor_text {
    width: 450px;
  }
  
  #nwfb_enbu #enbu_sensor .sensor_text h3 {
    width: 450px;
    margin-bottom: 30px;
  }
  
  #nwfb_enbu #enbu_sensor .sensor_text h2 {
    width: 545px;
    height: 76px;
    margin-bottom: 30px;
    background: url("../img/enbudaki/sensor_title.png") no-repeat center;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  
  #nwfb_enbu #enbu_sensor .sensor_text p {
    width: 545px;
    font-size: 16px;
    line-height: 1.875;
  }
  
  #nwfb_enbu #enbu_sensor .sensor_img {
    width: 375px;
  }
}

/* ----- SP表示 -----*/
@media screen and (max-width: 768px) {
  #nwfb_enbu #enbu_sensor {
    padding: 40px 15px;
  }
  
  #nwfb_enbu #enbu_sensor .sensor_text h3 {
    width: 300px;
    margin-bottom: 20px;
  }
  
  #nwfb_enbu #enbu_sensor .sensor_text h2 {
    margin-bottom: 20px;
    font-family: 'Noto Serif Japanese', serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
  }
  
  #nwfb_enbu #enbu_sensor .sensor_text p {
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 1.75;
  }
  
  #nwfb_enbu #enbu_sensor .sensor_img {
    width: 300px;
    margin: 0 auto;
  }
}
