
.link_main_ttl {
	width: 100%;
}
.link_main_ttl h2 {
	color: #930012;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin: 0 0 10px 0;
}
.link_main_ttl p {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 -2px 0;
}
.link_under_line {
	text-align: center;
}
@media only screen and (min-width: 641px) {
	.link_main_ttl h2 {
		font-size: 40px;
	}
	.link_main_ttl p {
		font-size: 14px;
	}
}
@media only screen and (min-width: 769px) {
	.link_main_ttl h2 {
		font-size: 55px;
	}
	.link_main_ttl p {
		font-size: 20px;
	}
}

/*
メイン
*/

.off_main h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px solid #000000;
	margin-top: 20px;
}
.off_list_area {
	font-size: 13px;
	font-weight: bold;
}
.list_box{
	display: flex;
	flex-flow: column;
	flex-wrap: wrap;
	justify-content:center;
}

.list_box li{
	display: flex;
	width: 100%;
  padding: 15px 0 ;
  border-bottom: 1px solid #000000;
}

.list_date {
  font-size: 13px;
  margin: 15px 0 0 0 ;
	font-weight: bold;
}
.list_date p {
  text-align: right;
}

.list_name{
	width: 100%;
}
.list_reg{
	width: 0%;
	display: none;
}
.list2_pos{
	width: 40%;
}
.list2_name{
	width: 60%;
}
.list2_reg{
	width: 50%;
	display: none;
}

.single_area{
	width: 100%;
	padding: 15px 0;
  border-bottom: 1px solid #000000;
	display: flex;
	flex-flow: row;
}
.s_list_name{
	width: 100%;
}
.s_list_reg{
	width: 70%;
	display: none;
}


.annotation{
	padding: 15px 0;
  border-bottom: 1px dotted #000000;
}

.annotation_margin_top{
	margin-top: 50px;
}

@media only screen and (min-width: 641px) {
  .off_main h2 {
    font-size: 24px;
		margin-top: 40px;
		padding-bottom: 15px;
  }
  .off_list_area {
		font-size: 18px;
		padding-bottom: 110px;
  }
	.list_box{
		display: flex;
		flex-flow: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.list_box li{
		padding: 20px 0 ;
		width: 46%;
	}
	.list_date {
		font-size: 18px;
	}
	.single_area{
		width: 100%;
		padding: 20px 0;
		border-bottom: 1px solid #000000;
	}
	.s_list_name{
		width: 17%;
	}
	.s_list_reg{
		width: 83%;
	}

}

/*
コンボボックスの装飾
*/
.conbo_area{
	display: flex;
	justify-content: flex-end;
}

.viewchg_btn{
	font-size: 17px;
	font-weight: bold;
	line-height: 46px;
	width: 95px;
	text-align: center;
	color: #fff;
	background-color: #930012;
	cursor: pointer;
	user-select:none;
	transition-duration: 0.7S;
}

.viewchg_btn:hover{
	transition-duration: 0.7S;
	color: #ccc;
}

.cp_ipselect {
	overflow: hidden;
/*
	margin: 2em auto;
*/
	text-align: center;
	width: 47.39%;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
/*
	border: 1px solid #bbbbbb;
	border-radius: 2px;
*/
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 1.2em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #000;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	line-height: 46px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	padding-left: 20px;
}

/*
コンボボックスの制御
*/

.conbo_disp_none{
	display: none;
}
