@charset "UTF-8";
body {
  min-width: 990px;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}

/*==============headline================*/
.hl_circle_01 {
  margin-bottom: 5px;
  position: relative;
  padding-left: 28px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
}

.hl_circle_01::before, .hl_circle_01::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}

.hl_circle_01::before {
  z-index: 1;
  width: 21px;
  height: 21px;
  background: #009FBC;
}

.hl_circle_01::after {
  left: 3px;
  z-index: 2;
  width: 15px;
  height: 15px;
  background: #FFF;
}

.hl_center {
  text-align: center;
}

/*==============header================*/
header {
  width: 100%;
  height: auto;
  border-bottom: 2px solid #009FBC;
}

header .h_inner {
  width: 990px;
  height: 68px;
  margin: 0 auto;
  overflow: hidden;
}

header .h_inner h1 {
  margin: 0;
  float: left;
}

header .h_inner h1 .logo {
  max-width: 100%;
  float: left;
}

header .h_inner .h_inner_right {
  float: right;
  margin-top: 24px;
}

header .h_inner .h_inner_right ul li {
  margin-left: 14px;
  padding-left: 18px;
  list-style: none;
  display: inline;
  border-left: 1px solid #999;
}

header .h_inner .h_inner_right ul li:first-child {
  border-left-width: 0;
}

header .h_inner #spMenu {
  display: none;
}

.bannerarea {
  text-align: center;
  display: block;
  margin: 10px 0;
}

/*==============link_button================*/
.link_btn {
  width: 100%;
  height: 60px;
  background-color: #009FBC;
}

.link_btn .link_btn_inner {
  width: 990px;
  margin: 0 auto;
}

.link_btn .link_btn_inner ul {
  width: 1000px;
  margin-right: -10px;
}

.link_btn .link_btn_inner ul:before, .link_btn .link_btn_inner ul:after {
  content: "";
  display: table;
  clear: both;
}

.link_btn .link_btn_inner ul li {
  width: 490px;
  height: 60px;
  background-color: #038dc9;
  float: left;
  list-style: none;
  margin-right: 10px;
}

.link_btn .link_btn_inner ul li a {
  display: block;
  text-align: center;
  line-height: 60px;
  font-size: 26px;
  font-size: 1.625rem;
  color: white;
}

.link_btn .link_btn_inner ul li a:hover {
  background-color: #03a4e9;
}

.link_btn .link_btn_inner ul li a img {
  vertical-align: middle;
  padding: 0 0 5px 6px;
}

/*==============region_list================*/
.region_list {
  margin: 0 auto;
  padding-bottom: 24px;
  width: 990px;
}

.region_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.region_list ul li {
  list-style: none;
}

.region_list ul li:last-of-type a {
  background: #009FBC;
}

.region_list ul li:last-of-type a::before {
  border: 8px solid #FFF;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
}

.region_list ul li a {
  display: block;
  position: relative;
  border: 1px solid #009FBC;
  height: 98px;
}

.region_list ul li a:hover {
  opacity: 0.9;
}

.region_list ul li a::before {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 0px;
  height: 0px;
  border: 8px solid #009FBC;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
}

.region_list.tokyo ul li a {
  width: 114px;
  text-align: center;
}

/*==============rikouho_anchor================*/
.rikouho_anchor {
  width: 990px;
  height: 168px;
  margin: 0 auto;
  padding-bottom: 30px;
  overflow: hidden;
}

.rikouho_anchor .rikouho_anchor_list {
  width: 990px;
  height: 56px;
  background-color: #038dc9;
}

.rikouho_anchor .rikouho_anchor_list a {
  display: block;
  text-align: center;
  color: white;
  line-height: 56px;
  font-size: 18px;
  font-size: 1.125rem;
  background: url(/tokyo-np/archives/senkyo/kokusei201907/image/arrow03.png) no-repeat 98% 50%;
}

.rikouho_anchor .rikouho_anchor_list a:hover {
  background-color: #03a4e9;
}

.rikouho_anchor .rikouho_anchor_list img {
  width: 30px;
  height: auto;
  vertical-align: middle;
  padding: 0 3px 3px 0;
}

.rikouho_anchor ul:before, .rikouho_anchor ul:after {
  content: "";
  display: table;
  clear: both;
}

.rikouho_anchor ul li {
  list-style: none;
  float: left;
  width: 495px;
  height: 56px;
}

.rikouho_anchor ul li:first-child + li {
  background-color: #e5f3f9;
}

.rikouho_anchor ul li:first-child + li + li {
  background-color: #e5f3f9;
}

.rikouho_anchor ul li a {
  display: block;
  color: #000;
  line-height: 56px;
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 20px;
}

.rikouho_anchor ul li a:hover {
  color: #069;
}

.rikouho_anchor ul li img {
  width: 18px;
  vertical-align: middle;
  padding: 0 4px 3px 0;
}

/*==============tabumenu================*/
#tabumenu {
  width: 100%;
  height: 60px;
  background-color: #009FBC;
}

#tabumenu .tab {
  width: 990px;
  margin: 0 auto;
  height: 60px;
  overflow: hidden;
}

#tabumenu .tab li {
  list-style: none;
  text-align: center;
}

#tabumenu .tab li a {
  float: left;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 495px;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
}

#tabumenu .tab li a img {
  vertical-align: middle;
  padding: 0 0 3px 6px;
}

.tab_content .tab-list {
  text-align: center;
}

.hide {
  display: none;
}

/*==============h2area================*/
.h2_area {
  width: 100%;
  height: 60px;
  background-color: #009FBC;
}

.h2_area .h2_area_inner {
  width: 990px;
  height: 80px;
  margin: 0 auto;
}

.h2_area .h2_area_inner p {
  display: block;
  color: white;
  text-align: center;
  line-height: 60px;
  font-size: 26px;
  font-size: 1.625rem;
}

/*================Breadcrumb==============*/
.Breadcrumb {
  width: 100%;
  height: 40px;
  background-color: #e8e8e8;
}

.Breadcrumb .Breadcrumb_inner {
  width: 990px;
  height: 40px;
  margin: 0 auto;
}

.Breadcrumb .Breadcrumb_inner ul li {
  display: inline;
  list-style: none;
  line-height: 40px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.Breadcrumb .Breadcrumb_inner ul li::after {
  content: ">";
  color: #009FBC;
  margin: 0 2px 0 10px;
  font-weight: bold;
}

.Breadcrumb .Breadcrumb_inner ul li:last-of-type::after {
  display: none;
}

.Breadcrumb .Breadcrumb_inner ul li a {
  text-decoration: none;
  color: #000;
}

.Breadcrumb .Breadcrumb_inner ul li a:hover {
  text-decoration: underline;
}

/*==============news================*/
.news {
  width: 100%;
  height: auto;
  background-color: #009FBC;
  padding: 20px 0;
  margin-bottom: 20px;
}

.news .newsbox {
  width: 990px;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
}

.news .newsbox .newsboxinner {
  width: 950px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 20px;
}

.news .newsbox .newsboxinner:before, .news .newsbox .newsboxinner:after {
  content: "";
  display: table;
  clear: both;
}

.news .newsbox .newsboxinner .title {
  display: block;
}

.news .newsbox .newsboxinner .title h1 {
  border-bottom: 2px solid #009FBC;
  margin: 0;
  font-size: 30px;
  font-size: 1.875rem;
}

.news .newsbox .newsboxinner .title h1 a {
  display: block;
  padding: 15px 0 15px 0;
  font-size: 30px;
  font-size: 1.875rem;
  text-decoration: none;
  color: #000;
}

.news .newsbox .newsboxinner .title h1 a:hover {
  color: #009FBC;
}

.news .newsbox .newsboxinner .title-sp {
  display: none;
}

.news .newsbox .newsboxinner .photoarea {
  float: right;
  margin: 20px 0 0 40px;
  width: auto;
  height: auto;
}

.news .newsbox .newsboxinner .photoarea img {
  max-width: 180px;
  height: auto;
}

.news .newsbox .newsboxinner .date {
  margin-left: 3px;
  font-size: 80%;
  display: inline-block;
  margin-top: 10px;
}

.news .newsbox .newsboxinner .date img {
  margin-right: 6px;
}

.news .newsbox .newsboxinner .Lead p {
  line-height: 1.5;
  margin-top: 20px;
}

.news .newsbox .newsboxinner .caption {
  margin-top: 10px;
  font-size: 80%;
  font-weight: bold;
}

.news_list_main .newsbox {
  width: 990px;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
}

.news_list_main .newsbox .newsboxinner {
  height: auto;
  margin: 0 auto;
  padding-bottom: 20px;
}

.news_list_main .newsbox .newsboxinner:before, .news_list_main .newsbox .newsboxinner:after {
  content: "";
  display: table;
  clear: both;
}

.news_list_main .newsbox .newsboxinner .title h1 {
  margin: 40px 0 0 0;
  border-top: 2px solid #009FBC;
  border-bottom: 2px solid #e8e8e8;
}

.news_list_main .newsbox .newsboxinner .title h1 a {
  display: block;
  padding: 15px 0 15px 0;
  font-size: 30px;
  font-size: 1.875rem;
  text-decoration: none;
  color: #000;
}

.news_list_main .newsbox .newsboxinner .title h1 a:hover {
  color: #009FBC;
}

.news_list_main .newsbox .newsboxinner .photoarea {
  float: right;
  width: auto;
  height: auto;
  margin: 20px 0 0 20px;
}

.news_list_main .newsbox .newsboxinner .photoarea img {
  max-width: 180px;
}

.news_list_main .newsbox .newsboxinner .date {
  margin-left: 3px;
  font-size: 80%;
  display: inline-block;
  margin-top: 10px;
}

.news_list_main .newsbox .newsboxinner .date img {
  margin-right: 4px;
}

.news_list_main .newsbox .newsboxinner .Lead p {
  line-height: 1.5;
  margin-top: 14px;
}

.news_list_main .newsbox .newsboxinner .caption {
  margin-top: 10px;
}

.news_list_main .newsbox .newsboxinner .caption .Etoki {
  font-size: 86%;
  font-weight: bold;
}

/*==============news_article================*/
.news_article {
  width: 100%;
  height: auto;
  background-color: #BFE7EE;
  padding: 20px 0;
  margin-bottom: 30px;
}

.news_article .news_article_box {
  width: 990px;
  margin: 0 auto;
  background-color: #fff;
}

.news_article .news_article_box .news_article_boxinner {
  width: 950px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.news_article .news_article_box .news_article_boxinner:before, .news_article .news_article_box .news_article_boxinner:after {
  content: "";
  display: table;
  clear: both;
}

.news_article .news_article_box .news_article_boxinner .news_article_boxinner_text {
  padding-bottom: 10px;
}

.news_article .news_article_box .news_article_boxinner .news_article_boxinner_text:before, .news_article .news_article_box .news_article_boxinner .news_article_boxinner_text:after {
  content: "";
  display: table;
  clear: both;
}

.news_article .news_article_box .news_article_boxinner .news_article_boxinner_text .title h1 {
  border-bottom: 2px solid #009FBC;
  padding: 15px 0 15px 0;
  margin: 0;
  font-size: 30px;
  font-size: 1.875rem;
  text-decoration: none;
  color: #000;
}

.news_article .news_article_box .news_article_boxinner .news_article_boxinner_text .sub_info:before, .news_article .news_article_box .news_article_boxinner .news_article_boxinner_text .sub_info:after {
  content: "";
  display: table;
  clear: both;
}

.news_article .news_article_box .news_article_boxinner .news_article_boxinner_text .date_area {
  float: right;
}

.news_article .news_article_box .news_article_boxinner .news_article_boxinner_text .date_area .date {
  padding-top: 14px;
}

.news_article .news_article_box .news_article_boxinner .news_article_boxinner_text .Photo-undefine {
  float: right;
  margin: 30px 0 30px 30px;
}

.news_article .news_article_box .news_article_boxinner .news_article_boxinner_text .Photo-undefine .Etoki {
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.5;
}

.news_article .news_article_box .news_article_boxinner .news_article_boxinner_text .Photo-center {
  margin: 20px auto;
}

.news_article .news_article_box .news_article_boxinner .news_article_boxinner_text .Photo-center .Etoki {
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: bold;
}

.news_article .news_article_box .news_article_boxinner .news_article_boxinner_text .Photo-right {
  float: left;
  margin: 30px 30px 30px 0;
}

.news_article .news_article_box .news_article_boxinner .news_article_boxinner_text .Photo-right .Etoki {
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: bold;
}

.news_article .news_article_box .news_article_boxinner .news_article_boxinner_text .Photo-left {
  float: right;
  margin: 30px 0 30px 30px;
}

.news_article .news_article_box .news_article_boxinner .news_article_boxinner_text .Photo-left .Etoki {
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: bold;
}

.news_article .news_article_box .news_article_boxinner .news_article_boxinner_text .Text {
  width: 100%;
}

.news_article .news_article_box .news_article_boxinner .news_article_boxinner_text .Text p {
  line-height: 1.7;
  margin-top: 20px;
  font-size: 16px;
  font-size: 1rem;
}

.news_article .news_article_box .news_article_boxinner .news_article_boxinner_text .Headline1 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.7;
  margin: 10px 0;
}

.news_article .news_article_box .news_article_boxinner .news_article_boxinner_text .Headline2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.7;
  margin: 10px 0;
}

.news_article .news_article_box .news_article_boxinner .news_article_boxinner_text .Headline3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.7;
  margin: 10px 0;
}

.news_article .news_article_box .news_article_boxinner .social-plugin-wrapper {
  float: left;
  margin-top: 15px;
}

.news_article .news_article_box .news_article_boxinner .social-plugin-wrapper:before, .news_article .news_article_box .news_article_boxinner .social-plugin-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.news_article .news_article_box .news_article_boxinner .social-plugin-wrapper .social-plugin {
  overflow: hidden;
}

.news_article .news_article_box .news_article_boxinner .social-plugin-wrapper .social-plugin .sns-button {
  float: left;
  margin-right: 10px;
  vertical-align: bottom;
}

.news_article .news_article_box .news_article_boxinner .social-plugin-wrapper .social-plugin .sns-button .fb_iframe_widget > span {
  vertical-align: baseline !important;
}

.news_article .news_article_box .news_article_boxinner .social-plugin-wrapper .social-plugin .line {
  display: none;
}

.news_article .news_article_box .news_article_boxinner .Explanation {
  background-color: #ECF8FA;
  margin: 30px 0;
  overflow: hidden;
  padding: 20px;
}

.news_article .news_article_box .news_article_boxinner .Explanation p {
  font-size: 16px;
  font-size: 1rem;
}

.news_article .news_article_box .news_article_boxinner .Jikai {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 20px;
  color: #666;
}

.news_article .news_article_box .news_article_boxinner .Creditline {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}

.news_article .news_article_box .news_article_boxinner .Creditline:after {
  content: "";
  display: table;
  clear: both;
}

/*==============content================*/
.content {
  width: 990px;
  overflow: hidden;
  margin: 0 auto 30px;
}

.content .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.content .columnHalf {
  width: 50%;
}

.content .columnHalf .menu {
  display: block;
  text-align: center;
  line-height: 60px;
  text-decoration: none;
  color: #fff;
  position: relative;
}

.content .columnHalf .menu:after {
  position: absolute;
  right: 20px;
  content: url(/tokyo-np/archives/senkyo/kokusei201907/image/arrow03.png);
}

.content ul {
  padding: 20px 30px 20px 30px;
}

.content ul li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 100%;
}

.content ul li img {
  margin-left: 6px;
  margin-right: 7px;
}

.content ul li a {
  padding: 0 0 0 14px;
  background: url(/tokyo-np/archives/senkyo/kokusei201907/image/arrow01.png) left 6px no-repeat;
  text-decoration: none;
  color: #000;
  display: block;
}

.content ul li a:hover {
  color: #009FBC;
  background: url(/tokyo-np/archives/senkyo/kokusei201907/image/arrow02.png) left 6px no-repeat;
}

.content ul li .date {
  font-size: 80%;
}

.content ul li:last-child {
  margin-bottom: 0;
}

.content .b_color {
  background-color: #e8e8e8;
}

.content .spbutton {
  display: none;
}

.content .columnHalf .color-variation-m1,
.content .columnHalf .spbutton.color-variation-m1 {
  background-color: #009FBC;
}

.content .columnHalf .color-variation-m1:hover,
.content .columnHalf .spbutton.color-variation-m1:hover {
  opacity: 0.9;
}

.content .columnHalf .color-variation-m2,
.content .columnHalf .spbutton.color-variation-m2 {
  background-color: #0D6FB8;
}

.content .columnHalf .color-variation-m2:hover,
.content .columnHalf .spbutton.color-variation-m2:hover {
  opacity: 0.9;
}

.content .columnHalf .color-variation-m3,
.content .columnHalf .spbutton.color-variation-m3 {
  background-color: #FF9933;
}

.content .columnHalf .color-variation-m3:hover,
.content .columnHalf .spbutton.color-variation-m3:hover {
  opacity: 0.9;
}

.news_list {
  width: 990px;
  margin: 0 auto 30px auto;
  overflow: hidden;
}

.news_list .news_list_inner {
  width: 990px;
  margin: 20px auto;
  height: auto;
  border-top: 2px solid #009FBC;
  border-bottom: 2px solid #009FBC;
}

.news_list .news_list_inner h3 {
  display: inline;
  font-size: 16px;
  font-size: 1rem;
}

.news_list .news_list_inner ul li img {
  margin-left: 6px;
  margin-right: 7px;
}

.news_list .news_list_inner ul li a {
  background: url(/tokyo-np/archives/senkyo/kokusei201907/image/arrow01.png) no-repeat 30px;
  text-decoration: none;
  color: #000;
  padding: 20px 30px 20px 54px;
  display: block;
}

.news_list .news_list_inner ul li a:hover {
  color: #009FBC;
  background: url(/tokyo-np/archives/senkyo/kokusei201907/image/arrow02.png) no-repeat 30px;
}

.news_list .news_list_inner ul li .date {
  font-size: 80%;
}

.news_list .news_list_inner ul li:first-child {
  display: none;
}

.odd {
  background-color: #e8e8e8;
}

.even {
  background-color: white;
}

/*==============f_list================*/
.f_list {
  height: auto;
}

.f_list .f_list_inner {
  width: 990px;
  height: auto;
  margin: 0 auto 20px;
  overflow: hidden;
}

.f_list .f_list_inner ul {
  width: 1000px;
  margin-right: -10px;
}

.f_list .f_list_inner ul li {
  float: left;
  list-style: none;
  width: 240px;
  height: 46px;
  background-color: #009FBC;
  margin: 0 10px 10px 0;
  position: relative;
}

.f_list .f_list_inner ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 46px;
}

.f_list .f_list_inner ul li a:after {
  position: absolute;
  right: 20px;
  content: '>';
}

.f_list .f_list_inner ul li:first-child,
.f_list .f_list_inner ul li:first-child + li + li + li,
.f_list .f_list_inner ul li:first-child + li + li + li + li + li + li,
.f_list .f_list_inner ul li:first-child + li + li + li + li + li + li + li + li + li {
  background-color: #009FBC;
}

.f_list .f_list_inner ul li:first-child a:hover,
.f_list .f_list_inner ul li:first-child + li + li + li a:hover,
.f_list .f_list_inner ul li:first-child + li + li + li + li + li + li a:hover,
.f_list .f_list_inner ul li:first-child + li + li + li + li + li + li + li + li + li a:hover {
  opacity: 0.9;
}

.f_list .f_list_inner ul li:first-child + li,
.f_list .f_list_inner ul li:first-child + li + li + li + li,
.f_list .f_list_inner ul li:first-child + li + li + li + li + li + li + li,
.f_list .f_list_inner ul li:first-child + li + li + li + li + li + li + li + li + li + li {
  background-color: #0D6FB8;
}

.f_list .f_list_inner ul li:first-child + li a:hover,
.f_list .f_list_inner ul li:first-child + li + li + li + li a:hover,
.f_list .f_list_inner ul li:first-child + li + li + li + li + li + li + li a:hover,
.f_list .f_list_inner ul li:first-child + li + li + li + li + li + li + li + li + li + li a:hover {
  opacity: 0.9;
}

.f_list .f_list_inner ul li:first-child + li + li,
.f_list .f_list_inner ul li:first-child + li + li + li + li + li,
.f_list .f_list_inner ul li:first-child + li + li + li + li + li + li + li + li,
.f_list .f_list_inner ul li:first-child + li + li + li + li + li + li + li + li + li + li + li {
  background-color: #FF9933;
}

.f_list .f_list_inner ul li:first-child + li + li a:hover,
.f_list .f_list_inner ul li:first-child + li + li + li + li + li a:hover,
.f_list .f_list_inner ul li:first-child + li + li + li + li + li + li + li + li a:hover,
.f_list .f_list_inner ul li:first-child + li + li + li + li + li + li + li + li + li + li + li a:hover {
  opacity: 0.9;
}

/*==============f_banner_area================*/
.f_banner_area {
  clear: both;
  max-width: 990px;
  height: 50px;
  margin: 0 auto 30px;
  background-color: #009FBC;
}

.f_banner_area a {
  display: block;
  height: 50px;
}

.f_banner_area a img {
  display: block;
  margin: 0 auto;
  padding-top: 12px;
}

.f_banner_area:hover {
  opacity: 0.9;
}

.bannerarea {
  text-align: center;
  display: block;
}

.f_link {
  display: none;
}

/*==============footer================*/
footer {
  width: 100%;
  background-color: #dbe8f7;
  padding: 2px 0;
  overflow: hidden;
}

.wrap {
  width: 990px;
  margin: 0 auto;
  overflow: hidden;
}

#ftSubnavi {
  background: #dbe8f7;
  padding: 2px 0;
}

#ftSubnaviBox1 {
  overflow: hidden;
  margin: 2px 0 0;
}

#ftSubnaviBox1 h2 {
  width: 72px;
  float: left;
  margin: 0 32px 0 0;
  padding: 0 !important;
}

#ftSubnaviBox1 ul {
  float: left;
  overflow: hidden;
}

#ftSubnaviBox1 ul li {
  float: left;
  font-size: 15px;
  margin: 10px 36px 0 0;
  list-style: none;
}

#ftSubnaviBox1 ul li a {
  color: #787871;
}

#ftSubnaviBox1 ul li a:hover {
  color: #0568de;
  text-decoration: underline;
}

#ftSubnavi p {
  clear: both;
  border-top: 1px solid #89beff;
  color: #787871;
  font-size: 76%;
  margin: 0;
  padding: 12px 0 0;
}

