/* タイトルカット */
.hover_nav a:hover {
    text-decoration: none;
}
.hover_nav a:hover:before {
    width: 100%;
}
.hover_nav a {
    position: relative;
    /* display: inline-block; */
    display: block;
    font-weight: bold;
    color: #333;
}

.hover_nav li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: black;
  transition: width 0.3s ease;
}

.hover_nav li:hover::after {
  width: 100%;
}

.hover_nav li.active::after {
  width: 100%;
}

/* 立候補者 */
.shuin2024-cont .kouho-head {
  border-left: 4px solid #c9e4f3;
  font-size: 1.6em;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 0 0 0 12px;
}
.shuin2024-cont a {
  color: #06f;
  transition: all 0.2s;
}
.shuin2024-cont a:hover {
  opacity: 0.5;
}
.shuin2024-cont h2.midashi {
  background: #f2f2f2;
  border: 1px solid #dedede;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px;
  overflow: hidden;
  padding: 5px 10px 3px;
}
.shuin2024-cont h2 span {
  float: right;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.2;
}
.shuin2024-cont img {
  vertical-align: middle;
}
.kouho-box {
  border-top: 1px dotted #ccc;
  margin: 0 0 2rem;
  overflow: hidden;
  padding: 0 10px 10px;
}
.kouho-box h4 {
  font-size: 1.2rem;
  margin: 0 0 10px;
  padding: 10px 0 0;
  position: relative;
  font-weight: bold!important;
}
.kouho-box h4 .flower {
  display: none;
}
.kouho-box h4 .name {
  font-weight: bold;
}
.kouho-box h4 .ruby {
  font-size: 0.9rem;
  font-weight: bold;
}
.kouho-box h4 .age {
  font-size: 0.9rem;
  font-weight: normal;
}
.kouho-box h4 .tokuhyo {
  bottom: 0;
  font-weight: bold;
  left: 20rem;
  position: absolute;
  text-align: right;
  width: 12rem;
}
.kouho-box img {
  float: left;
  width: 125px;
}
.kouho-box dl {
  float: left;
  line-height: 1.4;
  margin: 0 0 0 10px;
  max-width: 495px;
}
.kouho-box dl dt,
.kouho-box dl dd {
  padding: 2px 0 1px 8px;
}
.kouho-box dl dt {
  background: #f2f2f2;
  float: left;
  font-weight: bold;
  width: 145px;
}
.kouho-box dl dd {
  margin: 0 0 2px 145px;
}
.kouho-box dl dd::after {
  clear: both;
  content: "";
  display: block;
}
.shuin2024-cont .annotation {
  margin: 40px 0 0;
}

.shuin2024-cont01 .shuin2024_submenu .select_01,
.shuin2024-cont02 .shuin2024_submenu .select_02,
.shuin2024-cont03 .shuin2024_submenu .select_03,
.shuin2024-cont04 .shuin2024_submenu .select_04 {
  background: #e4004f;
  color: #fff;
}
/*
*/


.page_title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.page_title span{
    display: flex;
    justify-content: space-between;
}

.latest_news_rink {
    margin-left:20px;
    margin-right:20px;

}
.arrow_r_b {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  color: #1c1c1c !important;!importan;!importa;!importaa;!importaat;!importaa;!importaan;!importaa;!importa;!importas;!importasn;!importas;!import;!impor;!impo;!imp;!im;!i;!;!i;!im;!imp;!impo;!imp;!im;!i;!;!o;!;
  font-size: 1.0rem;
  font-weight: bold;
}
.arrow_r_b:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #7c478b;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.arrow_r_b:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  left: 6px;
  bottom: 2px;
  margin: auto;
 }





/* 選挙区立候補
--------------------------------------*/
.shuin2024-cont {
  margin: 1.5rem 0 0;
}
.shuin2024-cont a {
  transition: all .2s;
}
.shuin2024-cont .dounai-title,
.shuin2024-cont .dhirei-title {
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
/*  display: inline-block; */
  padding: 0 0 0 1.5rem;
  margin-bottom: 1rem;
}
.shuin2024-cont .time {
  float: right;
  clear: right;
}
.shuin2024-cont .dounai-title::before,
.shuin2024-cont .dhirei-title::before {
  position: absolute;
  top: 0.25rem;
  bottom: 0;
  left: 0;
  width: .8em;
  height: .8em;
  margin: auto;
  content: '';
  border: .3rem solid #7c478b;
  border-radius: 50%;
}


