.ren_btn_list_hq{
 width: auto;
}
.ren_btn_list_hq ul{
 display: table;
    width: auto;
    padding: 0;
}
.ren_btn_list_hq li{
 width: 33%;
 display: table-cell;
    box-sizing:border-box;
    text-align: center;
}
.ren_btn_list_hq li:first-child{
 padding-right:4px;
}
.ren_btn_list_hq li:nth-child(2){
 padding:0 2px;
}
.ren_btn_list_hq li:last-child{
 padding-left:4px;
}
.ren_btn_list_hq li a{
    background: #ffd601;
    border: 2px solid #ffef9c;
    padding: 5px 10px;
 display: block;
 text-decoration: none;
    color: #193477;
    font-size: 14px;
    font-weight: bold;
}

.linkblock_hq{
    width:100%;
    height:auto;
    margin:0;
    padding:0;
}
.linkblock_hq .l{
    height:auto;
    margin:0 1em 0 0;
    padding:0;
    float:left;
}
.linkblock_hq .r{
    height:auto;
    margin:0;
    padding:0;
    float:left;
}
.w10em_hq{
    width:10em;
}
@media only screen and (max-width: 480px){
	.ren_btn_list_hq ul{
	 display: block;
	}
	.ren_btn_list_hq li{
	 display: block;
	 margin-top: 5px;
	 width: 100%;
	}
	.ren_btn_list_hq li:first-child{
	 margin-top: 0;
	}
}

/*モジュール一覧*/
.moduleWrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.moduleCol{
	width: 50%;
	padding:0 20px;
}
@media screen and (max-width: 768px){
	.moduleCol{
		width: 100%;
		padding:0;
	}
}
.moduleCol table{
	width:100%;
	font-size:15px;
	word-break : break-all;
	margin-bottom:0;
	background:#FFF;
}
.moduleCol details{
	text-indent:-10000px;
	height:0;
}