/*==============todokede_table1================*/
#todokede_table1 {
  margin: 0 auto;
  width: 990px;
  height: auto;
  padding-bottom: 30px;
}

#todokede_table1 .table-1 {
  margin: 0;
  padding: 0;
  width: 990px;
  border: 1px solid #999;
  display: table;
}

#todokede_table1 .table-1 dl,
#todokede_table1 .table-1 dt,
#todokede_table1 .table-1 dd {
  margin: 0;
  padding: 0;
}

#todokede_table1 .table-1 .list-row {
  display: table-row;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  box-sizing: border-box;
  border-top: 1px solid #999;
}

#todokede_table1 .table-1 .list-row.koumoku {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #038dc9;
  line-height: 1.1em;
}

#todokede_table1 .table-1 .list-row.koumoku .list-detail-left .tou,
#todokede_table1 .table-1 .list-row.koumoku .list-detail-left .point,
#todokede_table1 .table-1 .list-row.koumoku .list-detail-left .photo {
  height: 70px;
  vertical-align: middle;
}

#todokede_table1 .table-1 .list-row.koumoku .list-detail-right {
  vertical-align: top;
}

#todokede_table1 .table-1 .list-row.koumoku .list-detail-right .list-detail-right-1 .name,
#todokede_table1 .table-1 .list-row.koumoku .list-detail-right .list-detail-right-1 .age {
  height: 70px;
  vertical-align: middle;
  color: white;
  text-align: center;
  border-left: 1px solid #fff;
}

#todokede_table1 .table-1 .list-row.koumoku .list-detail-right .list-detail-right-2 .kounin,
#todokede_table1 .table-1 .list-row.koumoku .list-detail-right .list-detail-right-2 .suisen,
#todokede_table1 .table-1 .list-row.koumoku .list-detail-right .list-detail-right-2 .sinkyu,
#todokede_table1 .table-1 .list-row.koumoku .list-detail-right .list-detail-right-2 .text,
#todokede_table1 .table-1 .list-row.koumoku .list-detail-right .list-detail-right-2 .kaisu,
#todokede_table1 .table-1 .list-row.koumoku .list-detail-right .list-detail-right-2 .jyuhuku {
  height: 70px;
  vertical-align: middle;
  color: white;
  text-align: center;
  border-left: 1px solid #fff;
}

#todokede_table1 .table-1 .list-row .list-detail-left {
  display: table-cell;
  width: 142px;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 1px solid #999;
}

#todokede_table1 .table-1 .list-row .list-detail-left .tou {
  display: table-cell;
  width: 22px;
  text-align: center;
  vertical-align: top;
  padding: 2px;
  box-sizing: border-box;
}

#todokede_table1 .table-1 .list-row .list-detail-left .point {
  display: table-cell;
  width: 100px;
  text-align: right;
  border-left: 1px solid #999;
  vertical-align: top;
  padding: 2px;
  box-sizing: border-box;
}

#todokede_table1 .table-1 .list-row .list-detail-left .photo {
  width: 142px;
  text-align: center;
  vertical-align: top;
  height: 100px;
  box-sizing: border-box;
}

#todokede_table1 .table-1 .list-row .list-detail-left .photo img {
  width: auto;
  height: 100px;
}

#todokede_table1 .table-1 .list-row .list-detail-right {
  display: table-cell;
  width: 850px;
  box-sizing: border-box;
  border-top: 1px solid #999;
}

#todokede_table1 .table-1 .list-row .list-detail-right .list-detail-right-1 {
  display: table-cell;
  vertical-align: middle;
  width: 350px;
}

#todokede_table1 .table-1 .list-row .list-detail-right .list-detail-right-1 .name {
  display: table-cell;
  border-left: 1px solid #999;
  text-align: left;
  height: 120px;
  width: 282px;
  padding: 0 20px;
  box-sizing: border-box;
  vertical-align: middle;
}

#todokede_table1 .table-1 .list-row .list-detail-right .list-detail-right-1 .age {
  display: table-cell;
  border-left: 1px solid #999;
  text-align: center;
  height: 120px;
  width: 68px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
}

#todokede_table1 .table-1 .list-row .list-detail-right .list-detail-right-2 {
  display: table-cell;
  vertical-align: middle;
  width: 498px;
}

#todokede_table1 .table-1 .list-row .list-detail-right .list-detail-right-2 .kounin,
#todokede_table1 .table-1 .list-row .list-detail-right .list-detail-right-2 .suisen,
#todokede_table1 .table-1 .list-row .list-detail-right .list-detail-right-2 .sinkyu {
  display: table-cell;
  width: 68px;
  border-left: 1px solid #999;
  text-align: center;
  height: 120px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
}

#todokede_table1 .table-1 .list-row .list-detail-right .list-detail-right-2 .kaisu {
  display: table-cell;
  width: 68px;
  border-left: 1px solid #999;
  text-align: center;
  height: 120px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
}

#todokede_table1 .table-1 .list-row .list-detail-right .list-detail-right-2 .jyuhuku {
  display: table-cell;
  width: 25px;
  border-left: 1px solid #999;
  text-align: center;
  height: 120px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
}

#todokede_table1 .table-1 .list-row .list-detail-right .list-detail-right-2 .text {
  display: table-cell;
  width: 226px;
  border-left: 1px solid #999;
  text-align: left;
  height: 120px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  vertical-align: middle;
}

#todokede_table1 .info {
  padding: 30px 0 0;
}

#todokede_table1 .info p span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

#todokede_table1 .info p {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 0 10px;
}

/*==============todokede_table2================*/
#todokede_table2 {
  margin: 0 auto;
  width: 990px;
  height: auto;
  padding-bottom: 30px;
}

#todokede_table2 .table-2 {
  margin: 0;
  padding: 0;
  width: 990px;
  border: 1px solid #999;
  display: table;
}

#todokede_table2 .table-2 dl,
#todokede_table2 .table-2 dt,
#todokede_table2 .table-2 dd {
  margin: 0;
  padding: 0;
}

#todokede_table2 .table-2 .list-row {
  display: table-row;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  box-sizing: border-box;
  border-top: 1px solid #999;
}

#todokede_table2 .table-2 .list-row.koumoku {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #038dc9;
  line-height: 1.1em;
}

#todokede_table2 .table-2 .list-row.koumoku .list-detail-left .tou,
#todokede_table2 .table-2 .list-row.koumoku .list-detail-left .point,
#todokede_table2 .table-2 .list-row.koumoku .list-detail-left .photo {
  height: 70px;
  vertical-align: middle;
}

#todokede_table2 .table-2 .list-row.koumoku .list-detail-right {
  vertical-align: top;
}

#todokede_table2 .table-2 .list-row.koumoku .list-detail-right .list-detail-right-1 .name,
#todokede_table2 .table-2 .list-row.koumoku .list-detail-right .list-detail-right-1 .age {
  height: 70px;
  vertical-align: middle;
  color: white;
  text-align: center;
  border-left: 1px solid #fff;
}

#todokede_table2 .table-2 .list-row.koumoku .list-detail-right .list-detail-right-2 .kounin,
#todokede_table2 .table-2 .list-row.koumoku .list-detail-right .list-detail-right-2 .suisen,
#todokede_table2 .table-2 .list-row.koumoku .list-detail-right .list-detail-right-2 .sinkyu,
#todokede_table2 .table-2 .list-row.koumoku .list-detail-right .list-detail-right-2 .text,
#todokede_table2 .table-2 .list-row.koumoku .list-detail-right .list-detail-right-2 .kaisu,
#todokede_table2 .table-2 .list-row.koumoku .list-detail-right .list-detail-right-2 .jyuhuku {
  height: 70px;
  vertical-align: middle;
  color: white;
  text-align: center;
  border-left: 1px solid #fff;
}

#todokede_table2 .table-2 .list-row .list-detail-left {
  display: table-cell;
  width: 142px;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 1px solid #999;
}

#todokede_table2 .table-2 .list-row .list-detail-left .tou {
  display: table-cell;
  width: 22px;
  text-align: center;
  vertical-align: top;
  padding: 2px;
  box-sizing: border-box;
}

#todokede_table2 .table-2 .list-row .list-detail-left .point {
  display: table-cell;
  width: 100px;
  text-align: right;
  border-left: 1px solid #999;
  vertical-align: top;
  padding: 2px;
  box-sizing: border-box;
}

#todokede_table2 .table-2 .list-row .list-detail-left .photo {
  width: 142px;
  text-align: center;
  vertical-align: top;
  height: 100px;
  box-sizing: border-box;
}

#todokede_table2 .table-2 .list-row .list-detail-left .photo img {
  width: auto;
  height: 100px;
}

#todokede_table2 .table-2 .list-row .list-detail-right {
  display: table-cell;
  width: 848px;
  box-sizing: border-box;
  border-top: 1px solid #999;
}

#todokede_table2 .table-2 .list-row .list-detail-right .list-detail-right-1 {
  display: table-cell;
  vertical-align: middle;
  width: 395px;
}

#todokede_table2 .table-2 .list-row .list-detail-right .list-detail-right-1 .name {
  display: table-cell;
  border-left: 1px solid #999;
  text-align: left;
  height: 120px;
  width: 282px;
  padding: 0 20px;
  box-sizing: border-box;
  vertical-align: middle;
}

#todokede_table2 .table-2 .list-row .list-detail-right .list-detail-right-1 .age {
  display: table-cell;
  border-left: 1px solid #999;
  text-align: center;
  height: 120px;
  width: 113px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
}

#todokede_table2 .table-2 .list-row .list-detail-right .list-detail-right-2 {
  display: table-cell;
  vertical-align: middle;
  width: 453px;
}

#todokede_table2 .table-2 .list-row .list-detail-right .list-detail-right-2 .kounin,
#todokede_table2 .table-2 .list-row .list-detail-right .list-detail-right-2 .suisen,
#todokede_table2 .table-2 .list-row .list-detail-right .list-detail-right-2 .sinkyu {
  display: table-cell;
  width: 113px;
  border-left: 1px solid #999;
  text-align: center;
  height: 120px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
}

#todokede_table2 .table-2 .list-row .list-detail-right .list-detail-right-2 .kaisu {
  display: table-cell;
  width: 113px;
  border-left: 1px solid #999;
  text-align: center;
  height: 120px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
}

#todokede_table2 .table-2 .list-row .list-detail-right .list-detail-right-2 .text {
  display: table-cell;
  width: 227px;
  border-left: 1px solid #999;
  text-align: left;
  height: 120px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  vertical-align: middle;
}

#todokede_table2 .info {
  padding: 30px 0 0;
}

#todokede_table2 .info p span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

#todokede_table2 .info p {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 0 30px;
}

/*==============todokede_table3================*/
#todokede_table3 {
  margin: 0 auto 5px;
  width: 990px;
  height: auto;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  box-sizing: border-box;
}

#todokede_table3 thead {
  box-sizing: border-box;
}

#todokede_table3 thead th {
  background: #038dc9;
  font-weight: normal;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  color: white;
}

#todokede_table3 thead th:last-child {
  border-right: 1px solid #999;
}

#todokede_table3 thead .tr_top .under {
  width: 57px;
  border-bottom: 1px solid #999;
  height: 85px;
}

#todokede_table3 thead .tr_top .head_sum {
  width: 114px;
}

#todokede_table3 thead .tr_under th {
  border-bottom: 1px solid #999;
  width: 57px;
}

#todokede_table3 thead .tr_under th:last-child {
  border-right: 1px solid white;
}

#todokede_table3 thead .tr_under .under_sum {
  width: 114px;
}

#todokede_table3 tbody {
  box-sizing: border-box;
}

#todokede_table3 tbody tr th {
  height: 34px;
  font-weight: normal;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  background: #ccc;
  text-align: center;
}

#todokede_table3 tbody tr .first {
  width: 190px;
  box-sizing: border-box;
}

#todokede_table3 tbody tr td {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: center;
}

#sp_table {
  display: none;
}

.pc-table-cell {
  display: table-cell;
}

.sp-table-cell {
  display: none;
}

.table3_text {
  width: 990px;
  margin: 0 auto;
  padding-bottom: 30px;
}

/*==============kaihyo_table3================*/
#kaihyo_table3 {
  margin: 30px auto 5px auto;
  width: 990px;
  height: auto;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  box-sizing: border-box;
}

#kaihyo_table3 thead {
  box-sizing: border-box;
}

#kaihyo_table3 thead th {
  background: #038dc9;
  font-weight: normal;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  color: white;
}

#kaihyo_table3 thead th:last-child {
  border-right: 1px solid #999;
}

#kaihyo_table3 thead .tr_top .under {
  width: 57px;
  border-bottom: 1px solid #999;
  height: 85px;
}

#kaihyo_table3 thead .tr_top .head_sum {
  width: 114px;
}

#kaihyo_table3 thead .tr_under th {
  border-bottom: 1px solid #999;
  width: 57px;
}

#kaihyo_table3 thead .tr_under th:last-child {
  border-right: 1px solid white;
}

#kaihyo_table3 thead .tr_under .under_sum {
  width: 114px;
}

#kaihyo_table3 tbody {
  box-sizing: border-box;
}

#kaihyo_table3 tbody tr th {
  height: 34px;
  font-weight: normal;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  background: #ccc;
  text-align: center;
}

#kaihyo_table3 tbody tr .first {
  width: 190px;
  box-sizing: border-box;
}

#kaihyo_table3 tbody tr td {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: center;
}

#sp_table {
  display: none;
}

.pc-table-cell {
  display: table-cell;
}

.sp-table-cell {
  display: none;
}

.table3_text {
  width: 990px;
  margin: 0 auto;
  padding-bottom: 30px;
}

/*==============todokede_table1_photo_none================*/
#todokede_table1_photo_none {
  margin: 0 auto;
  width: 990px;
  height: auto;
  padding-bottom: 30px;
}

#todokede_table1_photo_none .table-1 {
  margin: 0;
  padding: 0;
  width: 990px;
  border: 1px solid #999;
  display: table;
}

#todokede_table1_photo_none .table-1 dl,
#todokede_table1_photo_none .table-1 dt,
#todokede_table1_photo_none .table-1 dd {
  margin: 0;
  padding: 0;
}

#todokede_table1_photo_none .table-1 .list-row {
  display: table-row;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  box-sizing: border-box;
  border-top: 1px solid #999;
}

#todokede_table1_photo_none .table-1 .list-row.koumoku {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #038dc9;
  line-height: 1.1em;
}

#todokede_table1_photo_none .table-1 .list-row.koumoku .list-detail-right {
  vertical-align: top;
}

#todokede_table1_photo_none .table-1 .list-row.koumoku .list-detail-right .list-detail-right-1 .name {
  height: 70px;
  vertical-align: middle;
  color: white;
  text-align: center;
}

#todokede_table1_photo_none .table-1 .list-row.koumoku .list-detail-right .list-detail-right-1 .age {
  height: 70px;
  vertical-align: middle;
  color: white;
  text-align: center;
  border-left: 1px solid #fff;
}

#todokede_table1_photo_none .table-1 .list-row.koumoku .list-detail-right .list-detail-right-2 .kounin,
#todokede_table1_photo_none .table-1 .list-row.koumoku .list-detail-right .list-detail-right-2 .suisen,
#todokede_table1_photo_none .table-1 .list-row.koumoku .list-detail-right .list-detail-right-2 .sinkyu,
#todokede_table1_photo_none .table-1 .list-row.koumoku .list-detail-right .list-detail-right-2 .text,
#todokede_table1_photo_none .table-1 .list-row.koumoku .list-detail-right .list-detail-right-2 .kaisu,
#todokede_table1_photo_none .table-1 .list-row.koumoku .list-detail-right .list-detail-right-2 .jyuhuku {
  height: 70px;
  vertical-align: middle;
  color: white;
  text-align: center;
  border-left: 1px solid #fff;
}

#todokede_table1_photo_none .table-1 .list-row .list-detail-right {
  width: 990px;
  box-sizing: border-box;
  border-top: 1px solid #999;
}

#todokede_table1_photo_none .table-1 .list-row .list-detail-right .list-detail-right-1 {
  display: table-cell;
  vertical-align: middle;
  width: 468px;
}

#todokede_table1_photo_none .table-1 .list-row .list-detail-right .list-detail-right-1 .name {
  display: table-cell;
  text-align: left;
  height: 90px;
  width: 400px;
  padding: 0 20px;
  box-sizing: border-box;
  vertical-align: middle;
}

#todokede_table1_photo_none .table-1 .list-row .list-detail-right .list-detail-right-1 .age {
  display: table-cell;
  border-left: 1px solid #999;
  text-align: center;
  height: 90px;
  width: 68px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
}

#todokede_table1_photo_none .table-1 .list-row .list-detail-right .list-detail-right-2 {
  display: table-cell;
  vertical-align: middle;
  width: 522px;
}

#todokede_table1_photo_none .table-1 .list-row .list-detail-right .list-detail-right-2 .kounin,
#todokede_table1_photo_none .table-1 .list-row .list-detail-right .list-detail-right-2 .suisen,
#todokede_table1_photo_none .table-1 .list-row .list-detail-right .list-detail-right-2 .sinkyu {
  display: table-cell;
  width: 68px;
  border-left: 1px solid #999;
  text-align: center;
  height: 90px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
}

#todokede_table1_photo_none .table-1 .list-row .list-detail-right .list-detail-right-2 .kaisu {
  display: table-cell;
  width: 68px;
  border-left: 1px solid #999;
  text-align: center;
  height: 90px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
}

#todokede_table1_photo_none .table-1 .list-row .list-detail-right .list-detail-right-2 .jyuhuku {
  display: table-cell;
  width: 25px;
  border-left: 1px solid #999;
  text-align: center;
  height: 90px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
}

#todokede_table1_photo_none .table-1 .list-row .list-detail-right .list-detail-right-2 .text {
  display: table-cell;
  width: 250px;
  border-left: 1px solid #999;
  text-align: left;
  height: 90px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  vertical-align: middle;
}

#todokede_table1_photo_none .info {
  padding: 30px 0 0;
}

#todokede_table1_photo_none .info p span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

#todokede_table1_photo_none .info p {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 0 10px;
}

/*==============todokede_table2_photo_none================*/
#todokede_table2_photo_none {
  margin: 0 auto;
  width: 990px;
  height: auto;
  padding-bottom: 30px;
}

#todokede_table2_photo_none .table-2 {
  margin: 0;
  padding: 0;
  width: 990px;
  border: 1px solid #999;
  display: table;
}

#todokede_table2_photo_none .table-2 dl,
#todokede_table2_photo_none .table-2 dt,
#todokede_table2_photo_none .table-2 dd {
  margin: 0;
  padding: 0;
}

#todokede_table2_photo_none .table-2 .list-row {
  display: table-row;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  box-sizing: border-box;
  border-top: 1px solid #999;
}

#todokede_table2_photo_none .table-2 .list-row.koumoku {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #038dc9;
  line-height: 1.1em;
}

#todokede_table2_photo_none .table-2 .list-row.koumoku .list-detail-right {
  vertical-align: top;
}

#todokede_table2_photo_none .table-2 .list-row.koumoku .list-detail-right .list-detail-right-1 .name {
  height: 70px;
  vertical-align: middle;
  color: white;
  text-align: center;
}

#todokede_table2_photo_none .table-2 .list-row.koumoku .list-detail-right .list-detail-right-1 .age {
  height: 70px;
  vertical-align: middle;
  color: white;
  text-align: center;
  border-left: 1px solid #fff;
}

#todokede_table2_photo_none .table-2 .list-row.koumoku .list-detail-right .list-detail-right-2 .kounin,
#todokede_table2_photo_none .table-2 .list-row.koumoku .list-detail-right .list-detail-right-2 .suisen,
#todokede_table2_photo_none .table-2 .list-row.koumoku .list-detail-right .list-detail-right-2 .sinkyu,
#todokede_table2_photo_none .table-2 .list-row.koumoku .list-detail-right .list-detail-right-2 .text,
#todokede_table2_photo_none .table-2 .list-row.koumoku .list-detail-right .list-detail-right-2 .kaisu,
#todokede_table2_photo_none .table-2 .list-row.koumoku .list-detail-right .list-detail-right-2 .jyuhuku {
  height: 70px;
  vertical-align: middle;
  color: white;
  text-align: center;
  border-left: 1px solid #fff;
}

#todokede_table2_photo_none .table-2 .list-row .list-detail-right {
  width: 990px;
  box-sizing: border-box;
  border-top: 1px solid #999;
}

#todokede_table2_photo_none .table-2 .list-row .list-detail-right .list-detail-right-1 {
  display: table-cell;
  vertical-align: middle;
  width: 468px;
}

#todokede_table2_photo_none .table-2 .list-row .list-detail-right .list-detail-right-1 .name {
  display: table-cell;
  text-align: left;
  height: 90px;
  width: 355px;
  padding: 0 20px;
  box-sizing: border-box;
  vertical-align: middle;
}

#todokede_table2_photo_none .table-2 .list-row .list-detail-right .list-detail-right-1 .age {
  display: table-cell;
  border-left: 1px solid #999;
  text-align: center;
  height: 90px;
  width: 113px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
}

#todokede_table2_photo_none .table-2 .list-row .list-detail-right .list-detail-right-2 {
  display: table-cell;
  vertical-align: middle;
  width: 522px;
}

#todokede_table2_photo_none .table-2 .list-row .list-detail-right .list-detail-right-2 .kounin,
#todokede_table2_photo_none .table-2 .list-row .list-detail-right .list-detail-right-2 .suisen,
#todokede_table2_photo_none .table-2 .list-row .list-detail-right .list-detail-right-2 .sinkyu {
  display: table-cell;
  width: 113px;
  border-left: 1px solid #999;
  text-align: center;
  height: 90px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
}

#todokede_table2_photo_none .table-2 .list-row .list-detail-right .list-detail-right-2 .kaisu {
  display: table-cell;
  width: 113px;
  border-left: 1px solid #999;
  text-align: center;
  height: 90px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
}

#todokede_table2_photo_none .table-2 .list-row .list-detail-right .list-detail-right-2 .jyuhuku {
  display: table-cell;
  width: 25px;
  border-left: 1px solid #999;
  text-align: center;
  height: 90px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
}

#todokede_table2_photo_none .table-2 .list-row .list-detail-right .list-detail-right-2 .text {
  display: table-cell;
  width: 305px;
  border-left: 1px solid #999;
  text-align: left;
  height: 90px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  vertical-align: middle;
}

#todokede_table2_photo_none .info {
  padding: 30px 0 0;
}

#todokede_table2_photo_none .info p span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

#todokede_table2_photo_none .info p {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 0 30px;
}