/* 小選挙区
--------------------------------------*/
.shuin2024-cont .dounai-title span:first-child,
.shuin2024-cont .dhirei-title span:first-child {
  font-size: 1rem;
}
.shuin2024-cont .zone {
  margin: 1rem 0 0;
}
.shuin2024-cont .zone li {
  position: relative;
  margin: 0 0 1rem;
}
.shuin2024-cont .zone li::before {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  content: '';
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  border-top: 3px solid #a56c97;
  border-right: 3px solid #a56c97;
}
.shuin2024-cont .zone a {
  display: block;
  padding: 2px;
  border: 1px solid #d6bbca;
  /* background: #f5e8ef; */
  font-weight: 500;
}
.shuin2024-cont .zone a:hover {
  background: #e2c6d4;
  opacity: 1;
}
.shuin2024-cont .zone a:hover .ward {
  background: #98748e;
}
.shuin2024-cont .ward {
  font-size: 1.15rem;
  font-weight: bold;
  display: inline-block;
  width: 8rem;
  margin: 0 1rem 0 0;
  padding: .25rem 0;
  text-align: center;
  color: #fff;
  background: #7c478b;
}
.shuin2024-cont .range {
    color: #313131;
}

.dounai-heading {
  display: flex;
  border-top: solid 1px #bbb;
}

.shuin2024-cont .dounai-area {
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
  /* margin: 3rem 0 .5rem; */
  padding: 5px 0 5px 6px;
}
/*
.shuin2024-cont .dounai-area::before {
  position: absolute;
  top: 0;
  bottom: .25rem;
  left: .25rem;
  width: .5rem;
  height: 1rem;
  margin: auto;
  content: '';
  border: .3rem solid #00315f;
  background: #003261;
}
*/
.shuin2024-cont .dounai-area span {
  font-size: .9rem;
  font-weight: normal;
}


/* 比例代表
--------------------------------------*/
.shuin2024-cont .touha {
  font-size: 1.1rem;
  font-weight: bold;
  display: inline-block;
  margin: 1.5rem 0 0.5rem;
  padding: .25rem 1rem;
  color: #fff;
  background: #b57ea0;
}

.shuin2024-cont .annotation {
  font-size: .9rem;
}
.shuin2024-cont .block-touha {
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  margin: 3rem 0 .5rem;
  padding: 0 0 0 2rem;
}
.shuin2024-cont .block-touha::before {
  position: absolute;
  top: 0;
  bottom: .25rem;
  left: .25rem;
  width: .5rem;
  height: 1rem;
  margin: auto;
  content: '';
  border: .3rem solid #00315f;
  background: #003261;
}
.shuin2024-cont .block-touha span {
  font-size: .9rem;
  font-weight: normal;
}

/* サブメニュー
--------------------------------------*/
.shuin2024-subnav {
  align-items: center;
  display: flex;
  font-size: 15px;
}
.shuin2024-subnav > li {
  line-height: 1;
  padding-left: 4px;
  padding-right: 6px;
}
.shuin2024-subnav > li:not(:last-child) {
  border-right: solid 1px #ccc;
}
.shuin2024-subnav > li:first-child {
  background: #7c478b;
  border-right: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
  padding: 4px 2px 4px 4px;
  position: relative;
}
.shuin2024-subnav > li:first-child::before {
  border-bottom: solid 11.5px transparent;
  border-left: solid 11.5px #7c478b;
  border-right: solid 11.5px transparent;
  border-top: solid 11.5px transparent;
  content: "";
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
}
.shuin2024-subnav > li > a {
  color: #00418f;
  cursor: pointer;
  font-weight: 600;
}
.shuin2024-subnav > li > a:hover {
  text-decoration: underline;
}
.shuin2024-cont .submenu-dounai,
.shuin2024-cont .submenu-dhirei {
  -webkit-display: flex;
  display: flex;
  margin: .5rem 0 1rem;
}
:root .shuin2024-cont .submenu-dounai,
:root .shuin2024-cont .submenu-dhirei {
  position: relative;
  overflow: hidden;
}
:root .shuin2024-cont .submenu-dounai li,
:root .shuin2024-cont .submenu-dhirei li {
  float: left\0/;
}
.shuin2024-cont .submenu-dounai::before,
.shuin2024-cont .submenu-dhirei::before {
  font-weight: bold;
  margin: 0 .5rem 0 0;
  content: '[';
  color: #666;
}
.shuin2024-cont .submenu-dounai::after,
.shuin2024-cont .submenu-dhirei::after {
  font-weight: bold;
  margin: 0 0 0 .5rem;
  content: ']';
  color: #666;
}
:root .shuin2024-cont .submenu-dounai:before,
:root .shuin2024-cont .submenu-dhirei:before,
:root .shuin2024-cont .submenu-dounai:after,
:root .shuin2024-cont .submenu-dhirei:after {
  display: none\0/;
}
.shuin2024-cont .submenu-dounai a,
.shuin2024-cont .submenu-dhirei a {
  font-weight: bold;
  color: #06f;
}
.shuin2024-cont .submenu-dounai a:hover,
.shuin2024-cont .submenu-dhirei a:hover {
  opacity: .5;
}
.shuin2024-cont .submenu-dounai li::after,
.shuin2024-cont .submenu-dhirei li::after {
  margin: .5rem;
  content: '|';
  color: #ccc;
}
.shuin2024-cont .submenu-dounai li:last-child::after,
.shuin2024-cont .submenu-dhirei li:last-child::after {
  display: none;
}


