@charset "utf-8";
/* ギガ　コンテンツレイアウト
=================================================================== */
.gigaindex {
	width: 1200px;
}
.gigaindex a:hover {
	color: #000 !important;
}
.gigaindex .sns-share {
	display: none;
}
.gigaindex img {
	max-width: 100%;
	vertical-align: top;
}
.gigaindex .head {
	display: none;
}
.gigaindex .content {
	padding: 0 0 10px;
}
.gigaindex .bg-eco {
	background-color: #a6ffdb;
    background: -moz-linear-gradient(90deg, #fff, #dbfcee, #a6ffdb, #a6ffdb);
    background: -webkit-linear-gradient(90deg, #fff, #dbfcee, #a6ffdb, #a6ffdb);
    background: linear-gradient(90deg, #fff, #dbfcee, #a6ffdb, #a6ffdb);
    padding: 20px 50px 20px 0;
}
.gigaindex .bg-eco .txtbox {
    background: url("earth.png") no-repeat right top scroll;
    background-size: 300px auto;
    min-height: 300px;
    color: #0d2e28;
    padding-top: 30px;
    box-sizing: border-box;
}
.gigaindex .bg-eco .txtbox .ttl {
    width: 550px;
    margin-bottom: 30px;
    font-size: 4em;
    line-height: 1.2em;
}
.gigaindex .bg-eco .txtbox .ttl i {
    display: block;
    font-style: normal;
    font-size: 18px;
    line-height: 1.2em;
}
.gigaindex .bg-eco .txtbox .ttl .special {
    display: inline-block;
    background-color: #4cd3a2;
    color: #fff;
    padding: 2px 12px;
    margin-bottom: 10px;
}
.gigaindex .bg-eco .txtbox .read {
	font-size: 18px;
    font-weight: 800;
	line-height: 1.8em;
    width: 790px;
}