/*==============todokede_table_shuin1================*/
.todokede_table_shuin1 {
  margin: 0 auto 20px auto;
  width: 990px;
  height: auto;
}

.todokede_table_shuin1 .table_shuin1 {
  margin: 0;
  padding: 0;
  width: 990px;
  border: 1px solid #999;
  display: table;
}

.todokede_table_shuin1 .table_shuin1 dl,
.todokede_table_shuin1 .table_shuin1 dt,
.todokede_table_shuin1 .table_shuin1 dd {
  margin: 0;
  padding: 0;
}

.todokede_table_shuin1 .table_shuin1 .list-row {
  display: table-row;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  box-sizing: border-box;
  border-top: 1px solid #999;
}

.todokede_table_shuin1 .table_shuin1 .list-row.koumoku {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #900;
  line-height: 1.1em;
}

.todokede_table_shuin1 .table_shuin1 .list-row.koumoku .list-detail-left .tou,
.todokede_table_shuin1 .table_shuin1 .list-row.koumoku .list-detail-left .point,
.todokede_table_shuin1 .table_shuin1 .list-row.koumoku .list-detail-left .photo {
  height: 70px;
  vertical-align: middle;
}

.todokede_table_shuin1 .table_shuin1 .list-row.koumoku .list-detail-right {
  vertical-align: top;
}

.todokede_table_shuin1 .table_shuin1 .list-row.koumoku .list-detail-right .list-detail-right-1 .name,
.todokede_table_shuin1 .table_shuin1 .list-row.koumoku .list-detail-right .list-detail-right-1 .age {
  height: 70px;
  vertical-align: middle;
  color: white;
  border-left: 1px solid #fff;
  text-align: center;
}

.todokede_table_shuin1 .table_shuin1 .list-row.koumoku .list-detail-right .list-detail-right-2 .kounin,
.todokede_table_shuin1 .table_shuin1 .list-row.koumoku .list-detail-right .list-detail-right-2 .suisen,
.todokede_table_shuin1 .table_shuin1 .list-row.koumoku .list-detail-right .list-detail-right-2 .sinkyu,
.todokede_table_shuin1 .table_shuin1 .list-row.koumoku .list-detail-right .list-detail-right-2 .text,
.todokede_table_shuin1 .table_shuin1 .list-row.koumoku .list-detail-right .list-detail-right-2 .kaisu,
.todokede_table_shuin1 .table_shuin1 .list-row.koumoku .list-detail-right .list-detail-right-2 .jyuhuku {
  height: 70px;
  vertical-align: middle;
  color: white;
  border-left: 1px solid #fff;
  text-align: center;
  padding: 0;
}

.todokede_table_shuin1 .table_shuin1 .list-row .list-detail-left {
  display: table-cell;
  width: 142px;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 1px solid #999;
}

.todokede_table_shuin1 .table_shuin1 .list-row .list-detail-left .photo {
  width: 142px;
  text-align: center;
  vertical-align: top;
  height: 100px;
  box-sizing: border-box;
}

.todokede_table_shuin1 .table_shuin1 .list-row .list-detail-left .photo img {
  width: auto;
  height: 100px;
}

.todokede_table_shuin1 .table_shuin1 .list-row .list-detail-right {
  display: table-cell;
  width: 878px;
  box-sizing: border-box;
  border-top: 1px solid #999;
}

.todokede_table_shuin1 .table_shuin1 .list-row .list-detail-right .list-detail-right-1 {
  display: table-cell;
  vertical-align: middle;
  width: 312px;
}

.todokede_table_shuin1 .table_shuin1 .list-row .list-detail-right .list-detail-right-1 .name {
  display: table-cell;
  border-left: 1px solid #999;
  text-align: left;
  height: 120px;
  width: 244px;
  padding: 0 20px;
  box-sizing: border-box;
  vertical-align: middle;
}

.todokede_table_shuin1 .table_shuin1 .list-row .list-detail-right .list-detail-right-1 .age {
  display: table-cell;
  border-left: 1px solid #999;
  text-align: center;
  height: 120px;
  width: 68px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
}

.todokede_table_shuin1 .table_shuin1 .list-row .list-detail-right .list-detail-right-2 {
  display: table-cell;
  vertical-align: middle;
  width: 536px;
}

.todokede_table_shuin1 .table_shuin1 .list-row .list-detail-right .list-detail-right-2 .kounin,
.todokede_table_shuin1 .table_shuin1 .list-row .list-detail-right .list-detail-right-2 .suisen,
.todokede_table_shuin1 .table_shuin1 .list-row .list-detail-right .list-detail-right-2 .sinkyu,
.todokede_table_shuin1 .table_shuin1 .list-row .list-detail-right .list-detail-right-2 .kaisu {
  display: table-cell;
  width: 68px;
  border-left: 1px solid #999;
  text-align: center;
  height: 120px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
}

.todokede_table_shuin1 .table_shuin1 .list-row .list-detail-right .list-detail-right-2 .jyuhuku {
  display: table-cell;
  width: 60px;
  border-left: 1px solid #999;
  text-align: center;
  height: 120px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
}

.todokede_table_shuin1 .table_shuin1 .list-row .list-detail-right .list-detail-right-2 .text {
  display: table-cell;
  width: 204px;
  border-left: 1px solid #999;
  text-align: left;
  height: 120px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  vertical-align: middle;
}

.todokede_table_shuin1 .info {
  padding: 30px 0 0;
}

.todokede_table_shuin1 .info p span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

.todokede_table_shuin1 .info p span img {
  width: 20px;
  vertical-align: middle;
  padding: 0 6px 4px 0;
}

.todokede_table_shuin1 .info p {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 0 10px;
}

/*==============todokede_table_shuin2================*/
.todokede_table_shuin2 {
  margin: 0 auto;
  width: 990px;
  height: auto;
  padding-bottom: 30px;
}

.todokede_table_shuin2 .table_shuin2 {
  margin: 0;
  padding: 0;
  width: 990px;
  border: 1px solid #999;
  display: table;
}

.todokede_table_shuin2 .table_shuin2 dl,
.todokede_table_shuin2 .table_shuin2 dt,
.todokede_table_shuin2 .table_shuin2 dd {
  margin: 0;
  padding: 0;
}

.todokede_table_shuin2 .table_shuin2 .list-row {
  display: table-row;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  box-sizing: border-box;
  border-top: 1px solid #999;
}

.todokede_table_shuin2 .table_shuin2 .list-row.koumoku {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #900;
  line-height: 1.1em;
}

.todokede_table_shuin2 .table_shuin2 .list-row.koumoku .list-detail-right {
  vertical-align: top;
}

.todokede_table_shuin2 .table_shuin2 .list-row.koumoku .list-detail-right .list-detail-right-1 .name,
.todokede_table_shuin2 .table_shuin2 .list-row.koumoku .list-detail-right .list-detail-right-1 .age {
  height: 70px;
  vertical-align: middle;
  color: white;
  text-align: center;
  padding: 0;
}

.todokede_table_shuin2 .table_shuin2 .list-row.koumoku .list-detail-right .list-detail-right-2 .kounin,
.todokede_table_shuin2 .table_shuin2 .list-row.koumoku .list-detail-right .list-detail-right-2 .suisen,
.todokede_table_shuin2 .table_shuin2 .list-row.koumoku .list-detail-right .list-detail-right-2 .sinkyu,
.todokede_table_shuin2 .table_shuin2 .list-row.koumoku .list-detail-right .list-detail-right-2 .text,
.todokede_table_shuin2 .table_shuin2 .list-row.koumoku .list-detail-right .list-detail-right-2 .kaisu,
.todokede_table_shuin2 .table_shuin2 .list-row.koumoku .list-detail-right .list-detail-right-2 .jyuhuku {
  height: 70px;
  vertical-align: middle;
  color: white;
  text-align: center;
  padding: 0;
}

.todokede_table_shuin2 .table_shuin2 .list-row .list-detail-right {
  width: 990px;
  box-sizing: border-box;
  border-top: 1px solid #999;
}

.todokede_table_shuin2 .table_shuin2 .list-row .list-detail-right .list-detail-right-1 {
  display: table-cell;
  vertical-align: middle;
  width: 381px;
}

.todokede_table_shuin2 .table_shuin2 .list-row .list-detail-right .list-detail-right-1 .name {
  display: table-cell;
  text-align: left;
  height: 120px;
  width: 313px;
  padding: 0 20px;
  box-sizing: border-box;
  vertical-align: middle;
}

.todokede_table_shuin2 .table_shuin2 .list-row .list-detail-right .list-detail-right-1 .age {
  display: table-cell;
  border-left: 1px solid #999;
  text-align: center;
  height: 120px;
  width: 68px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
}

.todokede_table_shuin2 .table_shuin2 .list-row .list-detail-right .list-detail-right-2 {
  display: table-cell;
  vertical-align: middle;
  width: 609px;
}

.todokede_table_shuin2 .table_shuin2 .list-row .list-detail-right .list-detail-right-2 .kounin,
.todokede_table_shuin2 .table_shuin2 .list-row .list-detail-right .list-detail-right-2 .suisen,
.todokede_table_shuin2 .table_shuin2 .list-row .list-detail-right .list-detail-right-2 .sinkyu {
  display: table-cell;
  width: 68px;
  border-left: 1px solid #999;
  text-align: center;
  height: 120px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
}

.todokede_table_shuin2 .table_shuin2 .list-row .list-detail-right .list-detail-right-2 .kaisu {
  display: table-cell;
  width: 68px;
  border-left: 1px solid #999;
  text-align: center;
  height: 120px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
}

.todokede_table_shuin2 .table_shuin2 .list-row .list-detail-right .list-detail-right-2 .jyuhuku {
  display: table-cell;
  width: 68px;
  border-left: 1px solid #999;
  text-align: center;
  height: 120px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
}

.todokede_table_shuin2 .table_shuin2 .list-row .list-detail-right .list-detail-right-2 .text {
  display: table-cell;
  width: 269px;
  border-left: 1px solid #999;
  text-align: left;
  height: 120px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  vertical-align: middle;
}

.todokede_table_shuin2 .info {
  padding: 30px 0 0;
}

.todokede_table_shuin2 .info p span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

.todokede_table_shuin2 .info p span img {
  width: 20px;
  vertical-align: middle;
  padding: 0 6px 4px 0;
}

.todokede_table_shuin2 .info p {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 0 10px;
}

/*==============todokede_table_shuin3================*/
.todokede_table_shuin3 {
  margin: 0 auto;
  width: 990px;
  height: auto;
}

.todokede_table_shuin3 .table_shuin3 {
  margin: 0;
  padding: 0;
  width: 990px;
  border: 1px solid #999;
  display: table;
}

.todokede_table_shuin3 .table_shuin3 dl,
.todokede_table_shuin3 .table_shuin3 dt,
.todokede_table_shuin3 .table_shuin3 dd {
  margin: 0;
  padding: 0;
}

.todokede_table_shuin3 .table_shuin3 .list-row {
  display: table-row;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  box-sizing: border-box;
  border-top: 1px solid #999;
}

.todokede_table_shuin3 .table_shuin3 .list-row.koumoku {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #900;
  line-height: 1.1em;
}

.todokede_table_shuin3 .table_shuin3 .list-row.koumoku .list-detail-left .meibo {
  color: #fff;
  height: 70px;
  vertical-align: middle;
}

.todokede_table_shuin3 .table_shuin3 .list-row.koumoku .list-detail-right {
  vertical-align: top;
}

.todokede_table_shuin3 .table_shuin3 .list-row.koumoku .list-detail-right .list-detail-right-1 .name,
.todokede_table_shuin3 .table_shuin3 .list-row.koumoku .list-detail-right .list-detail-right-1 .age {
  height: 70px;
  vertical-align: middle;
  color: white;
  text-align: center;
  border-left: 1px solid #fff;
}

.todokede_table_shuin3 .table_shuin3 .list-row.koumoku .list-detail-right .list-detail-right-2 .sinkyu,
.todokede_table_shuin3 .table_shuin3 .list-row.koumoku .list-detail-right .list-detail-right-2 .text,
.todokede_table_shuin3 .table_shuin3 .list-row.koumoku .list-detail-right .list-detail-right-2 .kaisu,
.todokede_table_shuin3 .table_shuin3 .list-row.koumoku .list-detail-right .list-detail-right-2 .jyuhuku {
  height: 70px;
  vertical-align: middle;
  color: white;
  text-align: center;
  border-left: 1px solid #fff;
}

.todokede_table_shuin3 .table_shuin3 .list-row .list-detail-left {
  text-align: center;
  display: table-cell;
  width: 142px;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 1px solid #999;
}

.todokede_table_shuin3 .table_shuin3 .list-row .list-detail-left .meibo {
  display: table-cell;
  width: 142px;
  text-align: center;
  vertical-align: top;
  padding: 2px;
  box-sizing: border-box;
}

.todokede_table_shuin3 .table_shuin3 .list-row .list-detail-right {
  width: 922px;
  box-sizing: border-box;
  border-top: 1px solid #999;
}

.todokede_table_shuin3 .table_shuin3 .list-row .list-detail-right .list-detail-right-1 {
  display: table-cell;
  vertical-align: middle;
  width: 350px;
}

.todokede_table_shuin3 .table_shuin3 .list-row .list-detail-right .list-detail-right-1 .name {
  display: table-cell;
  border-left: 1px solid #999;
  text-align: left;
  height: 120px;
  width: 282px;
  padding: 0 20px;
  box-sizing: border-box;
  vertical-align: middle;
}

.todokede_table_shuin3 .table_shuin3 .list-row .list-detail-right .list-detail-right-1 .age {
  display: table-cell;
  border-left: 1px solid #999;
  text-align: center;
  height: 120px;
  width: 68px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
}

.todokede_table_shuin3 .table_shuin3 .list-row .list-detail-right .list-detail-right-2 {
  display: table-cell;
  vertical-align: middle;
  width: 572px;
}

.todokede_table_shuin3 .table_shuin3 .list-row .list-detail-right .list-detail-right-2 .sinkyu {
  display: table-cell;
  width: 68px;
  border-left: 1px solid #999;
  text-align: center;
  height: 120px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
}

.todokede_table_shuin3 .table_shuin3 .list-row .list-detail-right .list-detail-right-2 .kaisu {
  display: table-cell;
  width: 68px;
  border-left: 1px solid #999;
  text-align: center;
  height: 120px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
}

.todokede_table_shuin3 .table_shuin3 .list-row .list-detail-right .list-detail-right-2 .jyuhuku {
  display: table-cell;
  width: 100px;
  border-left: 1px solid #999;
  text-align: center;
  height: 120px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
}

.todokede_table_shuin3 .table_shuin3 .list-row .list-detail-right .list-detail-right-2 .text {
  display: table-cell;
  width: 336px;
  border-left: 1px solid #999;
  text-align: left;
  height: 120px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  vertical-align: middle;
}

.todokede_table_shuin3 .info {
  padding: 30px 0 0;
}

.todokede_table_shuin3 .info p span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

.todokede_table_shuin3 .info p span img {
  width: 20px;
  vertical-align: middle;
  padding: 0 6px 4px 0;
}

.todokede_table_shuin3 .info p {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 0 10px;
}

/*==============todokede_table_shuin4================*/
#todokede_table_shuin4 {
  margin: 0 auto 30px auto;
  width: 990px;
  height: auto;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  box-sizing: border-box;
}

#todokede_table_shuin4 thead {
  box-sizing: border-box;
}

#todokede_table_shuin4 thead th {
  background: #900;
  font-weight: normal;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  color: white;
}

#todokede_table_shuin4 thead .tr_top .under {
  width: 57px;
  border-bottom: 1px solid #999;
  height: 85px;
}

#todokede_table_shuin4 thead .tr_top .head_sum {
  width: 114px;
}

#todokede_table_shuin4 thead .tr_under th {
  border-bottom: 1px solid #999;
  width: 57px;
}

#todokede_table_shuin4 thead .tr_under .under_sum {
  width: 114px;
}

#todokede_table_shuin4 tbody {
  box-sizing: border-box;
}

#todokede_table_shuin4 tbody tr th {
  height: 34px;
  font-weight: normal;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  background: #ccc;
  text-align: center;
}

#todokede_table_shuin4 tbody tr .first {
  width: 190px;
  box-sizing: border-box;
}

#todokede_table_shuin4 tbody tr td {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: center;
}

#sp_table {
  display: none;
}

.pc-table-cell {
  display: table-cell;
}

.sp-table-cell {
  display: none;
}

.table3_text {
  width: 990px;
  margin: 0 auto;
  padding-bottom: 30px;
}

/*==============kaihyo_table_shuin1================*/
.kaihyo_table_shuin1 {
  margin: 0 auto;
  width: 990px;
  height: auto;
  padding-bottom: 30px;
}

.kaihyo_table_shuin1 .table-shuin1 {
  margin: 0;
  padding: 0;
  width: 990px;
  border: 1px solid #999;
  display: table;
}

.kaihyo_table_shuin1 .table-shuin1 dl, .kaihyo_table_shuin1 .table-shuin1 dt, .kaihyo_table_shuin1 .table-shuin1 dd {
  margin: 0;
  padding: 0;
}

.kaihyo_table_shuin1 .table-shuin1 .list-row {
  display: table-row;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  box-sizing: border-box;
  border-top: 1px solid #999;
}

.kaihyo_table_shuin1 .table-shuin1 .list-row.koumoku {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #900;
  line-height: 1.1em;
}

.kaihyo_table_shuin1 .table-shuin1 .list-row.koumoku .list-detail-left {
  display: table-cell;
  float: none;
  width: auto;
  box-sizing: border-box;
  border: none;
}

.kaihyo_table_shuin1 .table-shuin1 .list-row.koumoku .list-detail-left.part-1 {
  text-align: center;
  vertical-align: middle;
  width: 57px;
}

.kaihyo_table_shuin1 .table-shuin1 .list-row.koumoku .list-detail-left.part-2 {
  text-align: center;
  vertical-align: middle;
  width: 128px;
}

.kaihyo_table_shuin1 .table-shuin1 .list-row.koumoku .list-detail-left.part-3 {
  text-align: center;
  vertical-align: middle;
  width: 140px;
}

.kaihyo_table_shuin1 .table-shuin1 .list-row.koumoku .list-detail-left .tou {
  border-left-width: 0;
  width: auto;
  height: 70px;
  vertical-align: middle;
  color: white;
}

.kaihyo_table_shuin1 .table-shuin1 .list-row.koumoku .list-detail-left .point {
  text-align: center;
  width: 128px;
  height: 70px;
  vertical-align: middle;
  border-left: 1px solid #fff;
  color: white;
}

.kaihyo_table_shuin1 .table-shuin1 .list-row.koumoku .list-detail-left .photo {
  width: auto;
  height: 70px;
  vertical-align: middle;
  border-left: 1px solid #fff;
  color: white;
}

.kaihyo_table_shuin1 .table-shuin1 .list-row.koumoku .list-detail-right {
  border-top-width: 0;
  display: table-cell;
  float: none;
  vertical-align: top;
}

.kaihyo_table_shuin1 .table-shuin1 .list-row.koumoku .list-detail-right .list-detail-right-1 .name,
.kaihyo_table_shuin1 .table-shuin1 .list-row.koumoku .list-detail-right .list-detail-right-1 .age {
  height: 70px;
  vertical-align: middle;
  color: white;
  text-align: center;
  border-left: 1px solid #fff;
}

.kaihyo_table_shuin1 .table-shuin1 .list-row.koumoku .list-detail-right .list-detail-right-2 .kounin,
.kaihyo_table_shuin1 .table-shuin1 .list-row.koumoku .list-detail-right .list-detail-right-2 .suisen,
.kaihyo_table_shuin1 .table-shuin1 .list-row.koumoku .list-detail-right .list-detail-right-2 .sinkyu,
.kaihyo_table_shuin1 .table-shuin1 .list-row.koumoku .list-detail-right .list-detail-right-2 .text,
.kaihyo_table_shuin1 .table-shuin1 .list-row.koumoku .list-detail-right .list-detail-right-2 .kaisu,
.kaihyo_table_shuin1 .table-shuin1 .list-row.koumoku .list-detail-right .list-detail-right-2 .jyuhuku {
  height: 70px;
  vertical-align: middle;
  color: white;
  text-align: center;
  border-left: 1px solid #fff;
}

.kaihyo_table_shuin1 .table-shuin1 .list-row .list-detail-left {
  display: table-cell;
  float: none;
  width: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 1px solid #999;
}

.kaihyo_table_shuin1 .table-shuin1 .list-row .list-detail-left.part-1 {
  text-align: center;
  width: 57px;
  vertical-align: middle;
}

.kaihyo_table_shuin1 .table-shuin1 .list-row .list-detail-left.part-2 {
  text-align: center;
  vertical-align: middle;
  width: 128px;
}

.kaihyo_table_shuin1 .table-shuin1 .list-row .list-detail-left.part-3 {
  text-align: center;
  vertical-align: middle;
  width: 140px;
}

.kaihyo_table_shuin1 .table-shuin1 .list-row .list-detail-left .tou {
  border-left-width: 0;
  display: table-cell;
  width: 57px;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  font-weight: bold;
  color: #f00;
  vertical-align: middle;
  height: 120px;
  font-size: 16px;
}