/* ---------------------------------
 候補者リスト 
-----------------------------------*/
.shuin2024kouho_heading {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background-color: #f2f2f2;
  border: solid 1px #dedede;
  padding: 4px 10px 2px;
}
.shuin2024kouho_heading > h,
.shuin2024kouho_heading > time {
  line-height: 1;
}
.shuin2024kouho_heading > h2 {
  font-size: 1.15rem;
}
.shuin2024kouho_heading > time {
  font-size: 0.9rem;
}
.kouho {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  /* 花表示用余白 */
  padding-left: 8px;
}
.kouho_list > li {
  border-top: solid 1px #bbb;
  padding: 10px 0;
}
.kouho_list > li:last-child {
  border-bottom: solid 1px #bbb;
}
p.kouzi_time {
    font-size: 0.9rem;
    text-align: right;
    border-top: solid 1px #bbb;
    padding: 5px;
}
.kouho_photo {
  flex: 0 0 85px;
}
.kouho_photo > img {
  max-width: 100%;
  vertical-align: top;
}
.kouho_txt {
  flex: 1 0 0%;
}
.kouho_result {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  padding: 4px 0;
}
.kouho_result > li {
  line-height: 1;
}
.kouho_name {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 8px;
  border-bottom: dashed 1px #ccc;
  margin-bottom: 5px;
}
.kouho_name_kana {
  font-size: 1rem;
  font-weight: 400;
}
.kouho_detail {
  font-size: 0;
}
.kouho_detail > li {
  display: inline;
  font-size: 0.95rem;
  line-height: 1.6;
  border-right: dashed 1px #ccc;
  padding: 0 6px;
}
.kouho_detail > li:first-of-type {
  padding-left: 0;
}
.kouho_detail > li:last-of-type {
  border-right: none;
}
/* -----------------------------------------------------------------------------
ここから開票CSS
----------------------------------------------------------------------------- */
.kouho_vote {
  float: right;
  margin-right: 240px;
  text-align: right;
  font-size: 1.3rem;
}
p.kaihyo_time {
  font-size: 0.9rem;
  padding: 5px;
  margin-left: auto;
  font-weight: normal;
  text-align: right;
}
/* 写真上に花パターン */
.kouho.tosen .kouho_photo {
  position: relative;
}

.kouho.tosen .kouho_photo::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("/files/senkyo/shuin2024/flower.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-40%, -20%);
}

/* 当選 (黄色)
--------------------------------------*/
.kouho.tosen_y .kouho_photo {
  position: relative;
}

.kouho.tosen_y .kouho_photo::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("/files/senkyo/shuin2024/flower_yellow.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-40%, -20%);
}

/* 当選 (ピンク)
--------------------------------------*/
.kouho.tosen_p .kouho_photo {
  position: relative;
}

.kouho.tosen_p .kouho_photo::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("/files/senkyo/shuin2024/flower_pink.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-40%, -20%);
}



.shuin2021-cont .kouho-box.tosen-y {
  background: #fafad1;
}
.shuin2021-cont .kouho-box.tosen-y ul {
  background: #fff;
}
.shuin2021-cont .kouho-box.tosen-y dt {
  background: #fff;
}
.shuin2021-cont .kouho-box.tosen-y .flower {
  display: inline-block;
  width: 18px;
  margin: 0 1rem 0 0;
  background: url(/files/senkyo/shuin2024/flower_yellow.png) no-repeat center center;
  background-size: 18px;
}

