#tmp_link,
#tmp_link_txt {
	clear:both;
}
#tmp_link_txt .link_btn{
	padding-top:60px;
	border-top:2px solid #dbdbdb;
}
#tmp_link_txt #tmp_link_ttl + .link_btn{
	border-top:none;
	padding-top:0;
}
.link_btn,
.link_img_btn {
	list-style: none;
	margin: 0 -15px;
	padding:0 0 32px;
}
.link_btn li,
.link_img_btn li {
	width: 32.5%;
	padding: 0 15px;
	float: left;
	margin-bottom: 20px;
	display:table;
	font-size: 112.5%;
}
.link_btn li:nth-child(3n),
.link_img_btn li:nth-child(3n) {
	clear: right;
}
.link_btn li:nth-child(3n+1),
.link_img_btn li:nth-child(3n+1) {
	clear: left;
}
.link_btn li .link_item,
.link_img_btn li .link_item {
	color: #222222;
	background-color:#ffffff;
	position: relative;
	border: 1px solid #00a555;
}
.link_img_btn li .link_item,
.link_btn li .link_item {
	display: table;
	width:100%;
	height: 101px;
}
.link_img_btn li .link_item p,
.link_btn li .link_item p {
	display: table-cell;
	vertical-align: middle;
	height: 100px;
}
.link_img_btn li .link_item .link_img,
.link_btn li .link_item .link_img {
	width:100px;
	vertical-align:top;
	overflow:hidden;
    padding:5px;
}
.link_img_btn li .link_item .link_img img,
.link_btn li .link_item .link_img img {
	max-width:100%;
	height: 100px;
	object-fit: cover;
	vertical-align: top;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
}
.link_img_btn li .link_item .link_txt a,
.link_btn li .link_item .link_txt a {
	text-decoration: none;
	color: #222222;
	background-color:transparent;
	padding:26px 25px 20px;
	display:block;
}
.link_img_btn li .link_item.active .link_txt a,
.link_btn li .link_item.active .link_txt a {
	color: #ffffff;
	background-color:transparent;
}
.link_img_btn li .link_item:after,
.link_btn li .link_item:after {
	content: '';
	position: absolute;
	display: block;
	width: 16px;
	height: 10px;
	background: transparent url(/shared/site_rn2021/images/icon/blue_arrow_top.png) no-repeat top left;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	color: #222222;
	bottom: 10px;
	right: 10px;
}

/* 共通 */
.changeCard ul {
    padding: 0;
    list-style: none;
    border: none;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
}
.changeItemTxt {
    width: 62%;
}
.changeItemTxt p.itemTitle {
    /*font-size: 1.1rem;*/
    line-height: 1.56;
    margin: 0;
    font-weight: bold;
    color: #313131;
    margin-bottom: 10px;
}
.changeItemTxt ul.itemTag {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.changeItemTxt ul.itemTag li {
    background: #f1f1f1;
    color: #707070;
    font-size: 0.7rem;
    padding: 2px 10px;
    position: relative;
}
.changeItemTxt ul.itemTag li:before {
    padding-right: 3px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1em;
    content: "\f02b";
    vertical-align: baseline;
    color: #aaa;
}
p.itemCat {
    position: absolute;
    left: 22px;
    top: 22px;
    background: #6bb6ff;
    color: #FFF;
    border-radius: 9999px;
    font-size: 0.7rem;
    display: inline-block;
    padding: 1px 12px 0px;
    z-index: 2;
}
/* 共通ここまで */

/* List */
li.changeItem.defaultList {
    width: 30%;
    padding: 0;
}
li.changeItem.defaultList a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 2px;
    background: #fff;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    padding: 15px;
    position: relative;
    align-items: center;
    text-decoration: none;
    border-top: solid 1px #eee;
    padding-right: 10px;
    cursor: pointer;
}
li.changeItem.defaultList:last-child a {
    border-bottom: solid 1px #EEE;
}
li.changeItem.defaultList a:hover {
    background: #fafafa;
}
li.changeItem.defaultList a img {
    width: 35%;
    margin-right: 3%;
}

@media screen and (max-width: 767px) {
/* （ここにモバイル用スタイルを記述） */
li.changeItem.defaultList a {
    flex-direction: column;
}
li.changeItem.defaultList a img {
    width: 100%;
    margin: 0 0 15px;
}
li.changeItem.defaultList a .changeItemTxt {
    width: 100%;
}
}
.none-icon:after{
	display:none!important;
}


/* tab */
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 90%;
}
.topics-list{
  width: 100%!important;
  }
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #00a555;
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-switch:checked+.tab-label {
  background: #00a555;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  /*box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);*/
}
.tab-switch {
  display: none;
}