.kaihyo_table_shuin1 .table-shuin1 .list-row .list-detail-left .point {
  display: table-cell;
  width: 128px;
  text-align: right;
  border-left: 1px solid #999;
  padding: 10px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

.kaihyo_table_shuin1 .table-shuin1 .list-row .list-detail-left .photo {
  display: table-cell;
  width: 140px;
  text-align: center;
  border-left: 1px solid #999;
  vertical-align: middle;
  box-sizing: border-box;
  height: 120px;
}

.kaihyo_table_shuin1 .table-shuin1 .list-row .list-detail-left .photo img {
  width: auto;
  height: 100px;
}

.kaihyo_table_shuin1 .table-shuin1 .list-row .list-detail-right {
  border-left-width: 0;
  float: none;
  display: table-cell;
  width: 665px;
  box-sizing: border-box;
  border-top: 1px solid #999;
}

.kaihyo_table_shuin1 .table-shuin1 .list-row .list-detail-right .list-detail-right-1 {
  display: table-cell;
  vertical-align: middle;
  width: 274px;
}

.kaihyo_table_shuin1 .table-shuin1 .list-row .list-detail-right .list-detail-right-1 .name {
  display: table-cell;
  border-left: 1px solid #999;
  text-align: left;
  width: 217px;
  padding: 0 20px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

.kaihyo_table_shuin1 .table-shuin1 .list-row .list-detail-right .list-detail-right-1 .age {
  display: table-cell;
  border-left: 1px solid #999;
  text-align: center;
  width: 57px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

.kaihyo_table_shuin1 .table-shuin1 .list-row .list-detail-right .list-detail-right-2 {
  display: table-cell;
  vertical-align: middle;
  width: 391px;
}

.kaihyo_table_shuin1 .table-shuin1 .list-row .list-detail-right .list-detail-right-2 .kounin,
.kaihyo_table_shuin1 .table-shuin1 .list-row .list-detail-right .list-detail-right-2 .suisen,
.kaihyo_table_shuin1 .table-shuin1 .list-row .list-detail-right .list-detail-right-2 .sinkyu {
  display: table-cell;
  width: 57px;
  border-left: 1px solid #999;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

.kaihyo_table_shuin1 .table-shuin1 .list-row .list-detail-right .list-detail-right-2 .kaisu {
  display: table-cell;
  width: 45px;
  border-left: 1px solid #999;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

.kaihyo_table_shuin1 .table-shuin1 .list-row .list-detail-right .list-detail-right-2 .text {
  display: table-cell;
  width: 130px;
  border-left: 1px solid #999;
  text-align: left;
  padding: 0 20px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

.kaihyo_table_shuin1 .table-shuin1 .list-row .list-detail-right .list-detail-right-2 .jyuhuku {
  display: table-cell;
  width: 45px;
  border-left: 1px solid #999;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

.kaihyo_table_shuin1 .table-shuin1 .win {
  background-color: #ffffdf;
}

.kaihyo_table_shuin1 .info {
  padding: 30px 0 30px;
}

.kaihyo_table_shuin1 .info p span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

.kaihyo_table_shuin1 .info p span img {
  width: 20px;
  vertical-align: middle;
  padding: 0 6px 4px 0;
}

/*==============kaihyo_table_shuin2================*/
.kaihyo_table_shuin2 {
  margin: 0 auto;
  width: 990px;
  height: auto;
  padding-bottom: 30px;
}

.kaihyo_table_shuin2 .table-shuin2 {
  margin: 0;
  padding: 0;
  width: 990px;
  border: 1px solid #999;
  display: table;
}

.kaihyo_table_shuin2 .table-shuin2 dl, .kaihyo_table_shuin2 .table-shuin2 dt, .kaihyo_table_shuin2 .table-shuin2 dd {
  margin: 0;
  padding: 0;
}

.kaihyo_table_shuin2 .table-shuin2 .list-row {
  display: table-row;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  box-sizing: border-box;
  border-top: 1px solid #999;
}

.kaihyo_table_shuin2 .table-shuin2 .list-row.koumoku {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #900;
  line-height: 1.1em;
}

.kaihyo_table_shuin2 .table-shuin2 .list-row.koumoku .list-detail-left {
  display: table-cell;
  float: none;
  width: auto;
  box-sizing: border-box;
  border: none;
}

.kaihyo_table_shuin2 .table-shuin2 .list-row.koumoku .list-detail-left.part-1 {
  text-align: center;
  vertical-align: middle;
  width: 57px;
}

.kaihyo_table_shuin2 .table-shuin2 .list-row.koumoku .list-detail-left.part-2 {
  text-align: center;
  vertical-align: middle;
  width: 128px;
}

.kaihyo_table_shuin2 .table-shuin2 .list-row.koumoku .list-detail-left .tou {
  border-left-width: 0;
  width: 57px;
  height: 70px;
  vertical-align: middle;
  color: white;
}

.kaihyo_table_shuin2 .table-shuin2 .list-row.koumoku .list-detail-left .point,
.kaihyo_table_shuin2 .table-shuin2 .list-row.koumoku .list-detail-left .photo {
  text-align: center;
  width: 128px;
  height: 70px;
  vertical-align: middle;
  border-left: 1px solid #fff;
  color: white;
}

.kaihyo_table_shuin2 .table-shuin2 .list-row.koumoku .list-detail-right {
  border-top-width: 0;
  display: table-cell;
  float: none;
  vertical-align: top;
}

.kaihyo_table_shuin2 .table-shuin2 .list-row.koumoku .list-detail-right .list-detail-right-1 .name,
.kaihyo_table_shuin2 .table-shuin2 .list-row.koumoku .list-detail-right .list-detail-right-1 .age {
  height: 70px;
  vertical-align: middle;
  color: white;
  text-align: center;
  border-left: 1px solid #fff;
}

.kaihyo_table_shuin2 .table-shuin2 .list-row.koumoku .list-detail-right .list-detail-right-2 .kounin,
.kaihyo_table_shuin2 .table-shuin2 .list-row.koumoku .list-detail-right .list-detail-right-2 .suisen,
.kaihyo_table_shuin2 .table-shuin2 .list-row.koumoku .list-detail-right .list-detail-right-2 .sinkyu,
.kaihyo_table_shuin2 .table-shuin2 .list-row.koumoku .list-detail-right .list-detail-right-2 .text,
.kaihyo_table_shuin2 .table-shuin2 .list-row.koumoku .list-detail-right .list-detail-right-2 .kaisu,
.kaihyo_table_shuin2 .table-shuin2 .list-row.koumoku .list-detail-right .list-detail-right-2 .jyuhuku {
  height: 70px;
  vertical-align: middle;
  color: white;
  text-align: center;
  border-left: 1px solid #fff;
}

.kaihyo_table_shuin2 .table-shuin2 .list-row .list-detail-left {
  display: table-cell;
  float: none;
  width: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 1px solid #999;
}

.kaihyo_table_shuin2 .table-shuin2 .list-row .list-detail-left.part-1 {
  text-align: center;
  width: 57px;
  vertical-align: middle;
}

.kaihyo_table_shuin2 .table-shuin2 .list-row .list-detail-left.part-2 {
  text-align: center;
  vertical-align: middle;
  width: 128px;
}

.kaihyo_table_shuin2 .table-shuin2 .list-row .list-detail-left .tou {
  border-left-width: 0;
  display: table-cell;
  width: 57px;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  font-weight: bold;
  color: #f00;
  vertical-align: middle;
  height: 120px;
  font-size: 16px;
}

.kaihyo_table_shuin2 .table-shuin2 .list-row .list-detail-left .point {
  display: table-cell;
  width: 128px;
  text-align: right;
  border-left: 1px solid #999;
  padding: 10px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

.kaihyo_table_shuin2 .table-shuin2 .list-row .list-detail-right {
  display: table-cell;
  width: 805px;
  box-sizing: border-box;
  border-top: 1px solid #999;
}

.kaihyo_table_shuin2 .table-shuin2 .list-row .list-detail-right .list-detail-right-1 {
  display: table-cell;
  vertical-align: middle;
  width: 297px;
}

.kaihyo_table_shuin2 .table-shuin2 .list-row .list-detail-right .list-detail-right-1 .name {
  display: table-cell;
  border-left: 1px solid #999;
  text-align: left;
  width: 240px;
  padding: 0 20px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

.kaihyo_table_shuin2 .table-shuin2 .list-row .list-detail-right .list-detail-right-1 .age {
  display: table-cell;
  border-left: 1px solid #999;
  text-align: center;
  width: 57px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

.kaihyo_table_shuin2 .table-shuin2 .list-row .list-detail-right .list-detail-right-2 {
  display: table-cell;
  vertical-align: middle;
  width: 508px;
}

.kaihyo_table_shuin2 .table-shuin2 .list-row .list-detail-right .list-detail-right-2 .kounin,
.kaihyo_table_shuin2 .table-shuin2 .list-row .list-detail-right .list-detail-right-2 .suisen,
.kaihyo_table_shuin2 .table-shuin2 .list-row .list-detail-right .list-detail-right-2 .sinkyu {
  display: table-cell;
  width: 57px;
  border-left: 1px solid #999;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

.kaihyo_table_shuin2 .table-shuin2 .list-row .list-detail-right .list-detail-right-2 .kaisu {
  display: table-cell;
  width: 95px;
  border-left: 1px solid #999;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

.kaihyo_table_shuin2 .table-shuin2 .list-row .list-detail-right .list-detail-right-2 .text {
  display: table-cell;
  width: 200px;
  border-left: 1px solid #999;
  text-align: left;
  padding: 0 20px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

.kaihyo_table_shuin2 .table-shuin2 .list-row .list-detail-right .list-detail-right-2 .jyuhuku {
  display: table-cell;
  width: 42px;
  border-left: 1px solid #999;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

.kaihyo_table_shuin2 .table-shuin2 .win {
  background-color: #ffffdf;
}

.kaihyo_table_shuin2 .info {
  padding: 30px 0 30px;
}

.kaihyo_table_shuin2 .info p span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

.kaihyo_table_shuin2 .info p span img {
  width: 20px;
  vertical-align: middle;
  padding: 0 6px 4px 0;
}

/*==============kaihyo_table_shuin3================*/
.kaihyo_table_shuin3 {
  margin: 0 auto;
  width: 990px;
  height: auto;
  padding-bottom: 30px;
}

.kaihyo_table_shuin3 .table-shuin3 {
  margin: 0;
  padding: 0;
  width: 990px;
  border: 1px solid #999;
  display: table;
}

.kaihyo_table_shuin3 .table-shuin3 dl, .kaihyo_table_shuin3 .table-shuin3 dt, .kaihyo_table_shuin3 .table-shuin3 dd {
  margin: 0;
  padding: 0;
}

.kaihyo_table_shuin3 .table-shuin3 .list-row {
  display: table-row;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  box-sizing: border-box;
  border-top: 1px solid #999;
}

.kaihyo_table_shuin3 .table-shuin3 .list-row.koumoku {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #900;
  line-height: 1.1em;
}

.kaihyo_table_shuin3 .table-shuin3 .list-row.koumoku .list-detail-left {
  display: table-cell;
  box-sizing: border-box;
  float: none;
  width: auto;
  border: none;
}

.kaihyo_table_shuin3 .table-shuin3 .list-row.koumoku .list-detail-left.part-1 {
  text-align: center;
  vertical-align: middle;
  width: 57px;
}

.kaihyo_table_shuin3 .table-shuin3 .list-row.koumoku .list-detail-left.part-2 {
  text-align: center;
  vertical-align: middle;
  width: 90px;
}

.kaihyo_table_shuin3 .table-shuin3 .list-row.koumoku .list-detail-left .tou {
  border-left-width: 0;
  width: 57px;
  height: 70px;
  vertical-align: middle;
  color: white;
}

.kaihyo_table_shuin3 .table-shuin3 .list-row.koumoku .list-detail-left .point,
.kaihyo_table_shuin3 .table-shuin3 .list-row.koumoku .list-detail-left .photo {
  text-align: center;
  width: 90px;
  height: 70px;
  vertical-align: middle;
  border-left: 1px solid #fff;
  color: white;
}

.kaihyo_table_shuin3 .table-shuin3 .list-row.koumoku .list-detail-right {
  border-top-width: 0;
  display: table-cell;
  float: none;
  vertical-align: top;
}

.kaihyo_table_shuin3 .table-shuin3 .list-row.koumoku .list-detail-right .list-detail-right-1 .name,
.kaihyo_table_shuin3 .table-shuin3 .list-row.koumoku .list-detail-right .list-detail-right-1 .age {
  height: 70px;
  vertical-align: middle;
  color: white;
  text-align: center;
  border-left: 1px solid #fff;
}

.kaihyo_table_shuin3 .table-shuin3 .list-row.koumoku .list-detail-right .list-detail-right-2 .kounin,
.kaihyo_table_shuin3 .table-shuin3 .list-row.koumoku .list-detail-right .list-detail-right-2 .suisen,
.kaihyo_table_shuin3 .table-shuin3 .list-row.koumoku .list-detail-right .list-detail-right-2 .sinkyu,
.kaihyo_table_shuin3 .table-shuin3 .list-row.koumoku .list-detail-right .list-detail-right-2 .text,
.kaihyo_table_shuin3 .table-shuin3 .list-row.koumoku .list-detail-right .list-detail-right-2 .kaisu,
.kaihyo_table_shuin3 .table-shuin3 .list-row.koumoku .list-detail-right .list-detail-right-2 .jyuhuku,
.kaihyo_table_shuin3 .table-shuin3 .list-row.koumoku .list-detail-right .list-detail-right-2 .sekihai {
  height: 70px;
  vertical-align: middle;
  color: white;
  text-align: center;
  border-left: 1px solid #fff;
}

.kaihyo_table_shuin3 .table-shuin3 .list-row .list-detail-left {
  display: table-cell;
  float: none;
  width: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 1px solid #999;
}

.kaihyo_table_shuin3 .table-shuin3 .list-row .list-detail-left.part-1 {
  text-align: center;
  width: 57px;
  vertical-align: middle;
}

.kaihyo_table_shuin3 .table-shuin3 .list-row .list-detail-left.part-2 {
  text-align: center;
  vertical-align: middle;
  width: 90px;
}

.kaihyo_table_shuin3 .table-shuin3 .list-row .list-detail-left .tou {
  border-left-width: 0;
  display: table-cell;
  width: 57px;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  font-weight: bold;
  color: #f00;
  vertical-align: middle;
  height: 120px;
  font-size: 16px;
}

.kaihyo_table_shuin3 .table-shuin3 .list-row .list-detail-left .point {
  display: table-cell;
  width: 90px;
  text-align: center;
  border-left: 1px solid #999;
  padding: 10px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

.kaihyo_table_shuin3 .table-shuin3 .list-row .list-detail-right {
  display: table-cell;
  width: 843px;
  box-sizing: border-box;
  border-top: 1px solid #999;
}

.kaihyo_table_shuin3 .table-shuin3 .list-row .list-detail-right .list-detail-right-1 {
  display: table-cell;
  vertical-align: middle;
  width: 278px;
}

.kaihyo_table_shuin3 .table-shuin3 .list-row .list-detail-right .list-detail-right-1 .name {
  display: table-cell;
  border-left: 1px solid #999;
  text-align: left;
  width: 208px;
  padding: 0 20px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

.kaihyo_table_shuin3 .table-shuin3 .list-row .list-detail-right .list-detail-right-1 .age {
  display: table-cell;
  border-left: 1px solid #999;
  text-align: center;
  width: 70px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

.kaihyo_table_shuin3 .table-shuin3 .list-row .list-detail-right .list-detail-right-2 {
  display: table-cell;
  vertical-align: middle;
  width: 565px;
}

.kaihyo_table_shuin3 .table-shuin3 .list-row .list-detail-right .list-detail-right-2 .sinkyu {
  display: table-cell;
  width: 70px;
  border-left: 1px solid #999;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

.kaihyo_table_shuin3 .table-shuin3 .list-row .list-detail-right .list-detail-right-2 .kaisu {
  display: table-cell;
  width: 95px;
  border-left: 1px solid #999;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

.kaihyo_table_shuin3 .table-shuin3 .list-row .list-detail-right .list-detail-right-2 .text {
  display: table-cell;
  width: 232px;
  border-left: 1px solid #999;
  text-align: left;
  padding: 0 20px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

.kaihyo_table_shuin3 .table-shuin3 .list-row .list-detail-right .list-detail-right-2 .jyuhuku {
  display: table-cell;
  width: 90px;
  border-left: 1px solid #999;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

.kaihyo_table_shuin3 .table-shuin3 .list-row .list-detail-right .list-detail-right-2 .sekihai {
  display: table-cell;
  width: 78px;
  border-left: 1px solid #999;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

.kaihyo_table_shuin3 .table-shuin3 .win {
  background-color: #ffffdf;
}

.kaihyo_table_shuin3 .info {
  padding: 30px 0 30px;
}

.kaihyo_table_shuin3 .info p span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

/*===============info_kaihyo_hirei===============*/
.info_kaihyo_hirei {
  width: 990px;
  margin: 0 auto;
  height: auto;
}

.info_kaihyo_hirei p {
  float: left;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0 0 20px 0;
}

.info_kaihyo_hirei p span img {
  width: 20px;
  vertical-align: middle;
  padding: 0 6px 4px 0;
}

.info_kaihyo_hirei ul li {
  border-left: 1px solid #999;
  list-style: none;
  float: left;
  padding-left: 20px;
  margin-left: 17px;
  line-height: 1em;
  margin-top: 7px;
}

.info_kaihyo_hirei ul li:first-child {
  border-left-width: 0;
  color: red;
}

/*==============kaihyo_table1================*/
#kaihyo_table1 {
  margin: 0 auto;
  width: 990px;
  height: auto;
  padding-bottom: 30px;
}

#kaihyo_table1 .table-1 {
  margin: 0;
  padding: 0;
  width: 990px;
  border: 1px solid #999;
  display: table;
}

#kaihyo_table1 .table-1 dl, #kaihyo_table1 .table-1 dt, #kaihyo_table1 .table-1 dd {
  margin: 0;
  padding: 0;
}

#kaihyo_table1 .table-1 .list-row {
  display: table-row;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  box-sizing: border-box;
  border-top: 1px solid #999;
}

#kaihyo_table1 .table-1 .list-row.koumoku {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #038dc9;
  line-height: 1.1em;
}

#kaihyo_table1 .table-1 .list-row.koumoku .list-detail-left {
  display: table-cell;
  float: none;
  width: auto;
  box-sizing: border-box;
  border: none;
}

#kaihyo_table1 .table-1 .list-row.koumoku .list-detail-left.part-1 {
  text-align: center;
  vertical-align: middle;
  width: 57px;
}

#kaihyo_table1 .table-1 .list-row.koumoku .list-detail-left.part-2 {
  text-align: center;
  vertical-align: middle;
  width: 128px;
}

#kaihyo_table1 .table-1 .list-row.koumoku .list-detail-left.part-3 {
  text-align: center;
  vertical-align: middle;
  width: 140px;
}

#kaihyo_table1 .table-1 .list-row.koumoku .list-detail-left .tou {
  border-left-width: 0;
  width: auto;
  height: 70px;
  vertical-align: middle;
  color: white;
}

#kaihyo_table1 .table-1 .list-row.koumoku .list-detail-left .point {
  text-align: center;
  width: 128px;
  height: 70px;
  vertical-align: middle;
  border-left: 1px solid #fff;
  color: white;
}

#kaihyo_table1 .table-1 .list-row.koumoku .list-detail-left .photo {
  width: auto;
  height: 70px;
  vertical-align: middle;
  border-left: 1px solid #fff;
  color: white;
}

#kaihyo_table1 .table-1 .list-row.koumoku .list-detail-right {
  border-top-width: 0;
  display: table-cell;
  float: none;
  vertical-align: top;
}

#kaihyo_table1 .table-1 .list-row.koumoku .list-detail-right .list-detail-right-1 .name,
#kaihyo_table1 .table-1 .list-row.koumoku .list-detail-right .list-detail-right-1 .age {
  height: 70px;
  vertical-align: middle;
  color: white;
  text-align: center;
  border-left: 1px solid #fff;
}

#kaihyo_table1 .table-1 .list-row.koumoku .list-detail-right .list-detail-right-2 .kounin,
#kaihyo_table1 .table-1 .list-row.koumoku .list-detail-right .list-detail-right-2 .suisen,
#kaihyo_table1 .table-1 .list-row.koumoku .list-detail-right .list-detail-right-2 .sinkyu,
#kaihyo_table1 .table-1 .list-row.koumoku .list-detail-right .list-detail-right-2 .text,
#kaihyo_table1 .table-1 .list-row.koumoku .list-detail-right .list-detail-right-2 .kaisu,
#kaihyo_table1 .table-1 .list-row.koumoku .list-detail-right .list-detail-right-2 .jyuhuku {
  height: 70px;
  vertical-align: middle;
  color: white;
  text-align: center;
  border-left: 1px solid #fff;
}

#kaihyo_table1 .table-1 .list-row .list-detail-left {
  display: table-cell;
  float: none;
  width: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 1px solid #999;
}

#kaihyo_table1 .table-1 .list-row .list-detail-left.part-1 {
  text-align: center;
  width: 57px;
  vertical-align: middle;
}

#kaihyo_table1 .table-1 .list-row .list-detail-left.part-2 {
  text-align: center;
  vertical-align: middle;
  width: 128px;
}

#kaihyo_table1 .table-1 .list-row .list-detail-left.part-3 {
  text-align: center;
  vertical-align: middle;
  width: 140px;
}

#kaihyo_table1 .table-1 .list-row .list-detail-left .tou {
  border-left-width: 0;
  display: table-cell;
  width: 57px;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  font-weight: bold;
  color: #f00;
  vertical-align: middle;
  height: 120px;
  font-size: 16px;
}

#kaihyo_table1 .table-1 .list-row .list-detail-left .point {
  display: table-cell;
  width: 128px;
  text-align: right;
  border-left: 1px solid #999;
  padding: 10px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

#kaihyo_table1 .table-1 .list-row .list-detail-left .photo {
  display: table-cell;
  width: 140px;
  text-align: center;
  border-left: 1px solid #999;
  vertical-align: middle;
  box-sizing: border-box;
  height: 120px;
}

#kaihyo_table1 .table-1 .list-row .list-detail-left .photo img {
  width: auto;
  height: 100px;
}

#kaihyo_table1 .table-1 .list-row .list-detail-right {
  border-left-width: 0;
  float: none;
  display: table-cell;
  width: 665px;
  box-sizing: border-box;
  border-top: 1px solid #999;
}

#kaihyo_table1 .table-1 .list-row .list-detail-right .list-detail-right-1 {
  display: table-cell;
  vertical-align: middle;
  width: 274px;
}

#kaihyo_table1 .table-1 .list-row .list-detail-right .list-detail-right-1 .name {
  display: table-cell;
  border-left: 1px solid #999;
  text-align: left;
  width: 217px;
  padding: 0 20px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

#kaihyo_table1 .table-1 .list-row .list-detail-right .list-detail-right-1 .age {
  display: table-cell;
  border-left: 1px solid #999;
  text-align: center;
  width: 57px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

#kaihyo_table1 .table-1 .list-row .list-detail-right .list-detail-right-2 {
  display: table-cell;
  vertical-align: middle;
  width: 391px;
}

#kaihyo_table1 .table-1 .list-row .list-detail-right .list-detail-right-2 .kounin,
#kaihyo_table1 .table-1 .list-row .list-detail-right .list-detail-right-2 .suisen,
#kaihyo_table1 .table-1 .list-row .list-detail-right .list-detail-right-2 .sinkyu {
  display: table-cell;
  width: 57px;
  border-left: 1px solid #999;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

#kaihyo_table1 .table-1 .list-row .list-detail-right .list-detail-right-2 .kaisu {
  display: table-cell;
  width: 45px;
  border-left: 1px solid #999;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