/* 投票率開票終了 (赤文字)
--------------------------------------*/
.shuin2021-cont .info {
  font-size: .9rem;
  margin: 0 0 .5rem;
  text-align: right;
  color: #e55;
}





/* 得票数前に花パターン */
.kouho.win .kouho_result .vote {
  display: flex;
  align-items: center;
}

.kouho.win .kouho_result .vote::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("//www.hokkaido-np.co.jp/files/senkyo/shuin2024/flower.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 6px;
}

/* 候補者アンケート */
.questionnaire {
	border-top: 2px solid #00418F;
	border-left: 2px solid #00418F;
	border-right: 2px solid #00418F;
	&:last-of-type {
		border-bottom: 2px solid #00418F;
	}
}
.questionnaire-summary {
	position: relative;
	display: block;
	color: #00418F;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	&:hover {
		/*cursor: pointer;
		opacity: 0.8;*/
	}
	.btn {
		position: absolute;
		top: 3%;
		right: 20%;
		width: 18px;
		height: 18px;
		transform-origin: center center;
		transition-duration: 0.2s;

		&:before,
		&:after {
			content: "";
			background-color: #00418F;
			border-radius: 10px;
			width: 18px;
			height: 4px;
			position: absolute;
			top: 7px;
			left: 0;
			transform-origin: center center;
		}
		&:before {
			width: 4px;
			height: 18px;
			top: 0;
			left: 7px;
		}
	}
	&.is-active {
		.btn {
			-webkit-transform: rotate(-180deg);
			transform: rotate(-180deg);
			&:before {
				content: none;
			}
		}
	}
}

.questionnaire-summary::-webkit-questionnaire-marker {
	display: none;
}

.questionnaire-content {
	/*padding: 20px;*/
	p {
		margin: 0 0 20px;
		color: #000;
		font-size: 18px;
		text-align: left;
		&:last-of-type {
			margin: 0 0 0;
		}
	}
}

.qa{
    padding: 0 20px;
    margin: 30px 0;
		color: black;
}
.qa .motto {
    color: black;
    width: 28%;
    margin-left: auto;
    margin-right: auto;
    padding: 9px 16px;
    font-size: 1.3rem;
    border-bottom: 2px solid;
    border-top: 2px solid;
    border-left: 2px solid;
    border-right: 2px solid;
		margin-top: 20px;
	&:hover {
		cursor: pointer;
		opacity: 0.8;
	}
}
.qa__question{
    font-size: 1.4rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    font-weight: bold;
    color: #0f4c82;
    background: #fff;
    border: 2px solid #0f4c82;
		border-collapse:collapse;
}
.qa__question__no{
    width: 10%;
    background: #0f4c82;
    color: white;
		font-size: 30px;
		text-align: center;
}
.qa__question__num{
    padding: 9px 16px;
    font-size: 1.2rem;
    color: black;
    font-weight: bold;
    /*background: #0f4c82;*/
		text-align: left;
}
.qa__question__theme{
    padding: 9px 16px;
    font-size: 1.5rem;
    color: black;
    font-weight: bold;
    /*background: #0f4c82;*/
		text-align: left;
}

