@charset "utf-8";

/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*2021/01/13*/
.news {
    margin:0 auto ;
}
.news dl {
  border:none !important;
  border-bottom: 1px dashed #ccc !important;
  display: block !important;
  margin-top: 10px;
}  
.news dl dt {
        border:none !important;
        width: 250px !important;
        background:#ffdda5 !important;
        border-radius: 30px;
        padding:5px 8px !important;
        font-weight: 600;
        align-items: center !important;
}
.news dl dd {
        border:none !important;
        width: 100% !important;
        background:none !important;
        padding:5px 8px !important;
}    
.photo_img:after {
    content: "";
    width: 30%;
    order: 1;
}

.photo_img:before {
    content: "";
    width: 30%;
    order: 1;
}

.photo_img {
    justify-content: space-between !important;
}

.photo_img .box {
    padding-bottom: 30px;
}

.txt_s1 {
	font-size: 1.2em !important;
}

.txt_s2 {
	font-size: 1.4em !important;
}

.photo_img .box img {
	display: block;
	width: 100% !important;
	height: 20vw !important;
    max-height: 250px !important;
    border: 6px solid #E9AB28;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    object-fit: cover;
    font-family: "object-fit: cover;";
}

/*================== ○○○○.html =================*/
@media screen and (min-width: 469px) and (max-width: 768px) {}

@media only screen and (max-width: 468px) {
	.news {
		padding: 0 !important;
	}
}