#kaihyo_table1 .table-1 .list-row .list-detail-right .list-detail-right-2 .text {
  display: table-cell;
  width: 175px;
  border-left: 1px solid #999;
  text-align: left;
  padding: 0 20px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

#kaihyo_table1 .table-1 .win {
  background-color: #ffffdf;
}

#kaihyo_table1 .info {
  padding: 30px 0 30px;
}

#kaihyo_table1 .info p span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

/*==============kaihyo_table1_photo_none================*/
#kaihyo_table1_photo_none {
  margin: 0 auto;
  width: 990px;
  height: auto;
  padding-bottom: 30px;
}

#kaihyo_table1_photo_none .table-1 {
  margin: 0;
  padding: 0;
  width: 990px;
  border: 1px solid #999;
  display: table;
}

#kaihyo_table1_photo_none .table-1 dl, #kaihyo_table1_photo_none .table-1 dt, #kaihyo_table1_photo_none .table-1 dd {
  margin: 0;
  padding: 0;
}

#kaihyo_table1_photo_none .table-1 .list-row {
  display: table-row;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  box-sizing: border-box;
  border-top: 1px solid #999;
}

#kaihyo_table1_photo_none .table-1 .list-row.koumoku {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #038dc9;
  line-height: 1.1em;
}

#kaihyo_table1_photo_none .table-1 .list-row.koumoku .list-detail-left {
  display: table-cell;
  float: none;
  width: auto;
  box-sizing: border-box;
  border: none;
}

#kaihyo_table1_photo_none .table-1 .list-row.koumoku .list-detail-left.part-1 {
  text-align: center;
  vertical-align: middle;
  width: 57px;
}

#kaihyo_table1_photo_none .table-1 .list-row.koumoku .list-detail-left.part-2 {
  text-align: center;
  vertical-align: middle;
  width: 128px;
}

#kaihyo_table1_photo_none .table-1 .list-row.koumoku .list-detail-left .tou {
  border-left-width: 0;
  width: 57px;
  height: 70px;
  vertical-align: middle;
  color: white;
}

#kaihyo_table1_photo_none .table-1 .list-row.koumoku .list-detail-left .point,
#kaihyo_table1_photo_none .table-1 .list-row.koumoku .list-detail-left .photo {
  text-align: center;
  width: 128px;
  height: 70px;
  vertical-align: middle;
  border-left: 1px solid #fff;
  color: white;
}

#kaihyo_table1_photo_none .table-1 .list-row.koumoku .list-detail-right {
  border-top-width: 0;
  display: table-cell;
  float: none;
  vertical-align: top;
}

#kaihyo_table1_photo_none .table-1 .list-row.koumoku .list-detail-right .list-detail-right-1 .name,
#kaihyo_table1_photo_none .table-1 .list-row.koumoku .list-detail-right .list-detail-right-1 .age {
  height: 70px;
  vertical-align: middle;
  color: white;
  text-align: center;
  border-left: 1px solid #fff;
}

#kaihyo_table1_photo_none .table-1 .list-row.koumoku .list-detail-right .list-detail-right-2 .kounin,
#kaihyo_table1_photo_none .table-1 .list-row.koumoku .list-detail-right .list-detail-right-2 .suisen,
#kaihyo_table1_photo_none .table-1 .list-row.koumoku .list-detail-right .list-detail-right-2 .sinkyu,
#kaihyo_table1_photo_none .table-1 .list-row.koumoku .list-detail-right .list-detail-right-2 .text,
#kaihyo_table1_photo_none .table-1 .list-row.koumoku .list-detail-right .list-detail-right-2 .kaisu,
#kaihyo_table1_photo_none .table-1 .list-row.koumoku .list-detail-right .list-detail-right-2 .jyuhuku {
  height: 70px;
  vertical-align: middle;
  color: white;
  text-align: center;
  border-left: 1px solid #fff;
}

#kaihyo_table1_photo_none .table-1 .list-row .list-detail-left {
  display: table-cell;
  float: none;
  width: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 1px solid #999;
}

#kaihyo_table1_photo_none .table-1 .list-row .list-detail-left.part-1 {
  text-align: center;
  width: 57px;
  vertical-align: middle;
}

#kaihyo_table1_photo_none .table-1 .list-row .list-detail-left.part-2 {
  text-align: center;
  vertical-align: middle;
  width: 128px;
}

#kaihyo_table1_photo_none .table-1 .list-row .list-detail-left .tou {
  border-left-width: 0;
  display: table-cell;
  width: 57px;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  font-weight: bold;
  color: #f00;
  vertical-align: middle;
  height: 120px;
  font-size: 16px;
}

#kaihyo_table1_photo_none .table-1 .list-row .list-detail-left .point {
  display: table-cell;
  width: 128px;
  text-align: right;
  border-left: 1px solid #999;
  padding: 10px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

#kaihyo_table1_photo_none .table-1 .list-row .list-detail-right {
  display: table-cell;
  width: 805px;
  box-sizing: border-box;
  border-top: 1px solid #999;
}

#kaihyo_table1_photo_none .table-1 .list-row .list-detail-right .list-detail-right-1 {
  display: table-cell;
  vertical-align: middle;
  width: 297px;
}

#kaihyo_table1_photo_none .table-1 .list-row .list-detail-right .list-detail-right-1 .name {
  display: table-cell;
  border-left: 1px solid #999;
  text-align: left;
  width: 240px;
  padding: 0 20px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

#kaihyo_table1_photo_none .table-1 .list-row .list-detail-right .list-detail-right-1 .age {
  display: table-cell;
  border-left: 1px solid #999;
  text-align: center;
  width: 57px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

#kaihyo_table1_photo_none .table-1 .list-row .list-detail-right .list-detail-right-2 {
  display: table-cell;
  vertical-align: middle;
  width: 508px;
}

#kaihyo_table1_photo_none .table-1 .list-row .list-detail-right .list-detail-right-2 .kounin,
#kaihyo_table1_photo_none .table-1 .list-row .list-detail-right .list-detail-right-2 .suisen,
#kaihyo_table1_photo_none .table-1 .list-row .list-detail-right .list-detail-right-2 .sinkyu {
  display: table-cell;
  width: 57px;
  border-left: 1px solid #999;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

#kaihyo_table1_photo_none .table-1 .list-row .list-detail-right .list-detail-right-2 .kaisu {
  display: table-cell;
  width: 95px;
  border-left: 1px solid #999;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

#kaihyo_table1_photo_none .table-1 .list-row .list-detail-right .list-detail-right-2 .text {
  display: table-cell;
  width: 242px;
  border-left: 1px solid #999;
  text-align: left;
  padding: 0 20px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

#kaihyo_table1_photo_none .table-1 .win {
  background-color: #ffffdf;
}

#kaihyo_table1_photo_none .info {
  padding: 30px 0 30px;
}

#kaihyo_table1_photo_none .info p span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

/*==============kaihyo_table2================*/
#kaihyo_table2 {
  margin: 0 auto;
  width: 990px;
  height: auto;
  padding-bottom: 30px;
}

#kaihyo_table2 .table-2 {
  margin: 0;
  padding: 0;
  width: 990px;
  border: 1px solid #999;
  display: table;
}

#kaihyo_table2 .table-2 dl, #kaihyo_table2 .table-2 dt, #kaihyo_table2 .table-2 dd {
  margin: 0;
  padding: 0;
}

#kaihyo_table2 .table-2 .list-row {
  display: table-row;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  box-sizing: border-box;
  border-top: 1px solid #999;
}

#kaihyo_table2 .table-2 .list-row.koumoku {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #038dc9;
  line-height: 1.1em;
}

#kaihyo_table2 .table-2 .list-row.koumoku .list-detail-left {
  display: table-cell;
  float: none;
  width: auto;
  box-sizing: border-box;
  border: none;
}

#kaihyo_table2 .table-2 .list-row.koumoku .list-detail-left.part-1 {
  text-align: center;
  vertical-align: middle;
  width: 57px;
}

#kaihyo_table2 .table-2 .list-row.koumoku .list-detail-left.part-2 {
  text-align: center;
  vertical-align: middle;
  width: 118px;
}

#kaihyo_table2 .table-2 .list-row.koumoku .list-detail-left.part-3 {
  text-align: center;
  vertical-align: middle;
  width: 140px;
}

#kaihyo_table2 .table-2 .list-row.koumoku .list-detail-left .tou {
  border-left-width: 0;
  width: 57px;
  height: 70px;
  vertical-align: middle;
  color: white;
}

#kaihyo_table2 .table-2 .list-row.koumoku .list-detail-left .point {
  text-align: center;
  width: 118px;
  height: 70px;
  vertical-align: middle;
  border-left: 1px solid #fff;
  color: white;
}

#kaihyo_table2 .table-2 .list-row.koumoku .list-detail-left .photo {
  width: 140px;
  height: 70px;
  vertical-align: middle;
  border-left: 1px solid #fff;
  color: white;
}

#kaihyo_table2 .table-2 .list-row.koumoku .list-detail-right {
  border-top-width: 0;
  display: table-cell;
  float: none;
  vertical-align: top;
}

#kaihyo_table2 .table-2 .list-row.koumoku .list-detail-right .list-detail-right-1 .name,
#kaihyo_table2 .table-2 .list-row.koumoku .list-detail-right .list-detail-right-1 .age {
  height: 70px;
  vertical-align: middle;
  color: white;
  text-align: center;
  border-left: 1px solid #fff;
}

#kaihyo_table2 .table-2 .list-row.koumoku .list-detail-right .list-detail-right-2 .kounin,
#kaihyo_table2 .table-2 .list-row.koumoku .list-detail-right .list-detail-right-2 .suisen,
#kaihyo_table2 .table-2 .list-row.koumoku .list-detail-right .list-detail-right-2 .sinkyu,
#kaihyo_table2 .table-2 .list-row.koumoku .list-detail-right .list-detail-right-2 .text,
#kaihyo_table2 .table-2 .list-row.koumoku .list-detail-right .list-detail-right-2 .kaisu,
#kaihyo_table2 .table-2 .list-row.koumoku .list-detail-right .list-detail-right-2 .jyuhuku {
  height: 70px;
  vertical-align: middle;
  color: white;
  text-align: center;
  border-left: 1px solid #fff;
}

#kaihyo_table2 .table-2 .list-row .list-detail-left {
  display: table-cell;
  float: none;
  width: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 1px solid #999;
}

#kaihyo_table2 .table-2 .list-row .list-detail-left.part-1 {
  text-align: center;
  width: 57px;
  vertical-align: middle;
}

#kaihyo_table2 .table-2 .list-row .list-detail-left.part-2 {
  text-align: center;
  vertical-align: middle;
  width: 128px;
}

#kaihyo_table2 .table-2 .list-row .list-detail-left.part-3 {
  text-align: center;
  vertical-align: middle;
  width: 140px;
}

#kaihyo_table2 .table-2 .list-row .list-detail-left .tou {
  border-left-width: 0;
  display: table-cell;
  width: 57px;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  font-weight: bold;
  color: #f00;
  vertical-align: middle;
  height: 120px;
  font-size: 16px;
}

#kaihyo_table2 .table-2 .list-row .list-detail-left .point {
  display: table-cell;
  width: 118px;
  text-align: right;
  border-left: 1px solid #999;
  padding: 10px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

#kaihyo_table2 .table-2 .list-row .list-detail-left .photo {
  display: table-cell;
  width: 140px;
  text-align: center;
  border-left: 1px solid #999;
  vertical-align: middle;
  box-sizing: border-box;
  height: 120px;
}

#kaihyo_table2 .table-2 .list-row .list-detail-left .photo img {
  width: auto;
  height: 100px;
}

#kaihyo_table2 .table-2 .list-row .list-detail-left {
  display: table-cell;
  width: 315px;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 1px solid #999;
}

#kaihyo_table2 .table-2 .list-row .list-detail-left .tou {
  display: table-cell;
  width: 57px;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  font-weight: bold;
  color: #f00;
  vertical-align: middle;
  height: 120px;
}

#kaihyo_table2 .table-2 .list-row .list-detail-left .point {
  display: table-cell;
  width: 118px;
  text-align: right;
  border-left: 1px solid #999;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

#kaihyo_table2 .table-2 .list-row .list-detail-left .photo {
  display: table-cell;
  width: 140px;
  text-align: center;
  border-left: 1px solid #999;
  vertical-align: middle;
  box-sizing: border-box;
  height: 120px;
}

#kaihyo_table2 .table-2 .list-row .list-detail-left .photo img {
  width: auto;
  height: 100px;
}

#kaihyo_table2 .table-2 .list-row .list-detail-right {
  display: table-cell;
  width: 675px;
  box-sizing: border-box;
  border-top: 1px solid #999;
}

#kaihyo_table2 .table-2 .list-row .list-detail-right .list-detail-right-1 {
  display: table-cell;
  vertical-align: middle;
  width: 290px;
}

#kaihyo_table2 .table-2 .list-row .list-detail-right .list-detail-right-1 .name {
  display: table-cell;
  border-left: 1px solid #999;
  text-align: left;
  width: 200px;
  padding: 0 20px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

#kaihyo_table2 .table-2 .list-row .list-detail-right .list-detail-right-1 .age {
  display: table-cell;
  border-left: 1px solid #999;
  text-align: center;
  width: 90px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

#kaihyo_table2 .table-2 .list-row .list-detail-right .list-detail-right-2 {
  display: table-cell;
  vertical-align: middle;
  width: 385px;
}

#kaihyo_table2 .table-2 .list-row .list-detail-right .list-detail-right-2 .sinkyu {
  display: table-cell;
  width: 90px;
  border-left: 1px solid #999;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

#kaihyo_table2 .table-2 .list-row .list-detail-right .list-detail-right-2 .kaisu {
  display: table-cell;
  width: 95px;
  border-left: 1px solid #999;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

#kaihyo_table2 .table-2 .list-row .list-detail-right .list-detail-right-2 .text {
  display: table-cell;
  width: 200px;
  border-left: 1px solid #999;
  text-align: left;
  padding: 0 20px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

#kaihyo_table2 .table-2 .win {
  background-color: #ffffdf;
}

/*==============info_hirei================*/
.info_hirei {
  width: 990px;
  height: auto;
  margin: 0 auto;
  padding: 30px 0 24px;
  overflow: hidden;
}

.info_hirei:before, .info_hirei:after {
  content: "";
  display: table;
  clear: both;
}

.info_hirei span {
  display: inline-block;
  vertical-align: top;
  line-height: 1em;
}

.info_hirei ul {
  float: right;
}

.info_hirei ul li {
  border-left: 1px solid #999;
  list-style: none;
  float: left;
  padding-left: 20px;
  margin-left: 17px;
  line-height: 1em;
}

.info_hirei ul li:first-child {
  border-left-width: 0;
  color: red;
}

.info_hirei p {
  font-size: 16px;
  padding-bottom: 10px;
}

/*==============info_touha================*/
.info_touha {
  width: 990px;
  margin: 0 auto;
}

.info_touha p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

/*==============soutoku================*/
#soutoku {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  width: 740px;
}

#soutoku th {
  background: #e1e1e1;
  width: 110px;
  height: 38px;
}

#soutoku td {
  text-align: left;
  background: #fff;
  padding-left: 10px;
  height: 38px;
}

/*==============kaihyo_table2_photo_none================*/
#kaihyo_table2_photo_none {
  margin: 0 auto;
  width: 990px;
  height: auto;
  padding-bottom: 30px;
}

#kaihyo_table2_photo_none .table-2 {
  margin: 0;
  padding: 0;
  width: 990px;
  border: 1px solid #999;
  display: table;
}

#kaihyo_table2_photo_none .table-2 dl, #kaihyo_table2_photo_none .table-2 dt, #kaihyo_table2_photo_none .table-2 dd {
  margin: 0;
  padding: 0;
}

#kaihyo_table2_photo_none .table-2 .list-row {
  display: table-row;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  box-sizing: border-box;
  border-top: 1px solid #999;
}

#kaihyo_table2_photo_none .table-2 .list-row.koumoku {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #038dc9;
  line-height: 1.1em;
}

#kaihyo_table2_photo_none .table-2 .list-row.koumoku .list-detail-left {
  display: table-cell;
  box-sizing: border-box;
  float: none;
  width: auto;
  border: none;
}

#kaihyo_table2_photo_none .table-2 .list-row.koumoku .list-detail-left.part-1 {
  text-align: center;
  vertical-align: middle;
  width: 57px;
}

#kaihyo_table2_photo_none .table-2 .list-row.koumoku .list-detail-left.part-2 {
  text-align: center;
  vertical-align: middle;
  width: 128px;
}

#kaihyo_table2_photo_none .table-2 .list-row.koumoku .list-detail-left .tou {
  border-left-width: 0;
  width: 57px;
  height: 70px;
  vertical-align: middle;
  color: white;
}

#kaihyo_table2_photo_none .table-2 .list-row.koumoku .list-detail-left .point,
#kaihyo_table2_photo_none .table-2 .list-row.koumoku .list-detail-left .photo {
  text-align: center;
  width: 128px;
  height: 70px;
  vertical-align: middle;
  border-left: 1px solid #fff;
  color: white;
}

#kaihyo_table2_photo_none .table-2 .list-row.koumoku .list-detail-right {
  border-top-width: 0;
  display: table-cell;
  float: none;
  vertical-align: top;
}

#kaihyo_table2_photo_none .table-2 .list-row.koumoku .list-detail-right .list-detail-right-1 .name,
#kaihyo_table2_photo_none .table-2 .list-row.koumoku .list-detail-right .list-detail-right-1 .age {
  height: 70px;
  vertical-align: middle;
  color: white;
  text-align: center;
  border-left: 1px solid #fff;
}

#kaihyo_table2_photo_none .table-2 .list-row.koumoku .list-detail-right .list-detail-right-2 .kounin,
#kaihyo_table2_photo_none .table-2 .list-row.koumoku .list-detail-right .list-detail-right-2 .suisen,
#kaihyo_table2_photo_none .table-2 .list-row.koumoku .list-detail-right .list-detail-right-2 .sinkyu,
#kaihyo_table2_photo_none .table-2 .list-row.koumoku .list-detail-right .list-detail-right-2 .text,
#kaihyo_table2_photo_none .table-2 .list-row.koumoku .list-detail-right .list-detail-right-2 .kaisu,
#kaihyo_table2_photo_none .table-2 .list-row.koumoku .list-detail-right .list-detail-right-2 .jyuhuku {
  height: 70px;
  vertical-align: middle;
  color: white;
  text-align: center;
  border-left: 1px solid #fff;
}

#kaihyo_table2_photo_none .table-2 .list-row .list-detail-left {
  display: table-cell;
  float: none;
  width: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 1px solid #999;
}

#kaihyo_table2_photo_none .table-2 .list-row .list-detail-left.part-1 {
  text-align: center;
  width: 57px;
  vertical-align: middle;
}

#kaihyo_table2_photo_none .table-2 .list-row .list-detail-left.part-2 {
  text-align: center;
  vertical-align: middle;
  width: 128px;
}

#kaihyo_table2_photo_none .table-2 .list-row .list-detail-left .tou {
  border-left-width: 0;
  display: table-cell;
  width: 57px;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  font-weight: bold;
  color: #f00;
  vertical-align: middle;
  height: 120px;
  font-size: 16px;
}

#kaihyo_table2_photo_none .table-2 .list-row .list-detail-left .point {
  display: table-cell;
  width: 128px;
  text-align: right;
  border-left: 1px solid #999;
  padding: 10px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

#kaihyo_table2_photo_none .table-2 .list-row .list-detail-right {
  display: table-cell;
  width: 797px;
  box-sizing: border-box;
  border-top: 1px solid #999;
}

#kaihyo_table2_photo_none .table-2 .list-row .list-detail-right .list-detail-right-1 {
  display: table-cell;
  vertical-align: middle;
  width: 377px;
}

#kaihyo_table2_photo_none .table-2 .list-row .list-detail-right .list-detail-right-1 .name {
  display: table-cell;
  border-left: 1px solid #999;
  text-align: left;
  width: 287px;
  padding: 0 20px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

#kaihyo_table2_photo_none .table-2 .list-row .list-detail-right .list-detail-right-1 .age {
  display: table-cell;
  border-left: 1px solid #999;
  text-align: center;
  width: 90px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

#kaihyo_table2_photo_none .table-2 .list-row .list-detail-right .list-detail-right-2 {
  display: table-cell;
  vertical-align: middle;
  width: 427px;
}

#kaihyo_table2_photo_none .table-2 .list-row .list-detail-right .list-detail-right-2 .kounin,
#kaihyo_table2_photo_none .table-2 .list-row .list-detail-right .list-detail-right-2 .suisen,
#kaihyo_table2_photo_none .table-2 .list-row .list-detail-right .list-detail-right-2 .sinkyu {
  display: table-cell;
  width: 90px;
  border-left: 1px solid #999;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

#kaihyo_table2_photo_none .table-2 .list-row .list-detail-right .list-detail-right-2 .kaisu {
  display: table-cell;
  width: 95px;
  border-left: 1px solid #999;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

#kaihyo_table2_photo_none .table-2 .list-row .list-detail-right .list-detail-right-2 .text {
  display: table-cell;
  width: 242px;
  border-left: 1px solid #999;
  text-align: left;
  padding: 0 20px;
  box-sizing: border-box;
  vertical-align: middle;
  height: 120px;
}

#kaihyo_table2_photo_none .table-2 .win {
  background-color: #ffffdf;
}

#kaihyo_table2_photo_none .info {
  padding: 30px 0 30px;
}

#kaihyo_table2_photo_none .info p span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

/*==============hyo-navi================*/
.hyo-navi ul {
  width: 990px;
  margin: auto;
  padding-bottom: 30px;
}

.hyo-navi ul:before, .hyo-navi ul:after {
  content: "";
  display: table;
  clear: both;
}

.hyo-navi ul .hyo-san {
  float: left;
  width: 654px;
  height: 56px;
  list-style: none;
  background-color: #7BD7E4;
  margin: 0 10px  20px 0;
}

.hyo-navi ul .hyo-san a {
  display: block;
  height: 56px;
  background: url(/tokyo-np/archives/senkyo/kokusei201907/image/arrow02.png) 97% 50% no-repeat, url(/tokyo-np/archives/senkyo/kokusei201907/image/enquete_pc_background_3.png) center no-repeat;
}

.hyo-navi ul .hyo-san a .hyonavi_sanin_inner img {
  display: block;
  width: 87px;
  float: left;
  margin: 8px 0 0 166px;
}

.hyo-navi ul .hyo-san a .hyonavi_sanin_inner .sp_none {
  text-align: center;
  display: block;
  float: left;
  margin: 16px 0 0 10px;
  font-size: 18px;
  color: #004DA1;
  font-weight: 500;
}

