@charset "UTF-8";

/*** mvSlider ************/
.mvSlider {
  width: 100%;
}

.mvSlider_contList a img {
  width: 100%;
}

.mvSlider_contListImg {
  width: 100%;
}


/*** mvSlider ************/

/*** changeGoverment ************/
.changeGoverment{
  background: #004097;
  margin: 0;
  padding: 60px 0;
  width: 100%;
}

.changeGoverment_bgb{
  width: 1200px;
  margin: 0 auto;
}

.changeGoverment_rank {
  padding: 0 0 75px;
}

.changeGoverment_rankImg {
  margin: 0 auto;
}

.changeGoverment_cont {
  width: 100%;
  padding: 0 75px 60px;
  box-sizing: border-box;
  overflow: hidden;
}

.changeGoverment_contList {
  width: 50%;
  float: left;
}

.changeGoverment_contList:last-child {
  padding: 25px 0 0 25px;
  box-sizing: border-box;
}

.changeGoverment_contListTitle {
  padding: 0 0 30px;
}

.changeGoverment_contListText {
  color: #fff;
  line-height: 2.26;
  font-size: 20px;
  font-weight: bold;
}

.changeGoverment_contListText span {
  font-size: 27px;
  color: #FFFF35;
  text-decoration: underline;
}

.changeGoverment_join {
  width: 580px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.changeGoverment_joinLink {
  padding: 10px 0;
  line-height: 1.41;
  display: block;
  font-size: 34px;
  font-weight: 600;
  color: #004097;
  background: #fff;
  border-radius: 50px;
  border: 2px solid #004097;
}

.arrow_inverted {
  position: relative;
}

.arrow_inverted::before {
  content: "";
  display: block;
  width: 15px;
  height: 0;
  border-top: 1px solid #004097;
  position: absolute;
  top: -9px;
  bottom: 0;
  right: 4%;
  margin: auto;
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}

.arrow_inverted::after {
  content: "";
  display: block;
  width: 15px;
  height: 0;
  border-top: 1px solid #004097;
  position: absolute;
  top: 0;
  bottom: -9px;
  right: 4%;
  margin: auto;
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

  .arrow:hover::before {
    border-top: 1px solid #004097;
  }

  .arrow:hover::after {
    border-top: 1px solid #004097;
  }

    .invite-line_joinLink:hover {
    color: #004097;
    background: #fff;
  }

  .invite-line_joinLink.arrow:hover::before {
    border-top: 1px solid #004097;
  }

  .invite-line_joinLink.arrow:hover::after {
    border-top: 1px solid #004097;
  }

  .invite-line_joinLink:hover {
    color: #004097;
    background: #fff;
  }


/*** changeGoverment ************/

/*** topInfo ************/
.topInfo {padding-bottom: 50px;margin-top: 0;}

.topInfo_cont {
  width: 1200px;
  margin: 0 auto;
  padding: 60px;
  box-sizing: border-box;
  overflow: hidden;
}

.topInfo_contBox {
  width: 700px;
  height: 585px;
  padding: 0 30px 20px;
  box-sizing: border-box;
  /* float: left; */
  background: #fff;
  border-top: 8px solid #004097;
  position: relative;
  margin: auto;
}

.topInfo_contBox:last-child {
  /* float: right; */
}

.topInfo_contBoxRank {
  padding: 25px 0;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  line-height: 1.33;
}

.topInfo_contBoxInner {
  width: 100%;
  border-top: 2px solid #f2f2f2;
}

.topInfo_contBoxInnerList {
  border-bottom: 2px solid #f2f2f2;
  padding: 15px 0;
}

.topInfo_contBoxInnerListDate {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.72;
  color: #004097;
  position: relative;
}

.topInfo_contBoxInnerListDate-new::after {
  content: "NEW";
  display: inline-block;
  vertical-align: middle;
  color: #ff0000;
  margin: 0 0 0 5px;
}

.topInfo_contBoxInnerListText {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.72;
  overflow: hidden;
  height: 48px;
  padding-left: 10px;
}

.topInfo_contBoxInnerListDateItem {
  position: absolute;
  right: 0;
  top: 5px;
  width: 92px;
}

.topInfo_contBoxInnerList-img .topInfo_contBoxInnerListTextItem {
  width: 100%;
  height: 48px;
  display: block;
}

.topInfo_contBoxInnerList-img .topInfo_contBoxInnerListText {
  width: 70%;
}

/*** topInfo ************/

/*** topMovie ************/



.topMovie_cont {
  max-width: 1080px;
  margin: auto;
}

.topMovie_contList {
  float: left;
  width: 29.6%;
  margin: 0 5.5% 0 0;
}

.topMovie_contList:nth-child(3n) {
  margin: 0;
}

.topMovie_contListInner {
  display: block;
  position: relative;
}

.topMovie_contListInner img {
  width: 100%;
}

.topMovie_contListInner:before {
  content: '';
  display: block;
  position: absolute;
  background: url(/img/top/movie_play.png);
  width: 17%;
  padding-top: 17%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 19.3% auto 0;
}

.topMovie_contText {
  font-size: 17px;
  font-weight: bold;
  margin: 3% 0 0;
}

.topMovieTitle {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin: -32px 0 23px;
}

/*** /topMovie ************/

/*** seisaku ************/
.seisaku {
  padding: 40px 0 50px;
  box-sizing: border-box;
  margin-bottom: 45px;
}

.seisaku_cont {
  width: 1080px;
  margin: 0 auto;
}

.seisaku_contTitle {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.33;
}

.seisaku_contList {
  overflow: hidden;
  text-align: center;
}

.seisaku_contListPerson {
  margin: 0 31px 32px 0;
  display: inline-block;
  vertical-align: top;
  background: #fff;
}

.seisaku_contListPerson:nth-child(3n) {
  margin: 0 0 32px 0;
}

.seisaku_contListPersonLink {
  display: block;
}

/* ↓このCSSは一旦テストで作っています 不必要になりましたら削除下さい */
.seisaku_contListPerson-panel {
  width: 315px;
  height: 220px;
  box-sizing: border-box;
}

.seisaku_contListPerson-panel .seisaku_contListPersonLink {
  padding: 22% 0;
  box-sizing: border-box;
  font-size: 22px;
  text-align: center;
}

/* ↑このCSSは一旦テストで作っています 不必要になりましたら削除下さい */

/*** seisaku ************/

/*** candidate ************/
.candidate_inner {
  width: 960px;
  border: solid 2px #004097;
  border-radius: 10px;
  margin: 75px auto 30px;
}

.candidateTitle {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  width: 330px;
  margin: auto;
  background: #fff;
  margin: -21px auto 0;
}

.candidate_CatLinkTitle {
  width: 270px;
  vertical-align: middle;
  position: relative;
  background: #ccc;
  text-align: center;
  cursor: pointer;
  margin: 2% auto 0;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  font-weight: bold;
}

.candidate_CatLinkTitle select {
  width: 100%;
  cursor: pointer;
  padding: 13px 25%;
}

.candidate_CatLinkTitle:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #004097;
  border-right: 3px solid #004097;
  position: absolute;
  top: 0;
  bottom: 5px;
  right: 15px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.candidateTitle span{
  font-size: 14px;
  display: block;
}

.candidate_CatListWrap {
  display: none;
  padding: 5px;
  margin: 15px 0 0;
}

.candidate_CatList {
  font-size: 15px;
}

.candidate_CatList a {
  padding: 10px 0;
}

.candidate_CatLinkTitle a {
  display: block;
}

.candidate_CatLinkTitle.arrow:after {
  border-top: 1px solid #000;
}

.candidate_CatLinkTitle.arrow:before {
  border-top: 1px solid #000;
}

.candidate_CatLinkTitle {
  font-size: 16px;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

select::-ms-expand {
  display: none;
}

.candidate_cont {
  margin: 0 -50px 0;
  padding: 50px 0;
}

.candidate_detailBox {
  width: 313px;
  float: left;
  margin: 0 60px 50px 0;
  border-top: 8px solid #004097;
  background: #f2f5fa;
  font-weight: bold;
  padding: 0 0 25px 0;
  min-height: 182px;
}

.candidate_detailBox:nth-child(3n) {
  margin: 0 0 50px 0;
}

.candidate_detailBoxImg {
  width: 91px;
  margin: 25px 0 0 24px;
  float: left;
}

.candidate_detailBoxCat {
  background: #004097;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}

.candidate_detailBoxEx {
  margin: 24px 0 0 0;
  width: 177px;
  float: right;
}

.candidate_detailBoxEx .clickHere {
  margin: 12px 0 0 0;
  font-size: 13px;
  text-align: left;
}

.candidate_detailBoxEx .clickHere .clickHereLink {
  font-size: 13px;
  width: 160px;
}

.candidate_detailBoxEx .clickHere .clickHereLink.arrow::before {
  width: 7px;
  top: -4px;
}

.candidate_detailBoxEx .clickHere .clickHereLink.arrow::after {
  width: 7px;
  bottom: -4px;
}

.candidate_detailBoxConstituency {
  color: #004097;
  font-size: 15px;
}

.candidate_detailBoxName {
  font-size: 27px;
}

.candidate_detailBoxMessage {
  font-size: 15px;
}

/*** candidate ************/

/*** other ************/
.clickHere-bottom {
  margin: 40px auto 130px;
}

.clickHere-large {
  width: 300px;
}

.bnrArea{
  margin: auto;
  width: 500px;
}

/*** other ************/
@media (max-width:640px) {

  /*** mvSlider ************/
  .mvSlider{
    margin-top: 1.5%;
  }

  /*** mvSlider ************/

  /*** changeGoverment ************/
  .changeGoverment_rank {
    width: 100%;
    padding: 0 0 5%;
  }

  .changeGoverment_cont {
    width: 100%;
    padding: 0 0 5%;
  }

  .changeGoverment_contList {
    width: 100%;
    padding: 0 0 5%;
    float: none;
  }

  .changeGoverment_contList:last-child {
    padding: 0 0 5%;
  }

  .changeGoverment_bgb{
    width: 90%;
  }

  .changeGoverment_contListTitle {
    width: 50%;
    margin: 0 auto;
    padding: 0 0 5%;
  }

  .changeGoverment_contListText {
    font-size: 4vw;
    color: #fff;
  }

  .changeGoverment_contListText span{
    font-size: 4.6vw;
  }

  .changeGoverment_join {
    width: 80%;
    margin: 0 auto;
    display: block;
    text-align: center;
  }

  .changeGoverment_joinLink {
    padding: 10px 0;
    line-height: 1.41;
    display: block;
    font-size: 5vw;
    font-weight: 600;
    color: #004097;
    background: #fff;
    border-radius: 50px;
    border: 2px solid #004097;
  }


  .arrow_inverted:hover {
    color: #fff;
    background: #004097;
  }

  .arrow_inverted:hover::after {
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
  }

  /*** changeGoverment ************/

  /*** topInfo ************/
  .topInfo {
    width: 100%;
    padding-bottom: 10%;
  }

  .topInfo_cont {
    width: 90%;
    padding: 0;
  }

  .topInfo_contBox {
    width: 100%;
    height: auto;
    margin: 0 0 10%;
    padding: 0 6% 5%;
    float: none;
    background: #fff;
    border-top: 4px solid #004097;
  }

  .topInfo_contBox:last-child {
    float: none;
  }

  .topInfo_contBoxRank {
    padding: 5% 0;
    font-size: 4.7vw;
  }

  .topInfo_contBoxInner {
    padding: 0 0 5%;
  }

  .topInfo_contBoxInnerList {
    padding: 5% 0;
  }

  .topInfo_contBoxInnerListDate {
    font-size: 4vw;
  }

  .topInfo_contBoxInnerListDateItem {
    width: 25%;
    display: block;
  }

  .topInfo_contBoxInnerListDate-new::after {
    content: "NEW";
    display: inline-block;
    vertical-align: middle;
    color: #c0272d;
    margin: 0 0 0 5px;
  }

  .topInfo_contBoxInnerListText {
    width: 100%;
    height: auto;
    font-size: 4vw;
    line-height: 1.72;
  }

  .topInfo_contBoxInnerList-img .topInfo_contBoxInnerListText {
    width: 100%;
    padding: 0 30% 0 0;
    box-sizing: border-box;
  }

  .topInfo_contBoxInnerList-img .topInfo_contBoxInnerListTextItem {
    height: auto;
  }

  /*** topInfo ************/

  /*** topMovie ************/

  .topMovie_cont {
    width: 90%;
  }

  .topMovie_contList {
    float: none;
    width: 100%;
    margin: 0 10.5% 0 0;
  }

  .topMovieTitle {
    margin: 0 0 5%;
    font-size: 5.3vw;
  }

  .topMovie_contText {
    margin: 1% 0 3%;
    font-size: 4vw;
  }

  /*** /topMovie ************/

  /*** seisaku ************/
  .seisaku {
    width: 100%;
    padding: 5%;
    margin-bottom: 9%;
  }

  .seisaku_cont {
    width: 100%;
    margin: 0;
  }

  .seisaku_contTitle {
    margin: 0 0 5%;
    font-size: 5.3vw;
  }

  .seisaku_contList {
    width: 100%;
  }

  .seisaku_contListPerson {
    width: 100%;
    float: none;
    box-sizing: border-box;
    margin: 0 0 8%;
  }

  .seisaku_contListPerson:nth-child(3n-1) {
    margin: 0 0 8%;
  }

  .seisaku_contListPerson-panel .seisaku_contListPersonLink {
    font-size: 5vw;
    padding: 0;
  }

  /*** seisaku ************/

  /*** candidate ************/
  .candidate_inner {
    width: 90%;
    margin: 3% auto;
  }

  .candidateTitle {
    font-size: 5.3vw;
    width: 83%;
    margin: -5.2% auto 0;
  }

  .candidate_CatLinkTitle {
    margin: 5% auto 0;
    font-size: 4vw;
    padding: 0;
    width: 70%;
  }

  .candidate_CatLinkTitle select {
    padding: 13px 10%;
  }


  .candidateTitle span{
    font-size: 3vw;
  }

  .candidate_CatList {
    font-size: 3.8vw;
  }

  .candidate_cont {
    margin: 0 auto;
    padding: 5% 0;
    width: 80%;
  }

  .candidate_detailBox {
    width: 100%;
    float: none;
    margin: 0 0 5%;
    padding: 0 0 5% 0;
  }

  .candidate_detailBoxImg {
    width: 35%;
    margin: 5% 0 0 7%;
  }

  .candidate_detailBoxEx {
    width: 50%;
    margin: 5% 0 0 0;
  }

  .candidate_detailBoxConstituency {
    font-size: 2.5vw;
  }

  .candidate_detailBoxMessage {
    font-size: 2.5vw;
  }

  .candidate_detailBoxName {
    font-size: 5vw;
    margin-bottom: 9%;
  }

  .candidate_detailBoxEx .clickHere {
    width: 90%;
  }

  .candidate_detailBoxEx .clickHere .clickHereLink {
    font-size: 2.8vw;
    width: 100%;
    padding-left: 18%;
    background-position-x: 3%;
  }

  .clickHere-large {
    width: 65%;
  }

  /*** candidate ************/

  /*** other ************/
  .clickHere-bottom {
    margin: 5% auto 20%;
  }

  .candidate .bx-viewport {
    height: 0 !important;
    padding: 0 0 73% !important;
  }

  .bnrArea{
    width: 90%;
  }

  /*** other ************/
}

/*** modal ************/
@media (max-width:768px) {
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: none;
    overflow: auto;
  }

  .modal .close {
    position: absolute;
    top: 33px;
    right: 20px;
  }

  .modal .close a {
    background: url(/img/top/btn-close-video.png) no-repeat 0 0;
    background-size: cover;
    width: 40px;
    height: 40px;
    display: block;
    text-indent: -9999px;
  }

  .modal iframe {
    width: 100%;
    height: 210px;
    border: none;
    margin: 0 auto;
    display: block;
  }

}

@media (max-width:768px) and (min-width:641px) {
  .modal iframe {
    width: 640px;
    height: 320px;
  }

}

@media (max-width:768px) {
  .sp-absolute {
    position: absolute;
    background: none;
    bottom: inherit;
  }

  .modal .video-wrapper {
    margin: 64px auto 0;
    position: relative;
    padding: 15px 0;
    max-width: 768px;
  }

  .modal .video-wrapper .video {
    margin: 80px auto 10px;
  }

  .sp-overlay {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 202;
  }

  .modal-img {
    padding: 0 20px;
    margin-top: 80px;
  }

}

@media (min-width:769px) {
  .sp-overlay {
    display: none !important;
  }

  .modal {
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 99999;
    display: none;
    overflow: auto;
  }

  .modal .close {
    position: absolute;
    top: 33px;
    right: 0;
  }

}

@media (min-width:769px) and (max-width:960px) {
  .modal .close {
    right: 20px;
  }

}

@media (min-width:769px) {
  .modal .close a {
    background: url(/img/top/btn-close-video.png) no-repeat 0 0;
    background-size: cover;
    width: 36px;
    height: 36px;
    display: block;
    text-indent: -9999px;
  }

  .modal iframe {
    width: 88.95833%;
    height: 481px;
    border: none;
    margin: 0 auto;
    display: block;
  }

  .modal-img {
    margin-top: 80px;
  }

  .modal .video-wrapper {
    margin: 50px auto 0;
    position: relative;
    padding: 15px 0;
    max-width: 960px;
  }

  .modal .video-wrapper .video {
    margin: 80px auto 10px;
  }

}

@media (min-width:641px) {
  .changeGoverment_joinLink:hover {
    color: #004097;
    background: #fff;
  }

  .changeGoverment_joinLink.arrow:hover::before {
    border-top: 1px solid #004097;
  }

  .changeGoverment_joinLink.arrow:hover::after {
    border-top: 1px solid #004097;
  }

  .changeGoverment_joinLink:hover {
    opacity: 0.7;
  }

  .candidate_CatList a:hover {
    background: rgba(255, 255, 255, 0.7);
  }

  .topInfo_contBoxInnerListLink:hover 
  .topInfo_contBoxInnerListTextItem {
    opacity: 0.7;
    text-decoration: underline;
  }

  .changeGoverment_joinLink.arrow:hover::before {
    border-top: 1px solid #004097;
  }

  .changeGoverment_joinLink.arrow:hover::after {
    border-top: 1px solid #004097;
  }

}
