@charset "utf-8";
/* CSS Document */

#main_content h3:first-of-type {
	margin-top:35px;
}

.list-disc li {
	list-style:disc;
	line-height:2.5;
	margin-left:1.5em;
	position:relative;
}

.list-disc li span {
	position:absolute;
	right:0;
}

.side_act span {
	display:inherit;
}
.side_act .pdf {
	background:url(../../../../img/pdf.png) no-repeat 0 50%;
	padding-left:25px;
}

.country .pdf {
	background:url(../../../../img/pdf.png) no-repeat 0 50%;
	padding-left:20px;
}

.parallel {
	width:100%;
	position:relative;
	margin-bottom:30px;
}

.parallel dt {
	position: absolute;
	width:9em;
	line-height:1.5em;
}

.parallel dd {
	padding-left:9em;
	line-height:1.5em;
	/*border-bottom:dotted 1px #ccc;*/
}
.sukima{gap: 10px 30px;}
.mtb3{margin: 3% 0;}

@media screen and (max-width:768px){
.country ol li {
	margin-bottom:15px;
	line-height:1.1
}
.country ol li span {
	display:block;
	text-align:left;
}
}

/*2025/07/23 新価値共同研究プロジェクト*/
main .country h4 {
	background-color:#efefef;
	padding:2px 7px;
}
#koubo dl dt {
    width: 5em;
    clear: left;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 0.9em;
    margin-bottom: 7px;
    border-radius: 6px;
}
#koubo dl dd {
    margin-left: 7em;
    margin-bottom: 7px;
}
#koubo .pdf {
    background: url(../../../../img/pdf.png) no-repeat 0 50%;
    padding-left: 20px;
}
#koubo .word {
    background: url(../../../../img/doc.gif) no-repeat 0 50%;
    padding-left: 20px;
}
#koubo .koubo {
    background: linear-gradient(to bottom, #49a9d4, #2989d8);
    background-image: -moz-linear-gradient( top, #49a9d4 0%, #2989d8 40%, #2285d6 52%, #2989d8);
    background-image: -webkit-gradient( linear, left top, left bottom, from(#49a9d4), color-stop(0.49, #2989d8), color-stop(0.52, #2285d6), to(#2989d8));
}
#koubo .oubo {
    background: linear-gradient(to bottom, #ff8300, #ffa035);
    background-image: -moz-linear-gradient( top, #ffa035 0%, #ff8300);
    background-image: -webkit-gradient( linear, left top, left bottom, from(#ffa035), to(#ff8300));
}
#koubo .chirashi {
    background: linear-gradient(to bottom, #84d829, #87d449);
    background-image: -moz-linear-gradient( top, #87d449 0%, #70b02b 40%, #5ba51e 52%, #84d829);
    background-image: -webkit-gradient( linear, left top, left bottom, from(#87d449), color-stop(0.49, #70b02b), color-stop(0.52, #5ba51e), to(#84d829));
}
.shin_ko .col_red {
    margin-left: 15px;
}

@media screen and (max-width:600px) {
#koubo dl dt {
    margin-top: 20px;
    float: none;
}
#koubo dl dd {
    margin-left: 0;
}
}

@media screen and (max-width:480px) {
#koubo .pdf {
    background: url(../../../../img/pdf.png) no-repeat 0 0;
}
#koubo .word {
    background: url(../../../../img/doc.gif) no-repeat 0 0;
}
.shin_ko .col_red {
    margin-left: 0;
    display: block;
}
}
.ml-1 {
    margin-left: 1em!important;
}