.hyo-navi ul .hyo-san a .hyonavi_sanin_inner .pc_none {
  display: none;
}

.hyo-navi ul .hyo-seito {
  float: left;
  width: 326px;
  height: 56px;
  list-style: none;
  background-color: #fff;
}

.hyo-navi ul .hyo-seito a {
  display: block;
  height: 56px;
  background: url(/tokyo-np/archives/senkyo/kokusei201907/image/arrow02.png) 97% 50% no-repeat, url(/tokyo-np/archives/senkyo/kokusei201907/image/enquete_sp_background_2.png) no-repeat;
  background-size: 7px, 100% 56px;
}

.hyo-navi ul .hyo-seito a img {
  display: block;
  width: 87px;
  float: left;
  margin: 8px 0 0 52px;
}

.hyo-navi ul .hyo-seito a span {
  text-align: center;
  display: block;
  float: left;
  margin: 16px 0 0 10px;
  font-size: 18px;
  color: #004DA1;
  font-weight: 500;
}

/*==============f_seitou================*/
.f_seitou {
  width: 990px;
  margin: 0 auto 20px;
  overflow: hidden;
}

.f_seitou .f_seitou_titile {
  width: 990px;
  height: 40px;
  border-bottom: 2px solid #009FBC;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 15px;
}

.f_seitou .f_seitou_titile h3 {
  text-align: center;
  font-size: 26px;
  background: url(/tokyo-np/archives/senkyo/kokusei201907/image/kouyaku.png) 39% no-repeat;
}

.f_seitou .f_seitou_titile h3 img {
  margin: -3px 6px;
}

.f_seitou ul {
  width: 1000px;
  margin-right: -10px;
}

.f_seitou ul:before, .f_seitou ul:after {
  content: "";
  display: table;
  clear: both;
}

.f_seitou ul .f_seitou_inner {
  height: 40px;
  width: 160px;
  list-style: none;
  margin: 0 6px 10px 0;
  float: left;
}

.f_seitou ul .f_seitou_inner:before, .f_seitou ul .f_seitou_inner:after {
  content: "";
  display: table;
  clear: both;
}

.f_seitou ul .f_seitou_inner a {
  display: block;
  color: black;
}

.f_seitou ul .f_seitou_inner a .f_seitou_left {
  background-color: #333;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  box-sizing: border-box;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 26px;
}

.f_seitou ul .f_seitou_inner a .f_seitou_right {
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 134px;
}

.f_seitou ul .f_seitou_inner a:hover {
  opacity: 0.8;
}

/*==============f_list_san================*/
.f_list_san .f__list_san_inner {
  width: 990px;
  margin: 0 auto 20px;
  overflow: hidden;
}

.f_list_san .f__list_san_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 1000px;
  margin-right: -10px;
}

.f_list_san .f__list_san_inner ul li {
  width: 495px;
  background: #009FBC;
  list-style: none;
  margin: 0 0 10px 0;
}

.f_list_san .f__list_san_inner ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  position: relative;
  height: 100%;
  padding: 15px 0 15px 50px;
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
  background: url(/tokyo-np/archives/senkyo/kokusei201907/image/arrow03.png) no-repeat 97% center;
  line-height: 1.3;
}

.f_list_san .f__list_san_inner ul li a img {
  position: absolute;
  left: 10px;
  width: 30px;
  height: auto;
}

.f_list_san .f__list_san_inner ul li a span {
  display: block;
  font-size: 0.8em;
}

.f_list_san .f__list_san_inner ul li a:hover {
  opacity: 0.9;
}

.f_list_san .f__list_san_inner ul li.wide {
  width: 990px;
}

/*===============date===============*/
.date_box {
  width: 990px;
  margin: 0 auto;
}

.date_box .date_titile {
  background-color: #009FBC;
}

.date_box .date_titile span {
  display: block;
  margin: 5px 0 0 20px;
  color: #fff;
  padding: 10px 0;
  font-size: 22px;
  font-size: 1.375rem;
}

.date_box p {
  margin: 1rem 0;
}

/*===============hyonabi===============*/
.hyonavi-qa {
  width: 990px;
  margin: 0 auto;
}

.hyonavi-qa .question-title {
  background-color: #009FBC;
}

.hyonavi-qa .question-title span {
  display: block;
  margin: 5px 0 0 20px;
  color: #fff;
  padding: 10px 0;
  font-size: 22px;
  font-size: 1.375rem;
}

.hyonavi-qa .hyonavi-choice {
  width: 910px;
  margin: 0 auto;
}

.hyonavi-qa .hyonavi-choice .hyonavi-question p {
  margin: 20px 0;
}

.hyonavi-qa .hyonavi-choice table {
  width: 100%;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  margin: 0 0 40px 0;
}

.hyonavi-qa .hyonavi-choice table td {
  padding: 20px 15px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  vertical-align: middle;
}

.hyonavi-qa .hyonavi-choice table th {
  background-color: #E5EFF5;
  width: 300px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  vertical-align: middle;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
}

.hyonavi-menu-prefectures {
  width: 990px;
  margin: 0 auto 20px;
  padding-bottom: 20px;
}

.hyonavi-menu-prefectures p {
  margin-bottom: 10px;
}

.hyonavi-menu-prefectures .pref_list:before, .hyonavi-menu-prefectures .pref_list:after {
  content: "";
  display: table;
  clear: both;
}

.hyonavi-menu-prefectures .pref_list ul li {
  width: 165px;
  list-style: none;
  float: left;
  font-size: 24px;
  font-size: 1.5rem;
}

.hyonavi-menu-prefectures .pref_list ul li a {
  display: block;
  color: #183F99;
}

.hyonavi-menu-prefectures .pref_list ul li a img {
  height: 20px;
  margin: 0 8px 0 0;
}

.border_dotted {
  width: 990px;
  margin: 0 auto;
  border-bottom: 1px dotted #069;
}

.blank {
  width: 990px;
  height: 250px;
}

.sub-title {
  width: 990px;
  margin: 0 auto 20px;
  border-bottom: 2px solid #069;
  padding: 10px 0;
}

.sub-title span {
  color: #333333;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

.hyonavi-menu-candicates {
  width: 990px;
  margin: 0 auto 30px;
}

.hyonavi-menu-candicates:before, .hyonavi-menu-candicates:after {
  content: "";
  display: table;
  clear: both;
}

.hyonavi-menu-candicates li {
  list-style: none;
  width: 247px;
  float: left;
  margin-bottom: 10px;
}

.hyonavi-menu-candicates li a {
  color: #183F99;
}

.hyonavi-menu-candicates li a img {
  height: 20px;
  margin: 0 8px -3px 0;
}

.candicate-title {
  width: 990px;
  margin: 0 auto;
  border-top: 1px dotted #069;
  padding-top: 20px;
}

.candicate-title:before, .candicate-title:after {
  content: "";
  display: table;
  clear: both;
}

.candicate-title .name {
  width: 70%;
  float: left;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333333;
}

.candicate-title .profile {
  width: 70%;
  float: left;
}

.hyonavi-qa {
  width: 990px;
  margin: 0 auto;
}

.hyonavi-qa .hyonavi-question {
  width: 910px;
  margin: 20px auto;
}

.hyonavi-qa .hyonavi-choice .list-hyonavi-choice {
  width: 910px;
  margin: 0 auto 20px;
}

.hyonavi-qa .hyonavi-choice .list-hyonavi-choice:before, .hyonavi-qa .hyonavi-choice .list-hyonavi-choice:after {
  content: "";
  display: table;
  clear: both;
}

.hyonavi-qa .hyonavi-choice .list-hyonavi-choice ul li {
  float: left;
  list-style: none;
  margin: 0 30px 10px 0;
}

.hyonavi-qa .hyonavi-answer {
  width: 910px;
  margin: 0 auto 40px;
}

.hyonavi-qa .hyonavi-answer .hyonavi-answer_1 {
  width: 910px;
  border: 1px solid #999;
  padding: 15px;
}

.hyonavi-qa .hyonavi-answer .hyonavi-answer_1 p {
  font-weight: bold;
  vertical-align: middle;
}

.hyonavi-qa .hyonavi-answer table {
  width: 100%;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
}

.hyonavi-qa .hyonavi-answer table tr th {
  height: 50px;
  max-height: 100px;
  text-align: center;
  width: 50px;
  background: #E5EFF5;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  vertical-align: middle;
  font-weight: bold;
}

.hyonavi-qa .hyonavi-answer table tr td {
  padding: 0 15px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  vertical-align: middle;
  font-weight: bold;
}

.hosoku {
  width: 910px;
  margin: 0 auto 40px;
  padding: 20px;
  background-color: #FFFFDF;
  box-sizing: border-box;
}

.list_hyonabi_footer {
  width: 990px;
  margin: 0 auto 40px;
  height: 56px;
  border-top: 1px dotted #009FBC;
  border-bottom: 2px solid #009FBC;
  padding: 40px 0;
}

.list_hyonabi_footer ul {
  margin-right: -2%;
}

.list_hyonabi_footer ul li {
  float: left;
  width: 18%;
  height: 56px;
  list-style: none;
  background-color: #009FBC;
  margin-right: 2%;
}

.list_hyonabi_footer ul li a {
  font-size: 15px;
  text-align: center;
  display: block;
  color: #fff;
  height: 56px;
  line-height: 56px;
  background: url(/tokyo-np/archives/senkyo/kokusei201907/image/arrow03.png) 94% 50% no-repeat;
}

.list_hyonabi_footer ul li a.hover {
  background-color: #0082bf;
}

.hyonavi_seitou {
  width: 990px;
  margin: auto;
  height: 56px;
  margin-bottom: 40px;
}

.hyonavi_seitou a {
  display: block;
  height: 56px;
  background: url(/tokyo-np/archives/senkyo/kokusei201907/image/arrow02.png) 97% 50% no-repeat, url(/tokyo-np/archives/senkyo/kokusei201907/image/enquete_pc_background_2.png) center no-repeat;
}

.hyonavi_seitou a img {
  display: block;
  width: 87px;
  float: left;
  margin: 8px 0 0 385px;
}

.hyonavi_seitou a span {
  text-align: center;
  display: block;
  float: left;
  margin: 17px 0 0 10px;
  font-size: 18px;
  color: #004DA1;
  font-weight: 500;
}

.hyonavi_sanin {
  width: 990px;
  margin: auto;
  height: 56px;
  background-color: #7BD7E4;
  margin-bottom: 40px;
}

.hyonavi_sanin a {
  display: block;
  height: 56px;
  background: url(/tokyo-np/archives/senkyo/kokusei201907/image/arrow02.png) 97% 50% no-repeat, url(/tokyo-np/archives/senkyo/kokusei201907/image/enquete_pc_background.png) center no-repeat;
}

.hyonavi_sanin a .hyonavi_sanin_inner img {
  display: block;
  width: 87px;
  float: left;
  margin: 8px 0 0 336px;
}

.hyonavi_sanin a .hyonavi_sanin_inner .sp_none {
  text-align: center;
  display: block;
  float: left;
  margin: 17px 0 0 10px;
  font-size: 18px;
  color: #004DA1;
  font-weight: 500;
}

.hyonavi_sanin a .hyonavi_sanin_inner .pc_none {
  display: none;
}

.hyonavi_top_list {
  width: 990px;
  margin: 0 auto 30px;
}

.hyonavi_top_list:before, .hyonavi_top_list:after {
  content: "";
  display: table;
  clear: both;
}

.hyonavi_top_list ul li {
  width: 50%;
  float: left;
  list-style: none;
}

.hyonavi_top_list ul li .part_of_list {
  width: 100%;
  float: none;
  height: 56px;
  background-color: #009FBC;
}

.hyonavi_top_list ul li .part_of_list a {
  display: block;
  height: 56px;
  text-align: center;
  color: #fff;
  line-height: 56px;
  background: url(/tokyo-np/archives/senkyo/kokusei201907/image/arrow03.png) 97% 50% no-repeat;
}

.hyonavi_top_list ul li #b_color_1, .hyonavi_top_list ul li #b_color_2 {
  background-color: #0086C6;
}

.hyonavi_top_list ul li .part_of_description {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}

.hyonavi_top_list2 {
  width: 990px;
  margin: 0 auto 30px;
}

.hyonavi_top_list2:before, .hyonavi_top_list2:after {
  content: "";
  display: table;
  clear: both;
}

.hyonavi_top_list2 ul li {
  width: 33.3%;
  float: left;
  list-style: none;
}

.hyonavi_top_list2 ul li .part_of_list2 {
  width: 100%;
  float: none;
  height: 56px;
  background-color: #009FBC;
}

.hyonavi_top_list2 ul li .part_of_list2 a {
  display: block;
  height: 56px;
  text-align: center;
  color: #fff;
  line-height: 56px;
  background: url(/tokyo-np/archives/senkyo/kokusei201907/image/arrow03.png) 97% 50% no-repeat;
}

.hyonavi_top_list2 ul li #b_color_4 {
  background-color: #0086C6;
}

.hyonavi_top_list2 ul li .part_of_description2 {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}

.hyonavi_top_description {
  width: 910px;
  margin: 0 auto;
}

.hyonavi_top_description .hyonavi_top_description_inner {
  margin: 0 0 20px;
}

.hyonavi_top_description .hyonavi_top_description_inner p {
  margin: 1em 0;
}

.hyonavi_top_description .revision {
  background-color: #E5EFF5;
  padding: 20px;
}

.hyonavi_top_description .revision p {
  line-height: 1.5;
}

.hyonavi_top_description .analysis_inner {
  width: 490px;
  background-color: #009FBC;
  margin: 20px auto 40px;
}

.hyonavi_top_description .analysis_inner a {
  display: block;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  background: url(/tokyo-np/archives/senkyo/kokusei201907/image/arrow03.png) 97% 50% no-repeat;
}

.hyonavi_top_description .analysis_inner a.hover {
  background-color: #0082bf;
}

.b_color {
  background-color: #E8E8E8;
}

.political {
  width: 990px;
  margin: 0 auto;
}

.political img {
  max-width: 910px;
  margin: 0 auto;
}

.vote_box {
  width: 990px;
  margin: 0 auto;
}

.vote_box .vote_title {
  background-color: #009FBC;
  margin: 0 0 20px 0;
}

.vote_box .vote_title span {
  display: block;
  margin: 5px 0 0 20px;
  color: #fff;
  padding: 10px 0;
  font-size: 22px;
  font-size: 1.375rem;
}

.vote_box .vote_box_inner {
  margin-bottom: 20px;
}

.vote_box .vote_box_inner:before, .vote_box .vote_box_inner:after {
  content: "";
  display: table;
  clear: both;
}

.vote_box .vote_box_inner p {
  margin: 0 40px 1rem;
}

.vote_box .vote_box_inner .vote_img_center {
  width: 100%;
}

.vote_box .vote_box_inner .vote_img_center img {
  margin: 0 auto;
  display: block;
  padding: 0 0 20px 0;
}

.vote_box .vote_box_inner .vote_img_center_2 {
  width: 630px;
  margin: auto;
}

.vote_box .vote_box_inner .vote_img_center_2:before, .vote_box .vote_box_inner .vote_img_center_2:after {
  content: "";
  display: table;
  clear: both;
}

.vote_box .vote_box_inner .vote_img_center_2 img {
  float: left;
  display: block;
  padding: 0 20px 20px 0;
}

/*=============== frame-1 =================*/
.frame-1 {
  margin: 40px auto 20px;
  width: 990px;
}

/*=============== frame-2 =================*/
.frame-2 {
  margin: 40px auto 20px;
  width: 990px;
}

.frame-2 .kyodo-parts {
  margin-top: 10px;
}

/*================= col2 ==================*/
.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 25px;
}

.col2 select, .col2 div, .col2 figure {
  width: 487px;
}

/*============== btn ================*/
.btn {
  display: block;
  position: relative;
  background: #009FBC;
  height: 50px;
  color: #FFF;
  font-size: 1.5em;
  line-height: 50px;
  text-align: center;
}

.btn:hover, .btn:active, .btn:link, .btn:visited {
  color: #FFF;
  text-decoration: none;
}

.btn:hover {
  opacity: 0.9;
}

.btn::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  bottom: 2px;
  right: 2px;
  border: 9px solid transparent;
  border-right: 9px solid #FFF;
  border-bottom: 9px solid #FFF;
  width: 18px;
  height: 18px;
}

_:lang(x)::-ms-backdrop, .btn {
  line-height: 54px;
}

.btn-touha {
  margin: 0 auto 30px;
  width: 400px;
}

/*============== form ================*/
.custom-form select {
  /* reset */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-sizing: border-box;
  margin: 0;
  color: inherit;
  font: inherit;
  /* styling */
  background-color: #FFF;
  border: thin solid #009FBC;
  padding: 0 10px;
}

.custom-form select::-ms-expand {
  display: none;
}

.custom-form select#prefs {
  background-color: transparent;
  background-image: url(/tokyo-np/archives/senkyo/kokusei201907/image/icon_arrow_down.png), -webkit-linear-gradient(left, #009FBC, #009FBC);
  background-image: url(/tokyo-np/archives/senkyo/kokusei201907/image/icon_arrow_down.png), linear-gradient(to right, #009FBC, #009FBC);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 50px 16px, 50px 50px;
  height: 50px;
  color: #999;
  font-size: 1.5em;
  line-height: 50px;
}

.custom-form select#prefs:focus {
  background-image: url(/tokyo-np/archives/senkyo/kokusei201907/image/icon_arrow_up.png), -webkit-linear-gradient(left, #009FBC, #009FBC);
  background-image: url(/tokyo-np/archives/senkyo/kokusei201907/image/icon_arrow_up.png), linear-gradient(to right, #009FBC, #009FBC);
}

_:lang(x)::-ms-backdrop, .custom-form select#prefs {
  line-height: 54px;
}

/*==============kyodo-parts================*/
.kyodo-parts {
  margin: 30px auto;
  width: 990px;
}

.kyodo-parts::after {
  content: "（注）共同通信社のデータを使用しています。";
  display: block;
  font-size: 0.9em;
  text-align: right;
}

#wrapper.single-sanin-index .news {
  margin-bottom: 0;
}

.tod-index-pref-9 {
  margin: 20px auto 30px;
  width: 990px;
}

.tod-index-pref-9 .heading {
  height: 40px;
  margin-bottom: 15px;
  text-align: center;
}

.tod-index-pref-9 .heading > span {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-heading-circle-san-pc.png") left center no-repeat;
  display: inline-block;
  font-weight: normal;
  line-height: 40px;
  padding-left: 32px;
  font-size: 26px;
  font-size: 1.625rem;
}

.tod-index-pref-9 .shorten {
  letter-spacing: normal;
}

.tod-index-pref-9 .pref-9-list {
  border-right: 1px solid #038dc9;
  border-top: 1px solid #038dc9;
  list-style: none;
  padding: 0;
  width: 990px;
}

.tod-index-pref-9 .pref-9-list:before, .tod-index-pref-9 .pref-9-list:after {
  content: "";
  display: table;
  clear: both;
}

.tod-index-pref-9 .pref-9-list .pref-button {
  float: left;
}

.tod-index-pref-9 .pref-9-list .pref-button a {
  background: #fff url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-arrow-corner-pc-off.png") right bottom no-repeat;
  border-bottom: 1px solid #038dc9;
  border-left: 1px solid #038dc9;
  box-sizing: border-box;
  display: block;
  height: 140px;
  position: relative;
  text-decoration: none;
  width: 330px;
}

.tod-index-pref-9 .pref-9-list .pref-button a .pref-name {
  bottom: 0;
  height: 50px;
  margin-bottom: auto;
  margin-top: auto;
  padding-left: 155px;
  padding-right: 25px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 150px;
}

.tod-index-pref-9 .pref-9-list .pref-button a .pref-name .kanji {
  color: #333;
  font-size: 137.5%;
  font-weight: bold;
}

.tod-index-pref-9 .pref-9-list .pref-button a .pref-name .alphabet {
  color: #666;
  font-size: 87.5%;
}

.tod-index-pref-9 .pref-9-list .pref-button a .pref-figure {
  background-image: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-pref9-san-tod-pc.png");
  bottom: 0;
  display: block;
  left: 40px;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  top: 0;
}

.tod-index-pref-9 .pref-9-list .pref-button a .pref-figure.aichi {
  background-position: -5px -10px;
  height: 110px;
  width: 110px;
}

.tod-index-pref-9 .pref-9-list .pref-button a .pref-figure.gifu {
  background-position: 211px -10px;
  height: 110px;
  width: 110px;
}

.tod-index-pref-9 .pref-9-list .pref-button a .pref-figure.mie {
  background-position: 112px 0;
  height: 130px;
  width: 110px;
}

.tod-index-pref-9 .pref-9-list .pref-button a .pref-figure.shizuoka {
  background-position: 0 -130px;
  height: 110px;
  width: 120px;
}

.tod-index-pref-9 .pref-9-list .pref-button a .pref-figure.nagano {
  background-position: 210px -130px;
  height: 110px;
  width: 110px;
}

.tod-index-pref-9 .pref-9-list .pref-button a .pref-figure.shiga {
  background-position: 106px -130px;
  height: 120px;
  width: 110px;
}

.tod-index-pref-9 .pref-9-list .pref-button a .pref-figure.fukui {
  background-position: 0 -242px;
  height: 110px;
  width: 120px;
}

.tod-index-pref-9 .pref-9-list .pref-button a .pref-figure.ishikawa {
  background-position: 211px -242px;
  height: 110px;
  width: 110px;
}

.tod-index-pref-9 .pref-9-list .pref-button a .pref-figure.toyama {
  background-position: 104px -245px;
  height: 100px;
  width: 105px;
}

.tod-index-pref-9 .pref-9-list .pref-button a.hover {
  background: #038dc9 url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-arrow-corner-pc-on.png") right bottom no-repeat;
}

.tod-index-pref-9 .pref-9-list .pref-button a.hover .pref-figure.aichi {
  background-position: -5px 339px;
}

.tod-index-pref-9 .pref-9-list .pref-button a.hover .pref-figure.gifu {
  background-position: 211px 339px;
}

.tod-index-pref-9 .pref-9-list .pref-button a.hover .pref-figure.mie {
  background-position: 112px 349px;
}

.tod-index-pref-9 .pref-9-list .pref-button a.hover .pref-figure.shizuoka {
  background-position: 0 224px;
}

.tod-index-pref-9 .pref-9-list .pref-button a.hover .pref-figure.nagano {
  background-position: 210px 224px;
}