.qa__question__text{
    padding: 13px 16px;
}
.qa-table--descriptive{
    border-bottom: solid 1px #ebebeb;
}
.qa-table{
    margin-top: 23px;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.qa-table--descriptive .qa-table__koho{
    display: block;
    width: 100%;
}
.qa-table--descriptive .qa-table__answer{
    display: block;
    width: 100%;
}
.qa-table--selective .qa-table__candidate .qa-table__name {
    margin-left: 13px;
}
.qa-table--descriptive .qa-table__candidate .qa-table__name{
    margin-left: 13px;
}
.qa-table__name{
    font-size: 1.4rem;
    font-weight: bold;
		color: white;
}
.qa-table--selective .qa-table__candidate{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f5f5f5;
    padding: 6px 12px;
}
.qa-table--descriptive .qa-table__candidate{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #0f4c82;
    padding: 6px 12px;
}
.qa-table--descriptive .qa-table__answer{
    display: block;
    width: 100%;
}

.qa-table__answer{
    font-size: 1rem;
    line-height: 1.9;
    padding: 14px 0;
}
.qa-table__select-answer{
		font-size: 1.2rem;
    line-height: 1.4;
    font-weight: bold;
    color: #0f4c82;
    width: 100%;
		padding-left: 15px;
		padding-top: 10px;
    padding-bottom: 10px;
		text-align: left;
    padding-left: 1em;
    text-indent: -1em;
}
.qa-table__reason {
    font-size: 1rem;
    line-height: 1.4;
    /*font-weight: bold;
    color: #0f4c82;*/
    width: 100%;
		border-bottom: solid 1px #ebebeb;
		text-align: left;
		font-weight: normal;
		text-align: left;
		font-weight: normal;
		padding-bottom: 15px;
}
.qa-table__koho .party-icon{
    font-size: 1rem;
    border-width: 1px;
    display: block;
    text-align: center;
    line-height: 1.5;
    min-width: 4em;
    width: 4em;
    border: 2px solid #000;
    border-radius: 1em;
    background: #fff;
    padding: 0;
    font-weight: bold;
}
.qa__legend{
    margin-top: 20px;
		text-align: left;
}
.qa__legend__item{
    font-size: 1.1rem;
    line-height: 1.4;
    font-weight: bold;
    color: #0f4c82;
    width: 100%;
		padding-left: 1em;
    text-indent: -1em;
		transform: translate(10%, 0%);
		width: 80%;
}
.qa-table--selective{
    table-layout: fixed;
}
.qa-table--selective tr:first-child {
    height: 35px;
    /*background: #ebebeb;*/
}
.qa-table--selective th:first-child {
    width: 20%;
}

.qa-table--selective .qa-table__koho{
    padding: 8px 0;
}
.qa-table--selective .is-true{
    position: relative;
}
.qa-table--selective .qa-table__check{
    position: relative;
    width: 100%;
    height: 100%;
}

.qa-table--selective .qa-table__check, .qa-table--selective .qa-table__koho {
    /*border-bottom: solid 1px #ebebeb;*/
}
.qa-table__check{
    text-align: center;
}

.qa-table--selective .is-false span{
    width: 30px;
    height: 30px;
    display: block;
    content: '';
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-bottom: 3px solid #9c9c9c;
}

.questionnaire-summary > p{
    background: #0f4c82;
    color: white;
    margin-left: auto;
    margin-right: auto;
    padding: 9px 16px;
    font-size: 1.5rem;
}

/*

.shuin2021_title {
  align-items: flex-end;
  display: flex;
  margin: 0 0 15px;
}
.shuin2021_title h2 a {
  display: inline-block;
}
.shuin2021_title h2 img {
  vertical-align: middle;
}
.shuin2021_title ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 50px;
  justify-content: space-between;
  position: relative;
}
.shuin2021_title li {
  height: 25px;
  width: 50%;
}
.shuin2021_title li:hover {
  opacity: 0.75;
}
.shuin2021_title li a {
  align-items: center;
  background: #e4004f;
  color: #fff;
  display: flex;
  font-size: 14px;
  height: 100%;
  justify-content: center;
  text-align: center;
}
.shuin2021_title li:nth-child(1) a,
.shuin2021_title li:nth-child(2) a {
  border-bottom: 1px solid #fff;
}
.shuin2021_title li:nth-child(3) a,
.shuin2021_title li:nth-child(4) a {
  border-top: 1px solid #fff;
}
.shuin2021_title li:nth-child(odd) a {
  border-right: 2px solid #fff;
}
.shuin2021_title .kouho {
  width: 100%;
}
.shuin2021_title .kouho::before {
  background: #e4004f;
  bottom: 0;
  content: "";
  display: block;
  height: 50px;
  left: -1px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 1px;
}
.shuin2021_title .kouho li {
  height: 50px;
}
.shuin2021_title .kouho li a {
  border: none !important;
}
.shuin2021_title .kouho li:first-child a {
  border-right: 2px solid #fff !important;
}
.shuin2021_submenu {
  border-bottom: 2px solid #e4004f;
  box-sizing: border-box;
  margin: 0 0 30px;
  overflow: hidden;
}
.shuin2021_submenu li {
  background: #ededed;
  float: left;
  text-align: center;
  width: 25%;
}
.shuin2021_submenu li a {
  display: block;
  padding: 2px 0 0;
}
.shuin2021_submenu li a:hover {
  background: #e4004f;
  color: #fff;
  text-decoration: none;
}
.shuin2021_submenu .select {
  background: #e4004f;
}
.shuin2021-cont .kouho-head {
  border-left: 4px solid #c9e4f3;
  font-size: 1.6em;
  margin: 10px 0 20px;
  overflow: hidden;
  padding: 0 0 0 12px;
}
.shuin2021-cont a {
  color: #06f;
  transition: all 0.2s;
}
.shuin2021-cont a:hover {
  opacity: 0.5;
}
.shuin2021-cont h2.midashi {
  background: #f2f2f2;
  border: 1px solid #dedede;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px;
  overflow: hidden;
  padding: 5px 10px 3px;
}
.shuin2021-cont h2 span {
  float: right;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.2;
}
.shuin2021-cont img {
  vertical-align: middle;
}
.kouho-box {
  border-top: 1px dotted #ccc;
  margin: 0 0 2rem;
  overflow: hidden;
  padding: 0 10px 10px;
}
.kouho-box h4 {
  font-size: 1.2rem;
  margin: 0 0 10px;
  padding: 10px 0 0;
  position: relative;
  font-weight: bold!important;
}
.kouho-box h4 .flower {
  display: none;
}
.kouho-box h4 .name {
  font-weight: bold;
}
.kouho-box h4 .ruby {
  font-size: 0.9rem;
  font-weight: bold;
}
.kouho-box h4 .age {
  font-size: 0.9rem;
  font-weight: normal;
}
.kouho-box h4 .tokuhyo {
  bottom: 0;
  font-weight: bold;
  left: 20rem;
  position: absolute;
  text-align: right;
  width: 12rem;
}
.kouho-box img {
  float: left;
  width: 125px;
}
.kouho-box dl {
  float: left;
  line-height: 1.4;
  margin: 0 0 0 10px;
  max-width: 495px;
}
.kouho-box dl dt,
.kouho-box dl dd {
  padding: 2px 0 1px 8px;
}
.kouho-box dl dt {
  background: #f2f2f2;
  float: left;
  font-weight: bold;
  width: 145px;
}
.kouho-box dl dd {
  margin: 0 0 2px 145px;
}
.kouho-box dl dd::after {
  clear: both;
  content: "";
  display: block;
}
.shuin2021-cont .annotation {
  margin: 40px 0 0;
}
.kouho-box.tosen {
  background: #fff1f2;
}
.kouho-box.tosen .flower {
  background: url("/files/o/files/senkyo/shuin2021/flower.png") no-repeat center center;
  background-size: 19px 18px;
  display: inline-block;
  margin: 0 0.5rem 0 0;
  width: 19px;
}
.kouho-box.tosen dl dt {
  background: #fff;
}

.shuin2021-cont01 .shuin2021_submenu .select_01,
.shuin2021-cont02 .shuin2021_submenu .select_02,
.shuin2021-cont03 .shuin2021_submenu .select_03,
.shuin2021-cont04 .shuin2021_submenu .select_04 {
  background: #e4004f;
  color: #fff;
}
.shuin2021-header {
  box-shadow: 0 0 1px #333;
  box-sizing: border-box;
}
.shuin2021-title {
  border-bottom: solid 1px #ddd;
  display: block;
  transition: all 0.3s ease;
}
.shuin2021-title:hover {
  opacity: 0.8;
}
.shuin2021-title > img {
  vertical-align: bottom;
}
.shuin2021-nav {
  background: #eee;
  display: flex;
  width: 100%;
}
.shuin2021-nav > li > a {
  cursor: pointer;
  display: block;
  font-weight: 600;
  padding: 2px 8px 1px;
}
.shuin2021-nav > li > a.is_active,
.shuin2021-nav > li > a:hover {
  background: #00418f;
  color: #fff;
}

*/


  .kaihyo_latest_news {
    text-align: center;
    font-size: 18px;
    margin-top: 25px;
  }
  .kaihyo_latest_news::after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 6px;
    color: #0355b7;
  }
  .kaihyo_latest_news a {
    color: #0355b7;
  }

/* ページトップへ
--------------------------------------*/
.shuin2024-cont .page-top {
  margin: 10px 0 25px;
  text-align: right;
  color: #7a7a7a;
}
.shuin2024-cont .page-top a {
  color: #7a7a7a;
}
.shuin2024-cont .page-top a::after {
  content: "\f077";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 6px;
  color: #8b539d;
  }


/*
.shuin2024-cont .page-top a {
    padding: 0 0 0 15px;
    background: url(/files/o/files/cont/shuin2021/page_top.gif) no-repeat left center;
    color: #7a7a7a;
}
*/
