@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
body {
	font-size:150%;
}
.spot_melit ul li {
padding-left:40px;
}
.spot_melit h3 {
	font-size:1.4em;
	font-weight: bold;
	position: relative;
	color: white;
	background: #ec6a73;
	line-height: 1.4;
	padding: 0.5em 0.5em 0.5em 1.8em;
}

.spot_melit h3:before {
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	font-weight: 900;
	position: absolute;
	left : 0.5em; /*左端からのアイコンまでの距離*/
}
.other h3 {
	font-size:1.4em;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 5px #ec6a73;
	padding: 0.3em 0.5em;
	background: -webkit-repeating-linear-gradient(-45deg, #ec6a73, #ec6a73 3px,#faadb2 3px, #faadb2 7px);
	background: repeating-linear-gradient(-45deg, #ec6a73, #ec6a73 3px,#faadb2 3px, #faadb2 7px);
}
.subcontracting h3 {
	font-size:1.4em;
	font-weight: bold;
	color: #fff;
	background:#ec6a73;
	padding: 5px 20px;
}
.news dl dt {
	text-align: center;
	color: #fff !important;
    border-radius: 30px;
    background: #ff0000;
	border:none !important;
}
section div.news dl dt {
    background-color: #df0716 !important;
    align-items: center;
}
section div.news dl dd {
	border:none !important;
	padding-left:20px;
}
section div.news dl {
	border-bottom: dashed 1px #ccc;
	padding:20px 0px;
}
.news {
	height: 250px;
	overflow-y: scroll;
}

/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
@media screen and (max-width: 834px){
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
}
@media screen and (max-width: 640px){
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
}