.tod-index-pref-9 .pref-9-list .pref-button a.hover .pref-figure.shiga {
  background-position: 106px 224px;
}

.tod-index-pref-9 .pref-9-list .pref-button a.hover .pref-figure.fukui {
  background-position: 0 107px;
}

.tod-index-pref-9 .pref-9-list .pref-button a.hover .pref-figure.ishikawa {
  background-position: 211px 107px;
}

.tod-index-pref-9 .pref-9-list .pref-button a.hover .pref-figure.toyama {
  background-position: 104px 104px;
}

.tod-index-pref-9 .pref-9-list .pref-button a.hover .pref-name .kanji,
.tod-index-pref-9 .pref-9-list .pref-button a.hover .pref-name .alphabet {
  color: #fff;
}

.tod-index-pref-7 {
  margin: 20px auto 30px;
  width: 990px;
}

.tod-index-pref-7 .heading {
  height: 40px;
  margin-bottom: 15px;
  text-align: center;
}

.tod-index-pref-7 .heading > span {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-heading-circle-san-pc.png") left center no-repeat;
  display: inline-block;
  font-weight: normal;
  line-height: 40px;
  padding-left: 32px;
  font-size: 26px;
  font-size: 1.625rem;
}

.tod-index-pref-7 .shorten {
  letter-spacing: normal;
}

.tod-index-pref-7 .pref-7-list {
  border-right: 1px solid #038dc9;
  border-top: 1px solid #038dc9;
  list-style: none;
  padding: 0;
  width: 990px;
}

.tod-index-pref-7 .pref-7-list:before, .tod-index-pref-7 .pref-7-list:after {
  content: "";
  display: table;
  clear: both;
}

.tod-index-pref-7 .pref-7-list .pref-button {
  float: left;
}

.tod-index-pref-7 .pref-7-list .pref-button.label-tokyo a {
  width: 990px;
}

.tod-index-pref-7 .pref-7-list .pref-button.label-tokyo a .pref-name {
  padding-left: 60px;
  width: 990px;
}

.tod-index-pref-7 .pref-7-list .pref-button.label-tokyo a .pref-figure {
  left: 370px;
}

.tod-index-pref-7 .pref-7-list .pref-button a {
  background: #fff url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-arrow-corner-pc-off.png") right bottom no-repeat;
  border-bottom: 1px solid #038dc9;
  border-left: 1px solid #038dc9;
  box-sizing: border-box;
  display: block;
  height: 140px;
  position: relative;
  text-decoration: none;
  width: 330px;
}

.tod-index-pref-7 .pref-7-list .pref-button a .pref-name {
  bottom: 0;
  height: 50px;
  margin-bottom: auto;
  margin-top: auto;
  padding-left: 155px;
  padding-right: 25px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 150px;
}

.tod-index-pref-7 .pref-7-list .pref-button a .pref-name .kanji {
  color: #333;
  font-size: 137.5%;
  font-weight: bold;
}

.tod-index-pref-7 .pref-7-list .pref-button a .pref-name .alphabet {
  color: #666;
  font-size: 87.5%;
}

.tod-index-pref-7 .pref-7-list .pref-button a .pref-figure {
  background-image: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-pref7-san-tod-pc.png");
  bottom: 0;
  display: block;
  height: 110px;
  left: 40px;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  top: 0;
  width: 110px;
}

.tod-index-pref-7 .pref-7-list .pref-button a .pref-figure.tokyo {
  background-position: 0 0;
}

.tod-index-pref-7 .pref-7-list .pref-button a .pref-figure.kanagawa {
  background-position: -110px 0;
}

.tod-index-pref-7 .pref-7-list .pref-button a .pref-figure.chiba {
  background-position: -220px 0;
}

.tod-index-pref-7 .pref-7-list .pref-button a .pref-figure.saitama {
  background-position: -330px 0;
}

.tod-index-pref-7 .pref-7-list .pref-button a .pref-figure.ibaragi {
  background-position: -440px 0;
}

.tod-index-pref-7 .pref-7-list .pref-button a .pref-figure.tochigi {
  background-position: -550px 0;
}

.tod-index-pref-7 .pref-7-list .pref-button a .pref-figure.gunma {
  background-position: -660px 0;
}

.tod-index-pref-7 .pref-7-list .pref-button a.hover {
  background: #038dc9 url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-arrow-corner-pc-on.png") right bottom no-repeat;
}

.tod-index-pref-7 .pref-7-list .pref-button a.hover .pref-figure.tokyo {
  background-position: 0 -110px;
}

.tod-index-pref-7 .pref-7-list .pref-button a.hover .pref-figure.kanagawa {
  background-position: -110px -110px;
}

.tod-index-pref-7 .pref-7-list .pref-button a.hover .pref-figure.chiba {
  background-position: -220px -110px;
}

.tod-index-pref-7 .pref-7-list .pref-button a.hover .pref-figure.saitama {
  background-position: -330px -110px;
}

.tod-index-pref-7 .pref-7-list .pref-button a.hover .pref-figure.ibaragi {
  background-position: -440px -110px;
}

.tod-index-pref-7 .pref-7-list .pref-button a.hover .pref-figure.tochigi {
  background-position: -550px -110px;
}

.tod-index-pref-7 .pref-7-list .pref-button a.hover .pref-figure.gunma {
  background-position: -660px -110px;
}

.tod-index-pref-7 .pref-7-list .pref-button a.hover .pref-name .kanji,
.tod-index-pref-7 .pref-7-list .pref-button a.hover .pref-name .alphabet {
  color: #fff;
}

.tod-index-pref-other {
  background-color: #cde7f4;
  margin: 0 auto 30px;
  padding: 20px 0;
}

.tod-index-pref-other .heading {
  height: 40px;
  margin: 0 auto 15px;
  text-align: center;
  width: 990px;
}

.tod-index-pref-other .heading > span {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-heading-circle-san-pc.png") left center no-repeat;
  display: inline-block;
  font-weight: normal;
  line-height: 40px;
  padding-left: 32px;
  font-size: 26px;
  font-size: 1.625rem;
}

.tod-index-pref-other .shorten {
  letter-spacing: normal;
}

.tod-index-pref-other .pref-other-list {
  background-color: #fff;
  box-sizing: border-box;
  display: table;
  list-style: none;
  margin: 0 auto;
  padding: 20px 20px 0 20px;
  width: 990px;
}

.tod-index-pref-other .pref-other-list .area-category {
  display: table-row;
}

.tod-index-pref-other .pref-other-list .area-name {
  background-color: #8dcce7;
  border-bottom: 20px solid #fff;
  color: #fff;
  display: table-cell;
  font-size: 112.5%;
  text-align: center;
  vertical-align: middle;
  width: 194px;
}

.tod-index-pref-other .pref-other-list .pref-category {
  display: table-cell;
  padding-bottom: 20px;
  vertical-align: top;
}

.tod-index-pref-other .pref-other-list .pref-category > ul {
  border-top: 1px solid #8dcce7;
}

.tod-index-pref-other .pref-other-list .pref-category > ul:before, .tod-index-pref-other .pref-other-list .pref-category > ul:after {
  content: "";
  display: table;
  clear: both;
}

.tod-index-pref-other .pref-other-list .pref-category .pref-name {
  border-bottom: 1px solid #8dcce7;
  border-right: 1px solid #8dcce7;
  box-sizing: border-box;
  display: block;
  float: left;
  height: 75px;
  width: 189px;
}

.tod-index-pref-other .pref-other-list .pref-category .pref-name a {
  color: #333;
  display: block;
  text-align: center;
  vertical-align: middle;
}

.tod-index-pref-other .pref-other-list .pref-category .pref-name a > span {
  font-size: 125.0%;
  height: 75px;
  line-height: 75px;
}

.tod-index-pref-other .pref-other-list .pref-category .pref-name a.hover {
  background-color: #038dc9;
  color: #fff;
}

.tod-index-proportional {
  margin: 0 auto 30px;
  width: 990px;
}

.tod-index-proportional .heading {
  height: 40px;
  margin: 0 auto 15px;
  text-align: center;
}

.tod-index-proportional .heading > span {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-heading-circle-san-pc.png") left center no-repeat;
  display: inline-block;
  font-weight: normal;
  line-height: 40px;
  padding-left: 32px;
  font-size: 26px;
  font-size: 1.625rem;
}

.tod-index-proportional .shorten {
  letter-spacing: normal;
}

.tod-index-proportional .proportional-list {
  list-style: none;
  margin-left: -10px;
  padding: 0;
  width: 1000px;
}

.tod-index-proportional .proportional-list:before, .tod-index-proportional .proportional-list:after {
  content: "";
  display: table;
  clear: both;
}

.tod-index-proportional .proportional-list .political-party {
  float: left;
  margin-bottom: 10px;
  margin-left: 10px;
}

.tod-index-proportional .proportional-list .political-party a {
  background-color: #fff;
  border: 1px solid #038dc9;
  box-sizing: border-box;
  color: #333;
  display: block;
  height: 86px;
  line-height: 86px;
  padding: 0 44px 0 10px;
  position: relative;
  text-decoration: none;
  text-align: center;
  width: 240px;
}

.tod-index-proportional .proportional-list .political-party a:after {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-arrow-circle-pc-off.png") no-repeat;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 30px;
  width: 30px;
}

.tod-index-proportional .proportional-list .political-party a > span {
  font-size: 125.0%;
}

.tod-index-proportional .proportional-list .political-party a.hover {
  background-color: #038dc9;
  color: #fff;
}

.tod-index-proportional .proportional-list .political-party a.hover:after {
  background-image: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-arrow-circle-pc-on.png");
}

#wrapper.single-sanin-index .news {
  margin-bottom: 0;
}

.kai-index-pref-9 i,
.kai-index-pref-7 i,
.kai-index-pref-other i,
.kai-index-icon-explanation i {
  display: block;
  float: left;
  height: 28px;
  margin-bottom: 5px;
  margin-right: 5px;
  width: 28px;
}

.kai-index-pref-9 i.large,
.kai-index-pref-7 i.large,
.kai-index-pref-other i.large,
.kai-index-icon-explanation i.large {
  height: 44px;
  width: 44px;
}

.kai-index-pref-9 .jimin,
.kai-index-pref-7 .jimin,
.kai-index-pref-other .jimin,
.kai-index-icon-explanation .jimin {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-seitou-s-pc.png") 0 center no-repeat;
}

.kai-index-pref-9 .jimin.large,
.kai-index-pref-7 .jimin.large,
.kai-index-pref-other .jimin.large,
.kai-index-icon-explanation .jimin.large {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-seitou-l-pc.png") 0 center no-repeat;
}

.kai-index-pref-9 .minshin,
.kai-index-pref-7 .minshin,
.kai-index-pref-other .minshin,
.kai-index-icon-explanation .minshin {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-seitou-s-pc.png") -28px center no-repeat;
}

.kai-index-pref-9 .minshin.large,
.kai-index-pref-7 .minshin.large,
.kai-index-pref-other .minshin.large,
.kai-index-icon-explanation .minshin.large {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-seitou-l-pc.png") -44px center no-repeat;
}

.kai-index-pref-9 .komei,
.kai-index-pref-7 .komei,
.kai-index-pref-other .komei,
.kai-index-icon-explanation .komei {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-seitou-s-pc.png") -56px center no-repeat;
}

.kai-index-pref-9 .komei.large,
.kai-index-pref-7 .komei.large,
.kai-index-pref-other .komei.large,
.kai-index-icon-explanation .komei.large {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-seitou-l-pc.png") -88px center no-repeat;
}

.kai-index-pref-9 .osakaishin,
.kai-index-pref-7 .osakaishin,
.kai-index-pref-other .osakaishin,
.kai-index-icon-explanation .osakaishin {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-seitou-s-pc.png") -84px center no-repeat;
}

.kai-index-pref-9 .osakaishin.large,
.kai-index-pref-7 .osakaishin.large,
.kai-index-pref-other .osakaishin.large,
.kai-index-icon-explanation .osakaishin.large {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-seitou-l-pc.png") -132px center no-repeat;
}

.kai-index-pref-9 .kokoro,
.kai-index-pref-7 .kokoro,
.kai-index-pref-other .kokoro,
.kai-index-icon-explanation .kokoro {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-seitou-s-pc.png") -112px center no-repeat;
}

.kai-index-pref-9 .kokoro.large,
.kai-index-pref-7 .kokoro.large,
.kai-index-pref-other .kokoro.large,
.kai-index-icon-explanation .kokoro.large {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-seitou-l-pc.png") -176px center no-repeat;
}

.kai-index-pref-9 .kyosan,
.kai-index-pref-7 .kyosan,
.kai-index-pref-other .kyosan,
.kai-index-icon-explanation .kyosan {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-seitou-s-pc.png") -140px center no-repeat;
}

.kai-index-pref-9 .kyosan.large,
.kai-index-pref-7 .kyosan.large,
.kai-index-pref-other .kyosan.large,
.kai-index-icon-explanation .kyosan.large {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-seitou-l-pc.png") -220px center no-repeat;
}

.kai-index-pref-9 .shamin,
.kai-index-pref-7 .shamin,
.kai-index-pref-other .shamin,
.kai-index-icon-explanation .shamin {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-seitou-s-pc.png") -168px center no-repeat;
}

.kai-index-pref-9 .shamin.large,
.kai-index-pref-7 .shamin.large,
.kai-index-pref-other .shamin.large,
.kai-index-icon-explanation .shamin.large {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-seitou-l-pc.png") -264px center no-repeat;
}

.kai-index-pref-9 .seikatsu,
.kai-index-pref-7 .seikatsu,
.kai-index-pref-other .seikatsu,
.kai-index-icon-explanation .seikatsu {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-seitou-s-pc.png") -196px center no-repeat;
}

.kai-index-pref-9 .seikatsu.large,
.kai-index-pref-7 .seikatsu.large,
.kai-index-pref-other .seikatsu.large,
.kai-index-icon-explanation .seikatsu.large {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-seitou-l-pc.png") -308px center no-repeat;
}

.kai-index-pref-9 .kaikaku,
.kai-index-pref-7 .kaikaku,
.kai-index-pref-other .kaikaku,
.kai-index-icon-explanation .kaikaku {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-seitou-s-pc.png") -224px center no-repeat;
}

.kai-index-pref-9 .kaikaku.large,
.kai-index-pref-7 .kaikaku.large,
.kai-index-pref-other .kaikaku.large,
.kai-index-icon-explanation .kaikaku.large {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-seitou-l-pc.png") -352px center no-repeat;
}

.kai-index-pref-9 .genzei,
.kai-index-pref-7 .genzei,
.kai-index-pref-other .genzei,
.kai-index-icon-explanation .genzei {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-seitou-s-pc.png") -252px center no-repeat;
}

.kai-index-pref-9 .genzei.large,
.kai-index-pref-7 .genzei.large,
.kai-index-pref-other .genzei.large,
.kai-index-icon-explanation .genzei.large {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-seitou-l-pc.png") -396px center no-repeat;
}

.kai-index-pref-9 .shoha,
.kai-index-pref-7 .shoha,
.kai-index-pref-other .shoha,
.kai-index-icon-explanation .shoha {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-seitou-s-pc.png") -280px center no-repeat;
}

.kai-index-pref-9 .shoha.large,
.kai-index-pref-7 .shoha.large,
.kai-index-pref-other .shoha.large,
.kai-index-icon-explanation .shoha.large {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-seitou-l-pc.png") -440px center no-repeat;
}

.kai-index-pref-9 .musyozoku,
.kai-index-pref-7 .musyozoku,
.kai-index-pref-other .musyozoku,
.kai-index-icon-explanation .musyozoku {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-seitou-s-pc.png") -308px center no-repeat;
}

.kai-index-pref-9 .musyozoku.large,
.kai-index-pref-7 .musyozoku.large,
.kai-index-pref-other .musyozoku.large,
.kai-index-icon-explanation .musyozoku.large {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-seitou-l-pc.png") -484px center no-repeat;
}

.kai-index-pref-9 .undecided,
.kai-index-pref-7 .undecided,
.kai-index-pref-other .undecided,
.kai-index-icon-explanation .undecided {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-seitou-s-pc.png") -336px center no-repeat;
}

.kai-index-pref-9 .undecided.large,
.kai-index-pref-7 .undecided.large,
.kai-index-pref-other .undecided.large,
.kai-index-icon-explanation .undecided.large {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-seitou-l-pc.png") -528px center no-repeat;
}

.kai-index-pref-9 {
  margin: 20px auto 30px;
  width: 990px;
}

.kai-index-pref-9 .heading {
  height: 40px;
  margin-bottom: 15px;
  text-align: center;
}

.kai-index-pref-9 .heading > span {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-heading-circle-san-pc.png") left center no-repeat;
  display: inline-block;
  font-weight: normal;
  line-height: 40px;
  padding-left: 32px;
  font-size: 26px;
  font-size: 1.625rem;
}

.kai-index-pref-9 .shorten {
  letter-spacing: normal;
}

.kai-index-pref-9 .note {
  margin: 0 auto 15px;
}

.kai-index-pref-9 .pref-9-list {
  border-right: 1px solid #038dc9;
  border-top: 1px solid #038dc9;
  list-style: none;
  padding: 0;
  width: 990px;
}

.kai-index-pref-9 .pref-9-list:before, .kai-index-pref-9 .pref-9-list:after {
  content: "";
  display: table;
  clear: both;
}

.kai-index-pref-9 .pref-9-list .pref-button {
  float: left;
}

.kai-index-pref-9 .pref-9-list .pref-button.label-aichi a .pref-box, .kai-index-pref-9 .pref-9-list .pref-button.label-gifu a .pref-box, .kai-index-pref-9 .pref-9-list .pref-button.label-shizuoka a .pref-box, .kai-index-pref-9 .pref-9-list .pref-button.label-nagano a .pref-box, .kai-index-pref-9 .pref-9-list .pref-button.label-fukui a .pref-box, .kai-index-pref-9 .pref-9-list .pref-button.label-ishikawa a .pref-box {
  border-right: 1px solid #fff;
}

.kai-index-pref-9 .pref-9-list .pref-button.label-aichi a .pref-result, .kai-index-pref-9 .pref-9-list .pref-button.label-gifu a .pref-result, .kai-index-pref-9 .pref-9-list .pref-button.label-shizuoka a .pref-result, .kai-index-pref-9 .pref-9-list .pref-button.label-nagano a .pref-result, .kai-index-pref-9 .pref-9-list .pref-button.label-fukui a .pref-result, .kai-index-pref-9 .pref-9-list .pref-button.label-ishikawa a .pref-result {
  border-right: 1px solid #038dc9;
}

.kai-index-pref-9 .pref-9-list .pref-button.label-aichi a.hover .pref-result, .kai-index-pref-9 .pref-9-list .pref-button.label-gifu a.hover .pref-result, .kai-index-pref-9 .pref-9-list .pref-button.label-shizuoka a.hover .pref-result, .kai-index-pref-9 .pref-9-list .pref-button.label-nagano a.hover .pref-result, .kai-index-pref-9 .pref-9-list .pref-button.label-fukui a.hover .pref-result, .kai-index-pref-9 .pref-9-list .pref-button.label-ishikawa a.hover .pref-result {
  border-right: 1px solid #fff;
}

.kai-index-pref-9 .pref-9-list .pref-button.label-aichi a .pref-result, .kai-index-pref-9 .pref-9-list .pref-button.label-shizuoka a .pref-result, .kai-index-pref-9 .pref-9-list .pref-button.label-fukui a .pref-result {
  border-left: 1px solid #038dc9;
}

.kai-index-pref-9 .pref-9-list .pref-button.label-aichi a.hover .pref-result, .kai-index-pref-9 .pref-9-list .pref-button.label-gifu a.hover .pref-result, .kai-index-pref-9 .pref-9-list .pref-button.label-mie a.hover .pref-result, .kai-index-pref-9 .pref-9-list .pref-button.label-shizuoka a.hover .pref-result, .kai-index-pref-9 .pref-9-list .pref-button.label-nagano a.hover .pref-result, .kai-index-pref-9 .pref-9-list .pref-button.label-shiga a.hover .pref-result {
  border-bottom: 1px solid #fff;
}

.kai-index-pref-9 .pref-9-list .pref-button a {
  border-bottom: 1px solid #038dc9;
  box-sizing: border-box;
  display: block;
  height: 140px;
  position: relative;
  text-decoration: none;
  width: 330px;
}

.kai-index-pref-9 .pref-9-list .pref-button a .pref-box {
  background: #038dc9 url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-arrow-corner-pc-white-l.png") right bottom no-repeat;
  height: 70px;
  position: relative;
  text-align: center;
}

.kai-index-pref-9 .pref-9-list .pref-button a .pref-box .pref-figure {
  background-image: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-pref9-san-kai-pc.png");
  bottom: 0;
  display: block;
  left: 40px;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  top: 0;
}

.kai-index-pref-9 .pref-9-list .pref-button a .pref-box .pref-figure.aichi {
  background-position: -14px -14px;
  height: 60px;
  width: 60px;
}

.kai-index-pref-9 .pref-9-list .pref-button a .pref-box .pref-figure.gifu {
  background-position: -100px -18px;
  height: 55px;
  width: 55px;
}

.kai-index-pref-9 .pref-9-list .pref-button a .pref-box .pref-figure.mie {
  background-position: -190px -16px;
  height: 60px;
  width: 55px;
}

.kai-index-pref-9 .pref-9-list .pref-button a .pref-box .pref-figure.shizuoka {
  background-position: -7px -105px;
  height: 55px;
  width: 67px;
}

.kai-index-pref-9 .pref-9-list .pref-button a .pref-box .pref-figure.nagano {
  background-position: -105px -102px;
  height: 60px;
  width: 55px;
}

.kai-index-pref-9 .pref-9-list .pref-button a .pref-box .pref-figure.shiga {
  background-position: -183px -102px;
  height: 60px;
  width: 55px;
}

.kai-index-pref-9 .pref-9-list .pref-button a .pref-box .pref-figure.fukui {
  background-position: -9px -190px;
  height: 60px;
  width: 70px;
}

.kai-index-pref-9 .pref-9-list .pref-button a .pref-box .pref-figure.ishikawa {
  background-position: -108px -189px;
  height: 60px;
  width: 55px;
}

.kai-index-pref-9 .pref-9-list .pref-button a .pref-box .pref-figure.toyama {
  background-position: -182px -192px;
  height: 55px;
  width: 65px;
}

.kai-index-pref-9 .pref-9-list .pref-button a .pref-box .pref-name {
  box-sizing: border-box;
  color: #fff;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.kai-index-pref-9 .pref-9-list .pref-button a .pref-box .pref-name .kanji {
  font-size: 137.5%;
  font-weight: bold;
}

