/* ---------------------------------
 mixin
--------------------------------- */
/*alt*/
/*font*/
/*bg*/
/*flex*/
/*
  MediaQuery Type = Parts Unit
  0 < size
  @media only screen and (max-width: 600px)
  @media only screen and (min-width: 601px)
  @media only screen and (min-width: 601px) and (max-width: 992px)
  @media only screen and (max-width: 992px)
  @media only screen and (min-width: 993px)
  @media only screen and (min-width: 993px)
*/
.straight_wrapper {
  background: #fff;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: 0.2rem;
}
.straight_wrapper .br_pc {
  display: block;
}
.straight_wrapper .br_sp {
  display: none;
}

#news24-list ul {
  border-bottom: none;
}

#top .straight_mainvisual_img a {
  pointer-events: none;
}

.ntv-wrapper {
  margin-bottom: 0;
}

@media only screen and (min-width: 993px) {
  .straight_wrapper a {
    transition: opacity 0.1s ease;
  }
  .straight_wrapper a:hover {
    opacity: 0.6;
  }
  .straight_wrapper [id^=ntv_setAD] a:hover {
    opacity: 1;
  }
}
@media only screen and (max-width: 960px) {
  .straight_wrapper .br_pc {
    display: none;
  }
  .straight_wrapper .br_sp {
    display: block;
  }
  #ntv_setAD_SP_320_100 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* mainvisual
========================================== */
.straight_mainvisual_inner {
  width: 100%;
  margin: 0 auto;
}

.straight_mainvisual_img a {
  display: block;
  width: 100%;
  padding-top: 25%;
  background-image: url(../images/top/mv_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  font-size: 0;
}

#second .straight_mainvisual_img a {
  padding-top: 11.71875%;
  background-image: url(../images/common/mv_is2nd_pc.jpg);
}

@media only screen and (max-width: 960px) {
  .straight_mainvisual_img a {
    padding-top: 50%;
    background-image: url(../images/top/mv_sp.jpg);
  }
  #second .straight_mainvisual_img a {
    padding-top: 25%;
    background-image: url(../images/common/mv_is2nd_sp.jpg);
  }
}
/* onair
========================================== */
.straight_onair_inner {
  font-family: "SkipStd-B", sans-serif;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px 0;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 1rem;
  font-weight: 700;
  line-height: 1;
}
.straight_onair_inner p:not(:first-of-type) {
  margin-top: 2%;
}
.straight_onair_inner .time {
  padding: 0 5px;
  letter-spacing: 0.5rem;
  font-feature-settings: "palt";
}
.straight_onair_inner .time small {
  font-size: 1.6rem;
}
.straight_onair_inner .sun {
  color: #e5001b;
}
.straight_onair_inner .sat {
  color: #004d84;
}

@media only screen and (max-width: 960px) {
  .straight_onair_inner {
    padding: 15px 0;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .time {
    padding: 0 0;
    letter-spacing: 0.3rem !important;
  }
  .time small {
    font-size: 1.2rem !important;
  }
  .line {
    display: none;
  }
}
/* news
========================================== */
#straight_news {
  background: #22476d;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  font-feature-settings: "palt";
}

.straight_news_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 35px 40px;
  box-sizing: border-box;
  overflow: hidden;
}
.straight_news_inner .straight_news_list {
  position: relative;
}
.straight_news_inner .straight_news_list li {
  width: 100%;
  opacity: 0;
  white-space: nowrap;
  line-height: 0;
  letter-spacing: 0.2rem;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  #straight_news {
    font-size: 2.8vw;
    text-align: left;
  }
  .straight_news_inner {
    padding: 6vw 15px;
  }
}
/* main
========================================== */
#straight_main {
  background-image: url(../images/common/bg.jpg);
  background-color: #f8f7f4;
  background-repeat: no-repeat;
  background-size: 100%;
}

.straight_main_inner {
  width: 100%;
  padding: 35px 20px;
  box-sizing: border-box;
}

.straight_main_banner {
  width: 100%;
  padding: 20px 0 0;
}
.straight_main_banner p {
  text-align: center;
}
.straight_main_banner p img {
  width: 100%;
  max-width: 550px;
  height: auto;
}

