@charset "utf-8";


/* -----------------------------------------------------------------

 sdgs.css
 
------------------------------------------------------------------ */

/* -----------------------------------------------------------------

 共通
 
------------------------------------------------------------------ */
/* --- intro ---*/
.figure{
	margin-bottom: 30px;
}
.figure__caption{
	text-align: right;
	font-size: small;
	padding-top: 0.6em;
}
.content .intro h1 {
	font-size:30px;
	font-weight:bold;
	line-height:1.3;
}
.content__ttl{
	background: url(/F1GP/2020/booth/sdgs/img/bg_title.gif) left center no-repeat;
    padding: 5px 0 5px 20px;
	font-size: 20px;
	font-weight: bold;
}
.txt-wrap .txt-wrap__txt:not(:last-of-type){
	margin-bottom: 20px;
}
.txt-wrap__txt_size_s{
	font-size: 0.8rem;
}
.txt_right{
	text-align: right;
}
.reprint{
	background: #EAEAEA;
	border-radius: 5px;
	padding: 30px 30px 26px;
}
.reprint__ttl{
	font-weight: bold;
	margin-bottom: 15px;
}
.reprint .curBox{
	padding-top: 20px;
}
.curBox__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 60%;
	margin: 0 auto;
}
.curBox__col-6 {
	width: 50%;
}
.curBox__anchor{
	font-size: 1.2rem;
	font-weight: bold;
}
.anchor-link{
	color: #888;
	text-decoration: underline;
}
.anchor-link:hover{
	text-decoration: none;
}
.link-list__txt:not(:last-of-type){
	margin-bottom: 20px;
}
.external-link{
	position: relative;
}
.external-link::before{
	position: absolute;
	top: 0;
	left: 0;
	content: "▶";
	display: block;
}
.external-link > .anchor-link{
	padding-left: 1em;
}
.external-link_type2{
	display: inline-block;
	color: #888;
	text-decoration: underline;
}
.external-link_type2::after{
	position: relative;
	top: 2px;
	content: "";
	display: inline-block;
	background: url(/F1GP/2020/booth/sdgs/img/icon_external-link.svg) no-repeat center center;
	background-size: contain;
	width: 16px;
	height: 16px;
	margin-left: 2px;
}
.external-link_type2:hover{
	text-decoration: none;;
}



/* -----------------------------------------------------------------

 レスポンシブ対応
 
------------------------------------------------------------------ */


@media screen and (max-width: 1024px){
	/* --- intro ---*/
	.content .intro {
		width:100%;
	}
	.content .intro h1 {
		text-align:left;
		font-size:22px;
	}
	.content .shell {
		width:96%;
		padding:0 2%;
	}
	.curBox__row{
		width: 100%;
	}
}




@media screen and (max-width: 768px){
	.curBox__row{
		display: block;
	}
	.curBox__col-6 {
		width: 100%;
		text-align: center;
	}
	.curBox__url{
		margin-bottom: 10px;
	}

}


@media screen and (max-width: 480px){
	/* --- intro ---*/
	.content .intro h1 {
		text-align:left;
		font-size:18px;
		font-weight:bold;
		line-height:1.3;
	}
}