.kai-index-pref-9 .pref-9-list .pref-button a .pref-result {
  background-color: #fff;
  border-bottom: 1px solid #038dc9;
  box-sizing: border-box;
  height: 70px;
  margin: 0 auto;
  padding: 13px 0 0 0;
  text-align: center;
}

.kai-index-pref-9 .pref-9-list .pref-button a .pref-result i {
  display: inline-block;
  float: none;
  margin-right: 10px;
}

.kai-index-pref-9 .pref-9-list .pref-button a.hover .pref-box {
  background: #038dc9 url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-arrow-corner-pc-lightblue-l.png") right bottom no-repeat;
}

.kai-index-pref-9 .pref-9-list .pref-button a.hover .pref-result {
  background-color: #038dc9;
}

.kai-index-pref-9 .pref-9-list .pref-button a.hover .pref-name .kanji {
  color: #fff;
}

.kai-index-pref-7 {
  margin: 20px auto 30px;
  width: 990px;
}

.kai-index-pref-7 .heading {
  height: 40px;
  margin-bottom: 15px;
  text-align: center;
}

.kai-index-pref-7 .heading > span {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-heading-circle-san-pc.png") left center no-repeat;
  display: inline-block;
  font-weight: normal;
  line-height: 40px;
  padding-left: 32px;
  font-size: 26px;
  font-size: 1.625rem;
}

.kai-index-pref-7 .shorten {
  letter-spacing: normal;
}

.kai-index-pref-7 .note {
  margin: 0 auto 15px;
}

.kai-index-pref-7 .pref-7-list {
  border-right: 1px solid #038dc9;
  border-top: 1px solid #038dc9;
  list-style: none;
  padding: 0;
  width: 990px;
}

.kai-index-pref-7 .pref-7-list:before, .kai-index-pref-7 .pref-7-list:after {
  content: "";
  display: table;
  clear: both;
}

.kai-index-pref-7 .pref-7-list .pref-button {
  float: left;
}

.kai-index-pref-7 .pref-7-list .pref-button.label-kanagawa a .pref-box, .kai-index-pref-7 .pref-7-list .pref-button.label-chiba a .pref-box, .kai-index-pref-7 .pref-7-list .pref-button.label-ibaragi a .pref-box, .kai-index-pref-7 .pref-7-list .pref-button.label-tochigi a .pref-box {
  border-right: 1px solid #fff;
}

.kai-index-pref-7 .pref-7-list .pref-button.label-kanagawa a .pref-result, .kai-index-pref-7 .pref-7-list .pref-button.label-chiba a .pref-result, .kai-index-pref-7 .pref-7-list .pref-button.label-ibaragi a .pref-result, .kai-index-pref-7 .pref-7-list .pref-button.label-tochigi a .pref-result {
  border-right: 1px solid #038dc9;
}

.kai-index-pref-7 .pref-7-list .pref-button.label-kanagawa a.hover .pref-result, .kai-index-pref-7 .pref-7-list .pref-button.label-chiba a.hover .pref-result, .kai-index-pref-7 .pref-7-list .pref-button.label-ibaragi a.hover .pref-result, .kai-index-pref-7 .pref-7-list .pref-button.label-tochigi a.hover .pref-result {
  border-right: 1px solid #fff;
}

.kai-index-pref-7 .pref-7-list .pref-button.label-tokyo a .pref-result, .kai-index-pref-7 .pref-7-list .pref-button.label-kanagawa a .pref-result, .kai-index-pref-7 .pref-7-list .pref-button.label-ibaragi a .pref-result {
  border-left: 1px solid #038dc9;
}

.kai-index-pref-7 .pref-7-list .pref-button.label-tokyo a.hover .pref-result, .kai-index-pref-7 .pref-7-list .pref-button.label-kanagawa a.hover .pref-result, .kai-index-pref-7 .pref-7-list .pref-button.label-chiba a.hover .pref-result, .kai-index-pref-7 .pref-7-list .pref-button.label-saitama a.hover .pref-result {
  border-bottom: 1px solid #fff;
}

.kai-index-pref-7 .pref-7-list .pref-button.label-tokyo a {
  width: 990px;
}

.kai-index-pref-7 .pref-7-list .pref-button a {
  border-bottom: 1px solid #038dc9;
  box-sizing: border-box;
  display: block;
  height: 140px;
  position: relative;
  text-decoration: none;
  width: 330px;
}

.kai-index-pref-7 .pref-7-list .pref-button a .pref-box {
  background: #038dc9 url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-arrow-corner-pc-white-l.png") right bottom no-repeat;
  height: 70px;
  position: relative;
  text-align: center;
}

.kai-index-pref-7 .pref-7-list .pref-button a .pref-box .pref-figure {
  background-image: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-pref7-san-kai-pc.png");
  bottom: 0;
  display: block;
  left: 40px;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  top: 0;
}

.kai-index-pref-7 .pref-7-list .pref-button a .pref-box .pref-figure.tokyo {
  background-position: 0 0;
  bottom: 0;
  height: 60px;
  left: 37%;
  top: 0;
  width: 60px;
}

.kai-index-pref-7 .pref-7-list .pref-button a .pref-box .pref-figure.kanagawa {
  background-position: -60px -2px;
  height: 55px;
  width: 60px;
}

.kai-index-pref-7 .pref-7-list .pref-button a .pref-box .pref-figure.chiba {
  background-position: -122px 0;
  height: 60px;
  width: 55px;
}

.kai-index-pref-7 .pref-7-list .pref-button a .pref-box .pref-figure.saitama {
  background-position: -177px -2px;
  height: 55px;
  width: 67px;
}

.kai-index-pref-7 .pref-7-list .pref-button a .pref-box .pref-figure.ibaragi {
  background-position: -243px 0;
  height: 60px;
  width: 55px;
}

.kai-index-pref-7 .pref-7-list .pref-button a .pref-box .pref-figure.tochigi {
  background-position: -303px 0;
  height: 60px;
  width: 55px;
}

.kai-index-pref-7 .pref-7-list .pref-button a .pref-box .pref-figure.gunma {
  background-position: -360px 0;
  height: 60px;
  width: 60px;
}

.kai-index-pref-7 .pref-7-list .pref-button a .pref-box .pref-name {
  box-sizing: border-box;
  color: #fff;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.kai-index-pref-7 .pref-7-list .pref-button a .pref-box .pref-name .kanji {
  font-size: 137.5%;
  font-weight: bold;
}

.kai-index-pref-7 .pref-7-list .pref-button a .pref-result {
  background-color: #fff;
  border-bottom: 1px solid #038dc9;
  box-sizing: border-box;
  height: 70px;
  margin: 0 auto;
  padding: 13px 0 0 0;
  text-align: center;
}

.kai-index-pref-7 .pref-7-list .pref-button a .pref-result i {
  display: inline-block;
  float: none;
  margin-right: 10px;
}

.kai-index-pref-7 .pref-7-list .pref-button a.hover .pref-box {
  background: #038dc9 url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-arrow-corner-pc-lightblue-l.png") right bottom no-repeat;
}

.kai-index-pref-7 .pref-7-list .pref-button a.hover .pref-result {
  background-color: #038dc9;
}

.kai-index-pref-7 .pref-7-list .pref-button a.hover .pref-name .kanji {
  color: #fff;
}

.kai-index-pref-other {
  background-color: #cde7f4;
  margin: 0 auto 30px;
  padding: 20px 0;
}

.kai-index-pref-other .heading {
  height: 40px;
  margin: 0 auto 15px;
  text-align: center;
  width: 990px;
}

.kai-index-pref-other .heading > span {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-heading-circle-san-pc.png") left center no-repeat;
  display: inline-block;
  font-weight: normal;
  line-height: 40px;
  padding-left: 32px;
  font-size: 26px;
  font-size: 1.625rem;
}

.kai-index-pref-other .shorten {
  letter-spacing: normal;
}

.kai-index-pref-other .note {
  margin: 0 auto 15px;
  width: 990px;
}

.kai-index-pref-other .pref-other-list {
  background-color: #fff;
  box-sizing: border-box;
  display: table;
  list-style: none;
  margin: 0 auto;
  padding: 20px 20px 0 20px;
  width: 990px;
}

.kai-index-pref-other .pref-other-list .area-category {
  display: table-row;
}

.kai-index-pref-other .pref-other-list .area-name {
  background-color: #8dcce7;
  border-bottom: 20px solid #fff;
  color: #fff;
  display: table-cell;
  font-size: 112.5%;
  text-align: center;
  vertical-align: middle;
  width: 131px;
}

.kai-index-pref-other .pref-other-list .pref-category {
  display: table-cell;
  padding-bottom: 20px;
  padding-left: 20px;
  vertical-align: top;
}

.kai-index-pref-other .pref-other-list .pref-category > ul {
  border-left: 1px solid #8dcce7;
}

.kai-index-pref-other .pref-other-list .pref-category > ul:before, .kai-index-pref-other .pref-other-list .pref-category > ul:after {
  content: "";
  display: table;
  clear: both;
}

.kai-index-pref-other .pref-other-list .pref-category .pref-box {
  border-bottom: 1px solid #8dcce7;
  border-right: 1px solid #8dcce7;
  box-sizing: border-box;
  display: block;
  float: left;
  height: 110px;
  width: 114px;
}

.kai-index-pref-other .pref-other-list .pref-category .pref-box:first-child + li + li + li + li + li + li + li,
.kai-index-pref-other .pref-other-list .pref-category .pref-box:first-child + li + li + li + li + li + li + li + li {
  border-top-width: 0;
}

.kai-index-pref-other .pref-other-list .pref-category .pref-box a {
  color: #333;
  display: block;
  text-align: center;
  vertical-align: middle;
}

.kai-index-pref-other .pref-other-list .pref-category .pref-box a > span {
  font-size: 100%;
  height: 75px;
  line-height: 75px;
}

.kai-index-pref-other .pref-other-list .pref-category .pref-box a .pref-name {
  background: #8dcce7 url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-arrow-corner-pc-white-s.png") right bottom no-repeat;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.kai-index-pref-other .pref-other-list .pref-category .pref-box a .pref-result {
  box-sizing: border-box;
  height: 70px;
  padding: 21px 0 0 10px;
}

.kai-index-pref-other .pref-other-list .pref-category .pref-box a .pref-result:before, .kai-index-pref-other .pref-other-list .pref-category .pref-box a .pref-result:after {
  content: "";
  display: table;
  clear: both;
}

.kai-index-pref-other .pref-other-list .pref-category .pref-box a .pref-result.row-double {
  padding: 4px 0 0 10px;
}

.kai-index-pref-other .pref-other-list .pref-category .pref-box a.hover .pref-name {
  background: #038dc9 url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-arrow-corner-pc-lightblue-s.png") right bottom no-repeat;
  color: #fff;
}

.kai-index-pref-other .pref-other-list .pref-category .pref-box a.hover .pref-result {
  background-color: #038dc9;
  border-right: 1px solid #fff;
}

.kai-index-pref-other .pref-other-list .pref-category .pref-box.cell-end-pc a .pref-name,
.kai-index-pref-other .pref-other-list .pref-category .pref-box.cell-end-pc a .pref-result {
  border-right-width: 0;
}

.kai-index-proportional {
  margin: 0 auto 30px;
  position: relative;
  width: 990px;
}

.kai-index-proportional .heading {
  height: 40px;
  margin: 0 auto 15px;
  text-align: center;
}

.kai-index-proportional .heading > span {
  background: url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-heading-circle-san-pc.png") left center no-repeat;
  display: inline-block;
  font-weight: normal;
  line-height: 40px;
  padding-left: 32px;
  font-size: 26px;
  font-size: 1.625rem;
}

.kai-index-proportional .shorten {
  letter-spacing: -0.3em;
}

.kai-index-proportional .note {
  margin-bottom: 15px;
}

.kai-index-proportional .remaining-seats {
  margin-bottom: 15px;
  margin-top: -40px;
  text-align: right;
}

.kai-index-proportional .proportional-list {
  border-left: 1px solid #333;
  box-sizing: border-box;
  list-style: none;
  width: 990px;
}

.kai-index-proportional .proportional-list:before, .kai-index-proportional .proportional-list:after {
  content: "";
  display: table;
  clear: both;
}

.kai-index-proportional .proportional-list .political-party {
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  box-sizing: border-box;
  float: left;
  height: 110px;
  margin: 0;
  width: 8.33%;
}

.kai-index-proportional .proportional-list .political-party:first-child,
.kai-index-proportional .proportional-list .political-party:first-child + li,
.kai-index-proportional .proportional-list .political-party:first-child + li + li,
.kai-index-proportional .proportional-list .political-party:first-child + li + li + li,
.kai-index-proportional .proportional-list .political-party:first-child + li + li + li + li,
.kai-index-proportional .proportional-list .political-party:first-child + li + li + li + li + li,
.kai-index-proportional .proportional-list .political-party:first-child + li + li + li + li + li + li,
.kai-index-proportional .proportional-list .political-party:first-child + li + li + li + li + li + li + li,
.kai-index-proportional .proportional-list .political-party:first-child + li + li + li + li + li + li + li + li,
.kai-index-proportional .proportional-list .political-party:first-child + li + li + li + li + li + li + li + li + li,
.kai-index-proportional .proportional-list .political-party:first-child + li + li + li + li + li + li + li + li + li + li,
.kai-index-proportional .proportional-list .political-party:first-child + li + li + li + li + li + li + li + li + li + li + li {
  border-top: 1px solid #333;
}

.kai-index-proportional .proportional-list .political-party a {
  color: #333;
}

.kai-index-proportional .proportional-list .political-party a .name {
  background: #fff url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-arrow-corner-pc-darkgray-s.png") right bottom no-repeat;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.kai-index-proportional .proportional-list .political-party a .name > span {
  font-size: 125%;
}

.kai-index-proportional .proportional-list .political-party a .name.jimin {
  background-color: #2284dd;
  color: #fff;
}

.kai-index-proportional .proportional-list .political-party a .name.minshin {
  background-color: #d9385d;
  color: #fff;
}

.kai-index-proportional .proportional-list .political-party a .name.komei {
  background-color: #005bac;
  color: #fff;
}

.kai-index-proportional .proportional-list .political-party a .name.osakaishin {
  background-color: #7cd3b9;
}

.kai-index-proportional .proportional-list .political-party a .name.kokoro {
  background-color: #d5a5de;
}

.kai-index-proportional .proportional-list .political-party a .name.kyosan {
  background-color: #fc0;
}

.kai-index-proportional .proportional-list .political-party a .name.shamin {
  background-color: #017a6b;
  color: #fff;
}

.kai-index-proportional .proportional-list .political-party a .name.seikatsu {
  background-color: #f581af;
  color: #fff;
}

.kai-index-proportional .proportional-list .political-party a .name.kaikaku {
  background-color: #bc629f;
  color: #fff;
}

.kai-index-proportional .proportional-list .political-party a .name.genzei {
  background-color: #c2e304;
}

.kai-index-proportional .proportional-list .political-party a .name.shoha {
  background-color: #ccc;
}

.kai-index-proportional .proportional-list .political-party a .name.musyozoku {
  background-color: #fff;
}

.kai-index-proportional .proportional-list .political-party a .count {
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.kai-index-proportional .proportional-list .political-party a .count > span {
  font-size: 250%;
}

.kai-index-proportional .proportional-list .political-party a.hover .name {
  background: #333 url("/tokyo-np/archives/senkyo/kokusei201907/image/icon-arrow-corner-pc-white-s.png") right bottom no-repeat;
  color: #fff;
}

.kai-index-proportional .proportional-list .political-party a.hover .name.jimin, .kai-index-proportional .proportional-list .political-party a.hover .name.minshin, .kai-index-proportional .proportional-list .political-party a.hover .name.komei, .kai-index-proportional .proportional-list .political-party a.hover .name.osakaishin, .kai-index-proportional .proportional-list .political-party a.hover .name.kokoro, .kai-index-proportional .proportional-list .political-party a.hover .name.kyosan, .kai-index-proportional .proportional-list .political-party a.hover .name.shamin, .kai-index-proportional .proportional-list .political-party a.hover .name.seikatsu, .kai-index-proportional .proportional-list .political-party a.hover .name.kaikaku, .kai-index-proportional .proportional-list .political-party a.hover .name.genzei, .kai-index-proportional .proportional-list .political-party a.hover .name.shoha, .kai-index-proportional .proportional-list .political-party a.hover .name.musyozoku {
  background-color: #333;
  color: #fff;
}

.kai-index-icon-explanation {
  margin: 0 auto 30px;
  width: 990px;
}

.kai-index-icon-explanation .information {
  border: 1px dashed #333;
  box-sizing: border-box;
  padding: 30px 30px 20px 30px;
}

.kai-index-icon-explanation .information:before, .kai-index-icon-explanation .information:after {
  content: "";
  display: table;
  clear: both;
}

.kai-index-icon-explanation .information li {
  box-sizing: border-box;
  display: block;
  float: left;
  line-height: 28px;
  margin-bottom: 10px;
  width: 232px;
}

.kai-index-icon-explanation .information li i {
  margin-bottom: 0;
}

.sub-title.qa-style1 {
  margin-bottom: 0;
  border-bottom: none;
}

.hyonavi-qa.qa-style1 {
  margin-bottom: 30px;
  position: relative;
}

.hyonavi-qa.qa-style1:before, .hyonavi-qa.qa-style1:after {
  content: "";
  display: table;
  clear: both;
}

.hyonavi-qa.qa-style1 a {
  width: 100%;
  height: 100%;
  display: block;
}

.hyonavi-qa.qa-style1 a .hyonavi-question {
  background: #fff url(/tokyo-np/archives/senkyo/kokusei201907/image/icon-arrow02-circle-pc-off.png) no-repeat 880px 21px;
}

.hyonavi-qa.qa-style1 a:hover, .hyonavi-qa.qa-style1 a:active, .hyonavi-qa.qa-style1 a:link, .hyonavi-qa.qa-style1 a:visited {
  text-decoration: none;
  color: #000;
}

.hyonavi-qa.qa-style1 a:hover .hyonavi-question {
  color: #fff;
  background: #009FBC url(/tokyo-np/archives/senkyo/kokusei201907/image/icon-arrow02-circle-pc-on.png) no-repeat 880px 21px;
}

.hyonavi-qa.qa-style1 .question-title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: inherit;
  padding: 12px 0;
  border: 1px solid #009FBC;
  border-right: none;
  margin-bottom: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.hyonavi-qa.qa-style1 .question-title span {
  text-align: center;
  width: 73px;
  padding: 0;
  background-color: #009FBC;
  margin: 0;
  display: inline-block;
}

.hyonavi-qa.qa-style1 .hyonavi-question {
  width: 895px;
  padding: 12px 0 12px 20px;
  border: 1px solid #009FBC;
  border-left: 74px solid #009FBC;
  margin: 0 0 20px;
}

.hyonavi-qa.qa-style1 .hyonavi-question p {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0;
}

.hyonavi-qa.qa-style1 .hyonavi-answer {
  margin-bottom: 20px;
}

.hyonavi-qa.qa-style1 .hyonavi-answer ul li {
  list-style: none;
  padding-bottom: 15px;
  border-bottom: 1px dotted #333;
  margin-bottom: 15px;
  line-height: 1.5;
}

.hyonavi-qa.qa-style1 .hyonavi-answer ul li.last {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.hyonavi-qa.qa-style1 .hyonavi-answer ul li span {
  font-size: 90%;
  margin-bottom: 12px;
  display: block;
}

.hyonavi-qa.qa-style1 .hyonavi-toanchor {
  text-align: right;
}

.hyonavi-qa.qa-style1 .hyonavi-toanchor a {
  color: #183F99;
  font-size: 90%;
  text-decoration: underline;
  padding-left: 15px;
  background: url(/tokyo-np/archives/senkyo/kokusei201907/image/icon-arrow-up-pc.png) no-repeat 0 9px;
  display: inline;
}

.hyonavi-qa.qa-style1 .hyonavi-toanchor a:hover {
  text-decoration: none;
}

.hyonavi-qa.qa-style2 {
  margin-bottom: 30px;
}

.hyonavi-qa.qa-style2 .hyonavi-answer {
  width: 910px;
  margin: 0 auto 10px;
}

.hyonavi-qa.qa-style2 .hyonavi-answer table {
  cursor: pointer;
  width: 100%;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
}

.hyonavi-qa.qa-style2 .hyonavi-answer table tr th {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  width: 300px;
  vertical-align: middle;
  background: #E5EFF5 url(/tokyo-np/archives/senkyo/kokusei201907/image/icon-arrow-circle-pc-down.png) no-repeat 94% 50%;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}

.hyonavi-qa.qa-style2 .hyonavi-answer table tr td {
  color: #009FBC;
  font-weight: normal;
  vertical-align: middle;
  padding: 20px 15px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}

.hyonavi-qa.qa-style2 .hyonavi-answer table tr.hyonavi-answer-zero th {
  background: #E5EFF5;
}

.hyonavi-qa.qa-style2 .hyonavi-answer table tr.hyonavi-answer-zero td {
  text-decoration: none;
  color: #000;
}

.hyonavi-qa.qa-style2 .hyonavi-answer table.active tr th {
  background: #E5EFF5 url(/tokyo-np/archives/senkyo/kokusei201907/image/icon-arrow-circle-pc-up.png) no-repeat 94% 50%;
}

.hyonavi-qa.qa-style2 .hyonavi-answer table.active tr td {
  text-decoration: none;
  color: #000;
}

.hyonavi-qa.qa-style2 .hyonavi-answer table.active tr.hyonavi-answer-zero th {
  background: #E5EFF5;
}

.hyonavi-qa.qa-style2 .hyonavi-answer ul {
  padding: 14px 28px 20px 33px;
  background-color: #FFFFDF;
  margin: 0;
  display: none;
}

.hyonavi-qa.qa-style2 .hyonavi-answer ul li {
  font-weight: bold;
  list-style: none;
  padding-bottom: 15px;
  border-bottom: 1px dotted #333;
  margin-bottom: 15px;
  line-height: 1.5;
}

.hyonavi-qa.qa-style2 .hyonavi-answer ul li.last {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.hyonavi-qa.qa-style2 .hyonavi-answer ul li span {
  font-size: 90%;
  font-weight: normal;
  margin-bottom: 12px;
  display: block;
}

.separator {
  width: 990px;
  padding-top: 20px;
  border: none;
  border-bottom: 1px dotted #009FBC;
  margin-bottom: 40px;
}

/*# sourceMappingURL=pc.css.map */
