@charset "utf-8";
/* CSS Document */

/*
==============================================================================*/


/* General List */
section.GeneralList_topList {}
section.GeneralList_topList > .GeneralList_title {
	display: none;
	text-align: center;
	line-height: 1.1;
}
section.GeneralList_topList > .GeneralList_title > .en {display: block;}
section.GeneralList_topList > .GeneralList_title > .jp {
	display: block;
	color: var(--color-DYFC-orange);
}
section.GeneralList_topList > .GeneralList_list > li {}
section.GeneralList_topList > .GeneralList_list > li > a {display: block;}
section.GeneralList_topList > .GeneralList_list > li > a > .bgImage {overflow: hidden;}
section.GeneralList_topList > .GeneralList_list > li > a > .bgImage > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
section.GeneralList_topList > .GeneralList_list > li > a > .category {display: none;}
section.GeneralList_topList > .GeneralList_list > li > a > .title {font-weight: bold;}
section.GeneralList_topList > .GeneralList_list > li > a > .date {}

section.GeneralList_topList > div > a.btnRounder {
	display: flex;
	position: relative;
	border: solid 1px var(--color-line-gray, #d2d3d3);
	border-radius: 3rem;
	margin-left: auto;
	margin-right: auto;
	padding: 1.4rem 2.5rem;
	justify-content: space-between;
	min-width: 25rem;
	gap: 1.5rem;
	width: fit-content;
}
section.GeneralList_topList > div > a.btnRounder::after {
	content: "";
	display: block;
	background-image: url(/-/media/Project/globeride/daiwa_com_dyfc/common/image/arrow_normal_l.svg);
	aspect-ratio: 1.099415;/* 18.8x17.1px (AspectRatio = 18.8:17.1 ≒ 1.099415) */
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 1rem;
	flex-shrink: 0;
}





#sectionA > .wrap {text-align: center;}
#sectionA > .wrap > .title {font-weight: bold;}




section.contents-layout {}
section.contents-layout > .wrap {
	padding-top: 0;
	padding-bottom: 0;
}
section.contents-layout > .wrap > .header {}
section.contents-layout > .wrap > .header > .image {}
section.contents-layout > .wrap > .header > .icon {}
section.contents-layout > .wrap > .header > .title {
	font-size: var(--co_title-fontSize2);
	font-weight: bold;
}
section.contents-layout > .wrap > .header > .note {}
section.contents-layout > .wrap > .list {}




#sectionG {}




/*============================================================================*/




/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 767px) {/* // Mobile // */
/*============================================================================*/


/* General List */
section.GeneralList_topList {
	/* margin-left: 1.95rem; */
	/* margin-right: 1.59rem; */
	margin-left: 0;
	margin-right: 0;
}
section.GeneralList_topList > .GeneralList_title {}
section.GeneralList_topList > .GeneralList_title > .en {font-size: 4rem;}
section.GeneralList_topList > .GeneralList_title > .jp {font-size: 1.2rem;}
section.GeneralList_topList > .GeneralList_title > .en + .jp {margin-top: 1rem;}
section.GeneralList_topList > .GeneralList_list {
	margin-top: 4rem;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
section.GeneralList_topList > .GeneralList_list > li > a {
	display: grid;
	grid-template-columns: 18rem 1fr;
	grid-template-rows: auto 1fr;
	grid-column-gap: 1.6rem;
	grid-row-gap: 0;
}
section.GeneralList_topList > .GeneralList_list > li > a > .bgImage {
	grid-area: 1 / 1 / 3 / 2;
	aspect-ratio: 1;/* 182x182px */
	border-radius: 1.2rem;
}
section.GeneralList_topList > .GeneralList_list > li > a > .title {
	grid-area: 1 / 2 / 2 / 3;
	font-size: 1.6rem;
}
section.GeneralList_topList > .GeneralList_list > li > a > .date {
	grid-area: 2 / 2 / 3 / 3;
	font-size: 1.2rem;
	margin-top: .8rem;
}
section.GeneralList_topList > div > a.btnRounder {
	width: 100%;
	margin-top: 4rem;
}




#sectionA {
	background-image: url(/-/media/Project/globeride/daiwa_com_dyfc/site/manabu/image/d3ill01_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 32.5rem;
}
#sectionA > .wrap {}
#sectionA > .wrap > .title {
	font-size: 2.2rem;
}
#sectionA > .wrap > .text {
	margin-top: 2rem;
	line-height: 1.7;
}




section.contents-layout > .wrap {
	margin-top: 5.5rem;
	margin-bottom: 4rem;
}
	#sectionB > .wrap {margin-top: 10rem;}
section.contents-layout > .wrap > .header > .icon {
	width: 9.8rem;
	margin: 2rem auto 0;
}
section.contents-layout > .wrap > .header > .title {margin-top: 1rem;}
section.contents-layout > .wrap > .header > .note {
	margin-top: 2rem;
	font-size: 1.4rem;
}




#sectionG {border-top: solid 1px var(--color-border-gray);}
#sectionG > .wrap > .container > .item {}
#sectionG > .wrap > .container > .item + .item {margin-top: 6rem;}
#sectionG > .wrap > .container > .item > a > .image {}
#sectionG > .wrap > .container > .item > a > .title {
	margin-top: 1.5rem;
	font-size: 1.9rem;
	font-weight: bold;
}
#sectionG > .wrap > .container > .item > a > .body {}
#sectionG > .wrap > .container > .item > a > .body > .text {
	margin-top: 1rem;
	font-size: 1.4rem;
}
#sectionG > .wrap > .container > .item > a > .body > .button {
	margin-top: 2rem;
}