.straight_election_banner {
  width: 100%;
  padding: 35px 0 0;
}
.straight_election_banner p {
  text-align: center;
}
.straight_election_banner p img {
  width: 100%;
  max-width: 920px;
  height: auto;
}

.straight_main_block {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
  padding: 40px 20px;
  background-image: url(../images/top/line.jpg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  box-sizing: border-box;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}
.straight_main_block::before {
  content: "";
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.straight_main_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.straight_main_box:not(:first-of-type) {
  background: #fefddf;
  margin-top: 5%;
  padding: 3% 0;
}

.straight_main_day {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  width: 20%;
  height: 90px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

.straight_main_local {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  width: 20%;
  height: 20px;
  position: relative;
  top: 70px;
  background-image: url(../images/top/day_local.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

.straight_main_announcer {
  width: 40%;
  padding: 0 20px;
  box-sizing: border-box;
}
.straight_main_announcer a {
  display: block;
}
.straight_main_announcer li {
  font-family: "SkipStd-B", sans-serif;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.3;
}
.straight_main_announcer li span {
  padding: 0 0 0 5px;
  font-size: 1.4rem;
}
.straight_main_announcer li:nth-last-of-type(1) {
  margin: 15px 0 0;
}
.straight_main_announcer li:nth-last-of-type(1)::before, .straight_main_announcer li:nth-last-of-type(1)::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  vertical-align: middle;
}
.straight_main_announcer li:nth-last-of-type(1)::before {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.straight_main_announcer li:nth-last-of-type(1)::after {
  right: 13px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.straight_main_announcer img {
  width: 100%;
  height: auto;
}

.mon::before {
  background-image: url(../images/top/corner01.png);
}
.mon .straight_main_day {
  background-image: url(../images/top/day01.png);
}

.tue::before {
  background-image: url(../images/top/corner02.png);
}
.tue .straight_main_day {
  background-image: url(../images/top/day02.png);
}

.wed::before {
  background-image: url(../images/top/corner03.png);
}
.wed .straight_main_day {
  background-image: url(../images/top/day03.png);
}

.thu::before {
  background-image: url(../images/top/corner04.png);
}
.thu .straight_main_day {
  background-image: url(../images/top/day04.png);
}

.fri::before {
  background-image: url(../images/top/corner05.png);
}
.fri .straight_main_day {
  background-image: url(../images/top/day05.png);
}

.sat::before {
  background-image: url(../images/top/corner06.png);
}
.sat .straight_main_day {
  background-image: url(../images/top/day06.png);
}

.sun::before {
  background-image: url(../images/top/corner07.png);
}
.sun .straight_main_day {
  background-image: url(../images/top/day07.png);
}

.yajima li:nth-last-of-type(1)::before {
  background: #009737;
}

.hiramatsu li:nth-last-of-type(1)::before {
  background: #56b62d;
}

.sugiue li:nth-last-of-type(1)::before {
  background: #fabd00;
}

.goto li:nth-last-of-type(1)::before {
  background: #eb6800;
}

.gunji li:nth-last-of-type(1)::before, .ito_r li:nth-last-of-type(1)::before {
  background: #00a7d6;
}

.fujita li:nth-last-of-type(1)::before {
  background: #e53714;
}

.mori li:nth-last-of-type(1)::before {
  background: #f3a400;
}

.sugino li:nth-last-of-type(1)::before, .yamamoto li:nth-last-of-type(1)::before {
  background: #004d84;
}

.ando li:nth-last-of-type(1)::before {
  background: #56b62d;
}

.toyoda li:nth-last-of-type(1)::before {
  background: #e5001b;
}

.yamazaki li:nth-last-of-type(1)::before {
  background: #db0076;
}

.tokushima li:nth-last-of-type(1)::before {
  background: #983896;
}

.sato li:nth-last-of-type(1)::before {
  background: #eb6800;
}

.hatashita li:nth-last-of-type(1)::before {
  background: #eb6800;
}

.ito li:nth-last-of-type(1)::before {
  background: #0077b9;
}

.ushiro li:nth-last-of-type(1)::before {
  background: #95092e;
}

.machida li:nth-last-of-type(1)::before {
  background: #3f7b33;
}

.ichiki li:nth-last-of-type(1)::before {
  background: #db0076;
}

.ishikawa li:nth-last-of-type(1)::before {
  background: #db0076;
}

.nakajima li:nth-last-of-type(1)::before {
  background: #56b62d;
}

.sumioka li:nth-last-of-type(1)::before {
  background: #56b62d;
}

@media only screen and (max-width: 960px) {
  .straight_main_inner {
    padding: 20px 20px 20px;
  }
  .straight_main_banner {
    padding: 0 0 30px;
  }
  .straight_election_banner {
    padding: 20px 20px 0;
  }
  .straight_main_block {
    padding: 25px 15px;
    background-size: 200%;
  }
  .straight_main_block::before {
    width: 7vw;
    height: 7vw;
  }
  .straight_main_day {
    width: 100%;
    height: 50px;
    margin: 0 0 20px;
  }
  .straight_main_local {
    width: 100%;
    height: 11px;
    top: 0;
    margin: 5px 0 15px;
  }
  .straight_main_announcer {
    width: 50%;
    padding: 0 10px;
  }
  .straight_main_announcer li {
    font-size: 1.4rem;
  }
  .straight_main_announcer li span {
    padding: 0 0 0 0;
    font-size: 1.2rem;
  }
  .straight_main_announcer li:nth-last-of-type(1) {
    margin: 15px 0;
    line-height: 1.4;
  }
  .straight_main_announcer li:nth-last-of-type(1)::before {
    width: 5vw;
    height: 5vw;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  .straight_main_announcer li:nth-last-of-type(1)::after {
    right: 2vw;
    width: 1.5vw;
    height: 1.5vw;
  }
}
/* profile
========================================== */
#second .straight_main_block {
  display: block;
  padding: 60px 60px;
  background-image: none;
}
#second .straight_main_block::before {
  display: none;
}
#second .straight_main_title {
  font-family: "SkipStd-B", sans-serif;
  margin: 20px 0 60px;
  text-align: center;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 0.8;
}
#second .straight_main_title span {
  font-size: 1.8rem;
}
#second .straight_main_img {
  line-height: 0;
}
#second .straight_main_img img {
  width: 100%;
  height: auto;
}
#second .straight_main_data {
  padding: 0 0 30px;
}
#second .straight_main_data dt {
  font-family: "SkipStd-B", sans-serif;
  width: 100%;
  margin: 0 0 10px;
  padding: 25px 0 15px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 0.8;
  border-bottom: #000 2px solid;
}
#second .straight_main_data dt span {
  font-size: 1.6rem;
  padding: 0 0 0 15px;
}
#second .straight_main_data dd {
  display: inline-block;
  padding: 0 20px 0 0;
  font-size: 1.5rem;
}
#second .straight_main_detail {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 50px;
  padding: 0 0 50px;
  box-sizing: border-box;
  border-bottom: #ccc 1px solid;
}
#second .straight_main_detail dt, #second .straight_main_detail dd {
  padding: 8px 0;
  font-size: 1.5rem;
}
#second .straight_main_detail dt {
  width: 27%;
  padding-left: 25px;
  position: relative;
}
#second .straight_main_detail dt::before {
  position: relative;
  display: inline-block;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  left: 0;
  box-sizing: border-box;
  width: 16px;
  height: 12px;
  border: 12px solid transparent;
  border-left: 16px solid #000;
}
#second .straight_main_detail dt::before, #second .straight_main_detail dt::after {
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#second .straight_main_detail dd {
  width: 73%;
}
#second .straight_main_list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#second .straight_main_list li {
  width: 32%;
  margin: 0 0 20px;
}
#second .straight_main_list li:nth-child(3n-1) {
  margin: 0 2%;
}
#second .straight_main_list li.yajima a::after {
  background: #009737;
}
#second .straight_main_list li.hiramatsu a::after {
  background: #56b62d;
}
#second .straight_main_list li.sugiue a::after {
  background: #fabd00;
}
#second .straight_main_list li.goto a::after {
  background: #eb6800;
}
#second .straight_main_list li.fujita a::after {
  background: #e53714;
}
#second .straight_main_list li.gunji a::after, #second .straight_main_list li .ito_r a::after {
  background: #00a7d6;
}
#second .straight_main_list li.mori a::after {
  background: #f3a400;
}
#second .straight_main_list li.ando a::after {
  background: #56b62d;
}
#second .straight_main_list li.sugino a::after, #second .straight_main_list li.yamamoto a::after {
  background: #004d84;
}
#second .straight_main_list li.toyoda a::after {
  background: #e5001b;
}
#second .straight_main_list li.yamazaki a::after {
  background: #db0076;
}
#second .straight_main_list li.tokushima a::after {
  background: #983896;
}
#second .straight_main_list li.ito a::after {
  background: #0076b7;
}
#second .straight_main_list li.ushiro a::after {
  background: #95092f;
}
#second .straight_main_list li.machida a::after {
  background: #3f7b32;
}
#second .straight_main_list li.sato a::after {
  background: #eb6800;
}
#second .straight_main_list li.hatashita a::after {
  background: #eb6800;
}
#second .straight_main_list li.ichiki a::after {
  background: #db0076;
}
#second .straight_main_list li.ishikawa a::after {
  background: #db0076;
}
#second .straight_main_list li.nakajima a::after {
  background: #56b62d;
}
#second .straight_main_list li.sumioka a::after {
  background: #56b62d;
}
#second .straight_main_list li a {
  font-family: "SkipStd-B", sans-serif;
  width: 100%;
  padding: 30px 20px;
  border-radius: 10px;
  border: #ccc 1px solid;
  display: block;
  line-height: 0;
  font-size: 1.6rem;
  position: relative;
  overflow: hidden;
}
#second .straight_main_list li a span {
  font-size: 1.3rem;
  padding: 0 0 0 5px;
}
#second .straight_main_list li a::after {
  content: "";
  width: 50px;
  height: 100px;
  display: block;
  position: absolute;
  right: -20px;
  bottom: -50px;
  transform: rotate(45deg);
}
#second .yajima .straight_main_data dt {
  border-bottom: #009737 2px solid;
}
#second .yajima .straight_main_detail dt::before {
  border-left-color: #009737;
}
#second .hiramatsu .straight_main_data dt {
  border-bottom: #56b62d 2px solid;
}
#second .hiramatsu .straight_main_detail dt::before {
  border-left-color: #56b62d;
}
#second .sugiue .straight_main_data dt {
  border-bottom: #fabd00 2px solid;
}
#second .sugiue .straight_main_detail dt::before {
  border-left-color: #fabd00;
}
#second .goto .straight_main_data dt {
  border-bottom: #eb6800 2px solid;
}
#second .goto .straight_main_detail dt::before {
  border-left-color: #eb6800;
}
#second .gunji .straight_main_data dt, #second .ito_r .straight_main_data dt {
  border-bottom: #00a7d6 2px solid;
}
#second .gunji .straight_main_detail dt::before, #second .ito_r .straight_main_detail dt::before {
  border-left-color: #00a7d6;
}
#second .fujita .straight_main_data dt {
  border-bottom: #e53714 2px solid;
}
#second .fujita .straight_main_detail dt::before {
  border-left-color: #e53714;
}
#second .mori .straight_main_data dt {
  border-bottom: #f3a400 2px solid;
}
#second .mori .straight_main_detail dt::before {
  border-left-color: #f3a400;
}
#second .sugino .straight_main_data dt, #second .yamamoto .straight_main_data dt {
  border-bottom: #004d84 2px solid;
}
#second .sugino .straight_main_detail dt::before, #second .yamamoto .straight_main_detail dt::before {
  border-left-color: #004d84;
}
#second .ando .straight_main_data dt {
  border-bottom: #56b62d 2px solid;
}
#second .ando .straight_main_detail dt::before {
  border-left-color: #56b62d;
}
#second .toyoda .straight_main_data dt {
  border-bottom: #e5001b 2px solid;
}
#second .toyoda .straight_main_detail dt::before {
  border-left-color: #e5001b;
}
#second .yamazaki .straight_main_data dt {
  border-bottom: #db0076 2px solid;
}
#second .yamazaki .straight_main_detail dt::before {
  border-left-color: #db0076;
}
#second .tokushima .straight_main_data dt {
  border-bottom: #983896 2px solid;
}
#second .tokushima .straight_main_detail dt::before {
  border-left-color: #983896;
}
#second .ito .straight_main_data dt {
  border-bottom: #0076b7 2px solid;
}
#second .ito .straight_main_detail dt::before {
  border-left-color: #0076b7;
}
#second .ushiro .straight_main_data dt {
  border-bottom: #95092f 2px solid;
}
#second .ushiro .straight_main_detail dt::before {
  border-left-color: #95092f;
}
#second .machida .straight_main_data dt {
  border-bottom: #3f7b32 2px solid;
}
#second .machida .straight_main_detail dt::before {
  border-left-color: #3f7b32;
}
#second .sato .straight_main_data dt {
  border-bottom: #eb6800 2px solid;
}
#second .sato .straight_main_detail dt::before {
  border-left-color: #eb6800;
}
#second .hatashita .straight_main_data dt {
  border-bottom: #eb6800 2px solid;
}
#second .hatashita .straight_main_detail dt::before {
  border-left-color: #eb6800;
}
#second .ichiki .straight_main_data dt {
  border-bottom: #db0076 2px solid;
}
#second .ichiki .straight_main_detail dt::before {
  border-left-color: #db0076;
}
#second .ishikawa .straight_main_data dt {
  border-bottom: #db0076 2px solid;
}
#second .ishikawa .straight_main_detail dt::before {
  border-left-color: #db0076;
}
#second .nakajima .straight_main_data dt {
  border-bottom: #56b62d 2px solid;
}
#second .nakajima .straight_main_detail dt::before {
  border-left-color: #56b62d;
}
#second .sumioka .straight_main_data dt {
  border-bottom: #56b62d 2px solid;
}
#second .sumioka .straight_main_detail dt::before {
  border-left-color: #56b62d;
}

