.head_banner {
    font-size: 22px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:25px;
}

.head_banner::before, .head_banner::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #c4494e;
}
.head_banner::before {
    margin-right: 1rem;
}
.head_banner img {
    margin-right: 15px;
}
.head_banner::after {
    margin-left: 1rem;
}

.inner{
	margin-top: 10px;
}
.list_btn_5_3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.list_btn_5_3 li {
    width: calc(25% - (58px*2) /3);
    border-radius: 3px;
    border: 1px solid #eee;
}
.list_btn_2_1 .btn_03, .list_btn_3_1 .btn_03, .list_btn_4_1 .btn_03, .list_btn_5_3 .btn_04 {
    display: block;
    border: 0;
    height: 100%;
}
.btn_04 {
    position: relative;
    display: block;
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #eee;
    color: #444;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s ease;
    line-height: 1.7;
}
.btn_04:hover{
  text-decoration: none;
  /* background: rgb(255,255,255,0.75); */
  color: #686868;
  opacity: 0.75;
}


.btn_04 .ico_tag {
    margin-bottom: 15px;
    padding: 5px 24px;
    font-size: 24px;
    text-indent: 0;
}
.ico_tag {
    display: inline-block;
    padding: 2px 12px 2px 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.7;
}


.ico_dx {
    background: #CA3D04;
}
.ico_cc {
    background: #00A3D6;
}
.ico_dm {
    background: #EB6A6A;
}
.ico_ec {
    background: #00D0B4;
}
.ico_bpo {
    background: #F8B500;
}
.ico_gl {
    background: #006D46;
}

.kuang{
	border-bottom-color: darkgray; 
	border-bottom-style: double; 
	border-bottom-width: 1px; 
	border-image-outset: 0; 
	border-image-repeat: stretch; 
	border-image-slice: 100%; 
	border-image-source: none; 
	border-image-width: 1; 
	border-left-color: darkgray; 
	border-left-style: double; 
	border-left-width: 1px; 
	border-right-color: darkgray; 
	border-right-style: double; 
	border-right-width: 1px; 
	border-top-color: darkgray; 
	border-top-style: double; 
	border-top-width: 1px;
	width:165px;
}
.spOnly{
	display:none;
}
@media screen and (max-device-width: 640px) {
	.spOnly{
		display:block;
	}
	.inner *{
		box-sizing: border-box;
	}
	.list_btn_5_3 li {
	    width: calc(35% - (15px*2) /3);
	}

	.list_btn_5_3 {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content:start;
	}
	#page .content img{
		margin-bottom:0.3rem;
	}
}
