@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
.r3Content {
	max-width: 950px;
}
/* ==

　01. モジュール

=============================================================================== */
/* ビジュアル
------------------------------------------------------------------------------- */
.coVisual01 {
	padding: 0 20px;
	background: url(../images/index_bg01.jpg) center center no-repeat;
	background-size: cover;
	color: #fff;
}
.coVisual01_in {
	display: -webkit-box;
	display: flex;
	align-items: center;
	position: relative;
	max-width: 1200px;
	height: 300px;
	margin: 0 auto;
}
.coVisual01_tit {
	line-height: 1;
	font-family: 'Roboto';
	font-size: 56px;
	font-weight: 700;
}
.coVisual01_txt{
	margin-top: 5px;
	font-size: 184%;
	line-height: 1.0;
	font-weight: 700;
}

/* リード
------------------------------------------------------------------------------- */

/* レイアウト
------------------------------------------------------------------------------- */
.coBlock01{
	margin-bottom: 40px;
	padding: 40px 20px;
	background-color: #F7F7F7;
}
#coEurope {
	background-color: #F1F4F8;
}
#coAmericas {
	background-color: #FAF3F3;
}
.coBlock01:last-child{
	margin-bottom: 100px;
}
.coBlock01_in{
	max-width: 950px;
	margin: 0 auto;
}
.coBlock01 .coHeading01 {
	line-height: 1.5;
	margin: 0 0 30px;
	padding: 0 0 20px;
	border-bottom: 1px solid #CCC;
	font-size: 200%;
	font-weight: 700;
}
/*
#coEurope .coHeading01 {
	border-bottom: 1px solid #8FA3BF;
}
#coAmericas .coHeading01 {
	border-bottom: 1px solid #E1A8A8;
}
*/
.coBlock01 .coHeading02 {
	line-height: 1.5;
	margin: 0 0 15px;
	font-size: 150%;
	font-weight: 700;
}
.coBlock01 .coImgs{
	margin: 20px 0;
	display: flex;
	gap: 0 1px;
}