@media only screen and (max-width: 960px) {
  #second .straight_main_block {
    padding: 30px 30px;
  }
  #second .straight_main_title {
    margin: 0 0 30px;
    font-size: 2.8rem;
  }
  #second .straight_main_title span {
    font-size: 1.4rem;
  }
  #second .straight_main_data {
    padding: 0 0 20px;
  }
  #second .straight_main_data dt {
    padding: 20px 0 15px;
    font-size: 1.8rem;
  }
  #second .straight_main_data dt span {
    font-size: 1.2rem;
    padding: 0 0 0 7px;
  }
  #second .straight_main_data dd {
    width: 100%;
    padding: 0 0 5px 0;
    font-size: 1.2rem;
  }
  #second .straight_main_detail {
    margin: 0 0 30px;
    padding: 0 0 15px;
  }
  #second .straight_main_detail dt, #second .straight_main_detail dd {
    padding: 2px 0;
    font-size: 1.3rem;
  }
  #second .straight_main_detail dt {
    width: 100%;
    padding-left: 25px;
  }
  #second .straight_main_detail dt::before {
    width: 4px;
    height: 4px;
    border: 9px solid transparent;
    border-left: 14px solid;
  }
  #second .straight_main_detail dd {
    width: 100%;
    margin: 0 0 10px;
    padding-left: 25px;
  }
  #second .straight_main_list li {
    width: 48.5%;
    margin: 0 0 20px;
  }
  #second .straight_main_list li:nth-of-type(3n-1) {
    margin: 0 0;
  }
  #second .straight_main_list li:nth-of-type(odd) {
    margin-right: 3%;
  }
  #second .straight_main_list li a {
    padding: 10px 10px 9px;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    line-height: 1.2;
  }
  #second .straight_main_list li a span {
    font-size: 1.1rem;
    padding: 0 0 0 0;
    letter-spacing: 0;
  }
  #second .straight_main_list li a::after {
    right: -30px;
  }
}
/* for printer
========================================== */
@media print {
  .not_print {
    display: none;
  }
}/*# sourceMappingURL=template_1column_style.css.map */