/*============================================================================*/
}




/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (min-width: 768px) {/* // PC // */
/*============================================================================*/


/* General List */
section.GeneralList_topList {
	width: 138rem;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6rem;
	padding-bottom: 11rem;
}
section.GeneralList_topList > .GeneralList_title {
	margin-top: 6rem;
	margin-bottom: 3rem;
}
section.GeneralList_topList > .GeneralList_title > .en {font-size: 6.6rem;}
section.GeneralList_topList > .GeneralList_title > .jp {font-size: 1.4rem;}
section.GeneralList_topList > .GeneralList_title > .en + .jp {margin-top: 1.6rem;}
section.GeneralList_topList > .GeneralList_list {
	display: flex;
	gap: 2.8rem;
}
section.GeneralList_topList > .GeneralList_list > li {
	display: flex;
	overflow: hidden;
	width: calc( calc( 100% - 2.8rem * 3 ) / 4 );
}
section.GeneralList_topList > .GeneralList_list > li > a {
	display: flex;
	flex-direction: column;
	position: relative;
	border-bottom: solid 1px var(--color-border-gray);
	width: 100%;
}
section.GeneralList_topList > .GeneralList_list > li > a::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 2rem;
	aspect-ratio: 1;
	width: 1.8rem;
	background-image: url(/-/media/Project/globeride/daiwa_com_jp/top/arrow_normal_s_bf98141f.svg);
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: white;
	font-size: 0;
	filter: invert(1);
	border-radius: .6rem;
}
section.GeneralList_topList > .GeneralList_list > li > a > .bgImage {
	aspect-ratio: 0.81;/* 324x400px (AspectRatio = 81:100 ≒ 0.81) */
	border-radius: .8rem;
}
section.GeneralList_topList > .GeneralList_list > li > a > .category {}
section.GeneralList_topList > .GeneralList_list > li > a > .title {
	margin-top: 3.6rem;
	font-size: 1.8rem;
	flex-grow: 1;
}
section.GeneralList_topList > .GeneralList_list > li > a > .date {
	margin-top: 3rem;
	margin-bottom: 2rem;
	font-size: 1.3rem;
}
section.GeneralList_topList > div > a.btnRounder {margin-top: 4rem;}





#sectionA > .wrap {
	background-image: url(/-/media/Project/globeride/daiwa_com_dyfc/site/manabu/image/d3ill01.png), url(/-/media/Project/globeride/daiwa_com_dyfc/site/manabu/image/d3ill02.png);
	background-size: 53rem, 33rem;
	background-repeat: no-repeat, no-repeat;
	background-position: top 6rem left, bottom right;
	padding-top: 23rem;
	padding-bottom: 25rem;
}

#sectionA > .wrap > .title {
	font-size: 4rem;
}

#sectionA > .wrap > .text {
	margin-top: 3rem;
	font-size: 2.4rem;
	line-height: 2;
}




section.contents-layout {}
section.contents-layout > .wrap {
	margin-top: 11rem;
	margin-bottom: 11rem;
}
section.contents-layout > .wrap > .header {
	display: grid;
	grid-template-columns: 76.4rem 1fr;
	grid-template-rows: repeat(2, auto) 1fr;
	grid-gap: 0 10rem;
}
section.contents-layout > .wrap > .header > .image {
	grid-area: 1 / 1 / 4 / 2;
}
section.contents-layout > .wrap > .header > .icon {
	grid-area: 1 / 2 / 2 / 3;
	width: 12rem;
	margin-top: 2.5rem;
}
	#sectionF > .wrap > .header > .icon {width: 14rem;}
section.contents-layout > .wrap > .header > .title {
	grid-area: 2 / 2 / 3 / 3;
	margin-top: 8rem;
}
section.contents-layout > .wrap > .header > .note {
	grid-area: 3 / 2 / 4 / 3;
	margin-top: 3rem;
}




#sectionG {}
#sectionG > .wrap {
	padding-top: 11rem;
	padding-left: 5rem;
	padding-right: 5rem;
	border-top: solid 1px var(--color-border-gray);
}
#sectionG > .wrap > .container {
	display: flex;
	flex-wrap: wrap;
	gap: 8rem 6rem;
}
#sectionG > .wrap > .container > .item {
	width: calc( calc( 100% - 6rem * 1 ) / 2 );
}
#sectionG > .wrap > .container > .item > a > .image {}
#sectionG > .wrap > .container > .item > a > .title {
	margin-top: 2rem;
	font-size: 1.8rem;
	font-weight: bold;
}
#sectionG > .wrap > .container > .item > a > .body {
	display: flex;
	gap: 6rem;
	justify-content: space-between;
	margin-top: 2rem;
}
#sectionG > .wrap > .container > .item > a > .body > .text {
	font-size: 1.6rem;
}
#sectionG > .wrap > .container > .item > a > .body > .button {}




/*============================================================================*/
}




/* - - - - - - - - - - - - - - - - - - -
https://---/---.css
ID = {}
- - - - - - - - - - - - - - - - - - - */