@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

.hed_contwrap a img {
    vertical-align: bottom;
}
.hed_contwrap .fb{
    margin-right: 3px;
}
.top_news{
    padding: 50px 30px;
    border: 4px double #3B589E;
}
.top_news h2{
    color: #3B589E;
    font-weight: 500;
    font-size: 1.5em;
    margin-bottom: 25px;
}
.top_news div {
    padding: 0 20px;
    font-weight: 500;
}


.td_01, .td_03 {
    background: #fff;
    font-size: 0.9em;
    text-align: center;
}
.td_img_02 td{
    width: 31%;
    border: none !important;
}

/*================== item1.html =================*/
.anchor_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.anchor_wrap .anchor_box {
    width: 48.5%;
}
.anchor_wrap .anchor_box table td {
    font-size: 0.9em;
}
.anchor_wrap .anchor_box table td a {
    text-decoration: underline;
}
.tb_item_01 table td{
    padding: 7px 5px !important;
    font-size: 0.9em;
}
.tb_item_01 table td a{
    text-decoration: underline;
}
.item_img01 table td{
    padding: 0 !important;
}
.item_img01 img{
	height: 160px !important;
	object-fit: contain;
	font-family: "object-fit: contain;";
	object-position: left;
}
.item_img02 img{
	height: 200px !important;
	object-fit: contain;
	font-family: "object-fit: contain;";
}

@media screen and (max-width: 834px){
.anchor_wrap .anchor_box {
    width: 100%;
}
}

@media only screen and (max-width: 468px){
}

/*================== item8.html =================*/
.tb_item_01 table .td_sub_ti{
    padding: 5px 10px !important;
}
